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

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

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

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

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

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

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

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

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

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

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

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

#s-57a7a6e8-afc4-4bed-ac32-99399ac35a61 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-57a7a6e8-afc4-4bed-ac32-99399ac35a61 {
  display: none;
}
#s-57a7a6e8-afc4-4bed-ac32-99399ac35a61, #wrap-s-57a7a6e8-afc4-4bed-ac32-99399ac35a61, #wrap-content-s-57a7a6e8-afc4-4bed-ac32-99399ac35a61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a7a6e8-afc4-4bed-ac32-99399ac35a61 {
  display: none;
}
#s-57a7a6e8-afc4-4bed-ac32-99399ac35a61, #wrap-s-57a7a6e8-afc4-4bed-ac32-99399ac35a61, #wrap-content-s-57a7a6e8-afc4-4bed-ac32-99399ac35a61 { display: none !important; }}







#s-57a7a6e8-afc4-4bed-ac32-99399ac35a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57a7a6e8-afc4-4bed-ac32-99399ac35a61.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/761;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  display: none;
}
#s-ffd41509-ab53-497a-ac60-dc3be09ed04c, #wrap-s-ffd41509-ab53-497a-ac60-dc3be09ed04c, #wrap-content-s-ffd41509-ab53-497a-ac60-dc3be09ed04c { display: none !important; }}@media (max-width: 767px){#s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  display: none;
}
#s-ffd41509-ab53-497a-ac60-dc3be09ed04c, #wrap-s-ffd41509-ab53-497a-ac60-dc3be09ed04c, #wrap-content-s-ffd41509-ab53-497a-ac60-dc3be09ed04c { display: none !important; }}
#s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
  box-sizing: border-box;
}



.s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
      position: relative;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
  box-sizing: border-box;
}



.s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
      position: relative;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
  box-sizing: border-box;
}



.s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
      position: relative;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
  box-sizing: border-box;
}



.s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
      position: relative;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  margin: 0 !important;
  overflow: visible;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add background color handling */
  
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-ffd41509-ab53-497a-ac60-dc3be09ed04c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image {
  box-sizing: border-box;
}



.s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container {
      position: relative;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd41509-ab53-497a-ac60-dc3be09ed04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/982;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  display: none;
}
#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7, #wrap-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7, #wrap-content-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 { display: none !important; }}@media (max-width: 767px){#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  display: none;
}
#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7, #wrap-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7, #wrap-content-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 { display: none !important; }}
#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }

    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-link {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
  box-sizing: border-box;
}



.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
      --shg-aspect-ratio: calc(1080/982); 
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
      position: relative;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }

    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-link {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
  box-sizing: border-box;
}



.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
      --shg-aspect-ratio: calc(1080/982); 
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
      position: relative;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }

    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-link {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
  box-sizing: border-box;
}



.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
      --shg-aspect-ratio: calc(1080/982); 
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
      position: relative;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }

    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-link {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
  box-sizing: border-box;
}



.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
      --shg-aspect-ratio: calc(1080/982); 
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
      position: relative;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }

    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-link {
      aspect-ratio: 1080/982;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image {
  box-sizing: border-box;
}



.s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 {
      --shg-aspect-ratio: calc(1080/982); 
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container {
      position: relative;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1171022a-c5d1-4f59-95f8-c9d02c401bc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-ddb30211-a3f0-408c-b9e0-7e6b16f5c0f1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(9, 6, 23, 1);
}








#s-ddb30211-a3f0-408c-b9e0-7e6b16f5c0f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddb30211-a3f0-408c-b9e0-7e6b16f5c0f1.shg-box.shg-c {
  justify-content: center;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/761;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  display: none;
}
#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681, #wrap-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681, #wrap-content-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 { display: none !important; }}@media (max-width: 767px){#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  display: none;
}
#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681, #wrap-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681, #wrap-content-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 { display: none !important; }}
#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
  box-sizing: border-box;
}



.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
      position: relative;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
  box-sizing: border-box;
}



.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
      position: relative;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
  box-sizing: border-box;
}



.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
      position: relative;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
  box-sizing: border-box;
}



.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
      position: relative;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }

    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-link {
      aspect-ratio: 1920/761;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image {
  box-sizing: border-box;
}



.s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 {
      --shg-aspect-ratio: calc(1920/761); 
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container {
      position: relative;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7d32e0-2ccf-456d-ae9e-b6d8d9ee7681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/918;
text-align: center;
}
@media (min-width: 1200px){#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  display: none;
}
#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123, #wrap-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123, #wrap-content-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  display: none;
}
#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123, #wrap-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123, #wrap-content-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 { display: none !important; }}
#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }

    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-link {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
  box-sizing: border-box;
}



.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
      --shg-aspect-ratio: calc(1080/918); 
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
      position: relative;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }

    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-link {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
  box-sizing: border-box;
}



.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
      --shg-aspect-ratio: calc(1080/918); 
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
      position: relative;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }

    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-link {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
  box-sizing: border-box;
}



.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
      --shg-aspect-ratio: calc(1080/918); 
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
      position: relative;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }

    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-link {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
  box-sizing: border-box;
}



.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
      --shg-aspect-ratio: calc(1080/918); 
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
      position: relative;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }

    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-link {
      aspect-ratio: 1080/918;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image {
  box-sizing: border-box;
}



.s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 {
      --shg-aspect-ratio: calc(1080/918); 
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container {
      position: relative;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c9a24e-326f-44d6-beb4-e2f57c44a123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-3092df4a-a462-4178-a5fd-eb636772928b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-3092df4a-a462-4178-a5fd-eb636772928b {
  display: none;
}
#s-3092df4a-a462-4178-a5fd-eb636772928b, #wrap-s-3092df4a-a462-4178-a5fd-eb636772928b, #wrap-content-s-3092df4a-a462-4178-a5fd-eb636772928b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3092df4a-a462-4178-a5fd-eb636772928b {
  display: none;
}
#s-3092df4a-a462-4178-a5fd-eb636772928b, #wrap-s-3092df4a-a462-4178-a5fd-eb636772928b, #wrap-content-s-3092df4a-a462-4178-a5fd-eb636772928b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3092df4a-a462-4178-a5fd-eb636772928b {
  display: none;
}
#s-3092df4a-a462-4178-a5fd-eb636772928b, #wrap-s-3092df4a-a462-4178-a5fd-eb636772928b, #wrap-content-s-3092df4a-a462-4178-a5fd-eb636772928b { display: none !important; }}@media (max-width: 767px){#s-3092df4a-a462-4178-a5fd-eb636772928b {
  display: none;
}
#s-3092df4a-a462-4178-a5fd-eb636772928b, #wrap-s-3092df4a-a462-4178-a5fd-eb636772928b, #wrap-content-s-3092df4a-a462-4178-a5fd-eb636772928b { display: none !important; }}







#s-3092df4a-a462-4178-a5fd-eb636772928b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3092df4a-a462-4178-a5fd-eb636772928b.shg-box.shg-c {
  justify-content: center;
}

#s-b50fb10a-07fc-48b6-8100-ea26b7de6fcf {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(9, 6, 23, 1);
}








#s-b50fb10a-07fc-48b6-8100-ea26b7de6fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b50fb10a-07fc-48b6-8100-ea26b7de6fcf.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-0ad9d4bb-4699-4b70-9fde-eb4bb306f369 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-d7e36623-4335-489c-8cc9-082133d1034b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
max-width: 1200px;
}

#s-040e0273-bca3-4824-84f9-34b74ebdb8f7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-040e0273-bca3-4824-84f9-34b74ebdb8f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-040e0273-bca3-4824-84f9-34b74ebdb8f7.shg-box.shg-c {
  justify-content: center;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 925px;
aspect-ratio: 925/95;
text-align: center;
}
@media (min-width: 1200px){#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  display: none;
}
#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d, #wrap-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d, #wrap-content-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  display: none;
}
#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d, #wrap-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d, #wrap-content-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  display: none;
}
#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d, #wrap-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d, #wrap-content-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d { display: none !important; }}@media (max-width: 767px){#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  display: none;
}
#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d, #wrap-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d, #wrap-content-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d { display: none !important; }}
#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }

    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-link {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 925px;
  }



  img.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
    
    
    
    max-height: 925px;
  }


.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
  box-sizing: border-box;
}



.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
      --shg-aspect-ratio: calc(925/95); 
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
      position: relative;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 925px;
    }
  }

@media (min-width: 1200px){#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }

    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-link {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 925px;
  }



  img.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
    
    
    
    max-height: 925px;
  }


.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
  box-sizing: border-box;
}



.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
      --shg-aspect-ratio: calc(925/95); 
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
      position: relative;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 925px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }

    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-link {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 925px;
  }



  img.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
    
    
    
    max-height: 925px;
  }


.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
  box-sizing: border-box;
}



.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
      --shg-aspect-ratio: calc(925/95); 
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
      position: relative;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 925px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }

    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-link {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 925px;
  }



  img.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
    
    
    
    max-height: 925px;
  }


.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
  box-sizing: border-box;
}



.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
      --shg-aspect-ratio: calc(925/95); 
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
      position: relative;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 925px;
    }
  }

}@media (max-width: 767px){#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }

    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-link {
      aspect-ratio: 925/95;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 925px;
  }



  img.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
    
    
    
    max-height: 925px;
  }


.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image {
  box-sizing: border-box;
}



.s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d {
      --shg-aspect-ratio: calc(925/95); 
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container {
      position: relative;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3b4c7a7-93f3-4d48-985b-226be4f9705d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 925px;
    }
  }

}
#s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  margin-left: auto;
margin-right: auto;
max-width: 1430px;
aspect-ratio: 1430/437;
text-align: center;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }

    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-link {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
  box-sizing: border-box;
}



.s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
      --shg-aspect-ratio: calc(1430/437); 
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
      position: relative;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

@media (min-width: 1200px){#s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }

    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-link {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
  box-sizing: border-box;
}



.s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
      --shg-aspect-ratio: calc(1430/437); 
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
      position: relative;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }

    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-link {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
  box-sizing: border-box;
}



.s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
      --shg-aspect-ratio: calc(1430/437); 
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
      position: relative;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }

    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-link {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
  box-sizing: border-box;
}



.s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
      --shg-aspect-ratio: calc(1430/437); 
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
      position: relative;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (max-width: 767px){#s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }

    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-link {
      aspect-ratio: 1430/437;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-71f5cd7a-59f7-4042-80dc-95236da55cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image {
  box-sizing: border-box;
}



.s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd {
      --shg-aspect-ratio: calc(1430/437); 
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container {
      position: relative;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71f5cd7a-59f7-4042-80dc-95236da55cfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

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

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

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

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

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

#s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0a5f0a4b-d93a-4cbe-b7a4-2069f385dce3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3e3a4b5e-9970-4844-9986-ca8af699f244 {
  margin-left: 16%;
margin-right: 16%;
}
@media (min-width: 1200px){#s-3e3a4b5e-9970-4844-9986-ca8af699f244 {
  margin-left: -13%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e3a4b5e-9970-4844-9986-ca8af699f244 {
  margin-left: -27%;
margin-right: 0%;
}
}
#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  margin-left: 0%;
margin-right: 31%;
max-width: 190px;
aspect-ratio: 313/52;
text-align: center;
}
@media (max-width: 767px){#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  margin-right: 0%;
}
}
#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }

    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-link {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 190px;
  }



  img.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
    
    
    
    max-height: 190px;
  }


.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
  box-sizing: border-box;
}



.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
      --shg-aspect-ratio: calc(313/52); 
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
      position: relative;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 190px;
    }
  }

@media (min-width: 1200px){#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }

    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-link {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 190px;
  }



  img.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
    
    
    
    max-height: 190px;
  }


.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
  box-sizing: border-box;
}



.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
      --shg-aspect-ratio: calc(313/52); 
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
      position: relative;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 190px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }

    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-link {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 190px;
  }



  img.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
    
    
    
    max-height: 190px;
  }


.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
  box-sizing: border-box;
}



.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
      --shg-aspect-ratio: calc(313/52); 
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
      position: relative;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 190px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }

    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-link {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 190px;
  }



  img.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
    
    
    
    max-height: 190px;
  }


.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
  box-sizing: border-box;
}



.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
      --shg-aspect-ratio: calc(313/52); 
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
      position: relative;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 190px;
    }
  }

}@media (max-width: 767px){#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }

    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-link {
      aspect-ratio: 313/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 190px;
  }



  img.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
    
    
    
    max-height: 190px;
  }


.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image {
  box-sizing: border-box;
}



.s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 {
      --shg-aspect-ratio: calc(313/52); 
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container {
      position: relative;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0ab42a-c69e-4ba8-8651-a7372a61def3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 190px;
    }
  }

}
#s-30a28534-e1ea-4487-94f4-b55472981b23 {
  margin-top: 8px;
margin-left: 16%;
margin-right: auto;
}
@media (min-width: 1200px){#s-30a28534-e1ea-4487-94f4-b55472981b23 {
  margin-left: -36%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30a28534-e1ea-4487-94f4-b55472981b23 {
  margin-left: -40%;
}
}@media (max-width: 767px){#s-30a28534-e1ea-4487-94f4-b55472981b23 {
  margin-left: 0%;
}
}
#s-9dc46475-cbcb-4dc9-8f3e-a59b8fadc95a {
  margin-left: 0%;
margin-right: 0%;
}

#s-15fa8d88-d4d0-46d7-bb6c-4d3b2ceb84a8 {
  margin-top: 50px;
margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-15fa8d88-d4d0-46d7-bb6c-4d3b2ceb84a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15fa8d88-d4d0-46d7-bb6c-4d3b2ceb84a8.shg-box.shg-c {
  justify-content: center;
}

#s-19e7728c-9ffe-443f-9751-a8ae2d8a4b4f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-19e7728c-9ffe-443f-9751-a8ae2d8a4b4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19e7728c-9ffe-443f-9751-a8ae2d8a4b4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19e7728c-9ffe-443f-9751-a8ae2d8a4b4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19e7728c-9ffe-443f-9751-a8ae2d8a4b4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  margin-left: 28%;
margin-right: 0%;
max-width: 266px;
aspect-ratio: 266/243;
text-align: center;
}
@media (max-width: 767px){#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  margin-left: 0%;
}
}
#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  margin: 0 !important;
  overflow: visible;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add background color handling */
  
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }

    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-link {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
  box-sizing: border-box;
}



.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
      --shg-aspect-ratio: calc(266/243); 
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
      position: relative;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

@media (min-width: 1200px){#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  margin: 0 !important;
  overflow: visible;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add background color handling */
  
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }

    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-link {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
  box-sizing: border-box;
}



.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
      --shg-aspect-ratio: calc(266/243); 
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
      position: relative;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  margin: 0 !important;
  overflow: visible;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add background color handling */
  
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }

    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-link {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
  box-sizing: border-box;
}



.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
      --shg-aspect-ratio: calc(266/243); 
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
      position: relative;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  margin: 0 !important;
  overflow: visible;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add background color handling */
  
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }

    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-link {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
  box-sizing: border-box;
}



.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
      --shg-aspect-ratio: calc(266/243); 
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
      position: relative;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (max-width: 767px){#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  margin: 0 !important;
  overflow: visible;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add background color handling */
  
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }

    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-link {
      aspect-ratio: 266/243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image {
  box-sizing: border-box;
}



.s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 {
      --shg-aspect-ratio: calc(266/243); 
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container {
      position: relative;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f16bb5b6-23d6-4dd2-a430-8c764a1da201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}
#s-7a10dad4-afc8-4a83-a3a0-401210524034 {
  margin-top: 20px;
margin-left: 35%;
margin-right: auto;
}
@media (max-width: 767px){#s-7a10dad4-afc8-4a83-a3a0-401210524034 {
  margin-top: 5px;
margin-left: 0%;
}
}
#s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  margin-left: 14%;
margin-right: 14%;
max-width: 265px;
aspect-ratio: 265/244;
text-align: center;
}
@media (max-width: 767px){#s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  margin: 0 !important;
  overflow: visible;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add background color handling */
  
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }

    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 265px;
  }



  img.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
  box-sizing: border-box;
}



.s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1862f826-4be6-451a-9248-c3cacd0b1755 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
      position: relative;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 265px;
    }
  }

@media (min-width: 1200px){#s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  margin: 0 !important;
  overflow: visible;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add background color handling */
  
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }

    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 265px;
  }



  img.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
  box-sizing: border-box;
}



.s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1862f826-4be6-451a-9248-c3cacd0b1755 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
      position: relative;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 265px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  margin: 0 !important;
  overflow: visible;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add background color handling */
  
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }

    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 265px;
  }



  img.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
  box-sizing: border-box;
}



.s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1862f826-4be6-451a-9248-c3cacd0b1755 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
      position: relative;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 265px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  margin: 0 !important;
  overflow: visible;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add background color handling */
  
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }

    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 265px;
  }



  img.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
  box-sizing: border-box;
}



.s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1862f826-4be6-451a-9248-c3cacd0b1755 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
      position: relative;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 265px;
    }
  }

}@media (max-width: 767px){#s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  margin: 0 !important;
  overflow: visible;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1862f826-4be6-451a-9248-c3cacd0b1755 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add background color handling */
  
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }

    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-link {
      aspect-ratio: 265/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1862f826-4be6-451a-9248-c3cacd0b1755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 265px;
  }



  img.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-1862f826-4be6-451a-9248-c3cacd0b1755 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image {
  box-sizing: border-box;
}



.s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1862f826-4be6-451a-9248-c3cacd0b1755 {
      --shg-aspect-ratio: calc(265/244); 
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container {
      position: relative;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1862f826-4be6-451a-9248-c3cacd0b1755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 265px;
    }
  }

}
#s-8babbe57-cd37-429a-82d9-a1717c5ed3bd {
  margin-top: 20px;
margin-left: 17%;
margin-right: 17%;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb {
  margin-left: auto;
margin-right: 28%;
max-width: 266px;
aspect-ratio: 266/244;
text-align: center;
}
@media (max-width: 767px){#s-ad79571c-7615-4e46-a185-a343ca47eacb {
  margin-top: 30px;
margin-right: 0%;
display: none;
}
#s-ad79571c-7615-4e46-a185-a343ca47eacb, #wrap-s-ad79571c-7615-4e46-a185-a343ca47eacb, #wrap-content-s-ad79571c-7615-4e46-a185-a343ca47eacb { display: none !important; }}
#s-ad79571c-7615-4e46-a185-a343ca47eacb {
  margin: 0 !important;
  overflow: visible;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 28%;
  
  
}

.shg-image-content-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add background color handling */
  
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
  box-sizing: border-box;
}



.s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad79571c-7615-4e46-a185-a343ca47eacb {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
      position: relative;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

@media (min-width: 1200px){#s-ad79571c-7615-4e46-a185-a343ca47eacb {
  margin: 0 !important;
  overflow: visible;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add background color handling */
  
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
  box-sizing: border-box;
}



.s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad79571c-7615-4e46-a185-a343ca47eacb {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
      position: relative;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad79571c-7615-4e46-a185-a343ca47eacb {
  margin: 0 !important;
  overflow: visible;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add background color handling */
  
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
  box-sizing: border-box;
}



.s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad79571c-7615-4e46-a185-a343ca47eacb {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
      position: relative;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad79571c-7615-4e46-a185-a343ca47eacb {
  margin: 0 !important;
  overflow: visible;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add background color handling */
  
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
  box-sizing: border-box;
}



.s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad79571c-7615-4e46-a185-a343ca47eacb {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
      position: relative;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (max-width: 767px){#s-ad79571c-7615-4e46-a185-a343ca47eacb {
  margin: 0 !important;
  overflow: visible;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0%;
  margin-top: 30px;
  
}

.shg-image-content-margin-container-s-ad79571c-7615-4e46-a185-a343ca47eacb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add background color handling */
  
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad79571c-7615-4e46-a185-a343ca47eacb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-ad79571c-7615-4e46-a185-a343ca47eacb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image {
  box-sizing: border-box;
}



.s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad79571c-7615-4e46-a185-a343ca47eacb {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container {
      position: relative;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad79571c-7615-4e46-a185-a343ca47eacb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}
#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 266px;
aspect-ratio: 266/244;
text-align: center;
}
@media (min-width: 1200px){#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  display: none;
}
#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55, #wrap-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55, #wrap-content-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  display: none;
}
#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55, #wrap-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55, #wrap-content-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  display: none;
}
#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55, #wrap-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55, #wrap-content-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 { display: none !important; }}
#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
  box-sizing: border-box;
}



.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
      position: relative;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

@media (min-width: 1200px){#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
  box-sizing: border-box;
}



.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
      position: relative;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
  box-sizing: border-box;
}



.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
      position: relative;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
  box-sizing: border-box;
}



.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
      position: relative;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}@media (max-width: 767px){#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }

    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-link {
      aspect-ratio: 266/244;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 266px;
  }



  img.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
    
    
    
    max-height: 266px;
  }


.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image {
  box-sizing: border-box;
}



.s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 {
      --shg-aspect-ratio: calc(266/244); 
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container {
      position: relative;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87cf2c82-c1ed-44ab-b84a-e15c19dc9c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 266px;
    }
  }

}
#s-93899488-c423-492d-b147-aa94d753cc80 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 35%;
}
@media (max-width: 767px){#s-93899488-c423-492d-b147-aa94d753cc80 {
  margin-top: 20px;
margin-left: 17%;
margin-bottom: 50px;
margin-right: 17%;
}
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-bottom: 0%;
min-height: 50px;
background-position: center center;
}

#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 {
  background-image: url(https://i.shgcdn.com/6d5c4826-d2e6-4584-ab47-87e8726bdd6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3e355140-933d-4c76-bca9-3a4b7a97ec92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e355140-933d-4c76-bca9-3a4b7a97ec92.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9dec5b13-85dd-4216-887f-3af1afa92cfe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9dec5b13-85dd-4216-887f-3af1afa92cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9dec5b13-85dd-4216-887f-3af1afa92cfe.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  display: none;
}
#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7, #wrap-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7, #wrap-content-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  display: none;
}
#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7, #wrap-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7, #wrap-content-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 { display: none !important; }}
#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c9a1867-037d-4ad7-997a-1c44fa8fabb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fc527256-e964-463e-8fcd-851fb7b2aa8f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-attachment: scroll;
}








#s-fc527256-e964-463e-8fcd-851fb7b2aa8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc527256-e964-463e-8fcd-851fb7b2aa8f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 50%;
margin-right: auto;
max-width: 1050px;
aspect-ratio: 1050/629;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f099226-37ae-49b2-910a-e6c0557c280e {
  display: none;
}
#s-3f099226-37ae-49b2-910a-e6c0557c280e, #wrap-s-3f099226-37ae-49b2-910a-e6c0557c280e, #wrap-content-s-3f099226-37ae-49b2-910a-e6c0557c280e { display: none !important; }}@media (max-width: 767px){#s-3f099226-37ae-49b2-910a-e6c0557c280e {
  display: none;
}
#s-3f099226-37ae-49b2-910a-e6c0557c280e, #wrap-s-3f099226-37ae-49b2-910a-e6c0557c280e, #wrap-content-s-3f099226-37ae-49b2-910a-e6c0557c280e { display: none !important; }}
#s-3f099226-37ae-49b2-910a-e6c0557c280e {
  margin: 0 !important;
  overflow: visible;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add background color handling */
  
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }

    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-link {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1050px;
  }



  img.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
    
    
    
    max-height: 1050px;
  }


.s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
  box-sizing: border-box;
}



.s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f099226-37ae-49b2-910a-e6c0557c280e {
      --shg-aspect-ratio: calc(1050/629); 
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
      position: relative;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1050px;
    }
  }

@media (min-width: 1200px){#s-3f099226-37ae-49b2-910a-e6c0557c280e {
  margin: 0 !important;
  overflow: visible;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add background color handling */
  
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }

    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-link {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1050px;
  }



  img.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
    
    
    
    max-height: 1050px;
  }


.s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
  box-sizing: border-box;
}



.s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f099226-37ae-49b2-910a-e6c0557c280e {
      --shg-aspect-ratio: calc(1050/629); 
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
      position: relative;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1050px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3f099226-37ae-49b2-910a-e6c0557c280e {
  margin: 0 !important;
  overflow: visible;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add background color handling */
  
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }

    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-link {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1050px;
  }



  img.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
    
    
    
    max-height: 1050px;
  }


.s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
  box-sizing: border-box;
}



.s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f099226-37ae-49b2-910a-e6c0557c280e {
      --shg-aspect-ratio: calc(1050/629); 
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
      position: relative;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1050px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3f099226-37ae-49b2-910a-e6c0557c280e {
  margin: 0 !important;
  overflow: visible;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add background color handling */
  
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }

    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-link {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1050px;
  }



  img.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
    
    
    
    max-height: 1050px;
  }


.s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
  box-sizing: border-box;
}



.s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f099226-37ae-49b2-910a-e6c0557c280e {
      --shg-aspect-ratio: calc(1050/629); 
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
      position: relative;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1050px;
    }
  }

}@media (max-width: 767px){#s-3f099226-37ae-49b2-910a-e6c0557c280e {
  margin: 0 !important;
  overflow: visible;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f099226-37ae-49b2-910a-e6c0557c280e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add background color handling */
  
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }

    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-link {
      aspect-ratio: 1050/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f099226-37ae-49b2-910a-e6c0557c280e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1050px;
  }



  img.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
    
    
    
    max-height: 1050px;
  }


.s-3f099226-37ae-49b2-910a-e6c0557c280e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image {
  box-sizing: border-box;
}



.s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f099226-37ae-49b2-910a-e6c0557c280e {
      --shg-aspect-ratio: calc(1050/629); 
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container {
      position: relative;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f099226-37ae-49b2-910a-e6c0557c280e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1050px;
    }
  }

}
#s-933b5613-41db-4245-9e5e-014ac3eef1c2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-933b5613-41db-4245-9e5e-014ac3eef1c2 {
  display: none;
}
#s-933b5613-41db-4245-9e5e-014ac3eef1c2, #wrap-s-933b5613-41db-4245-9e5e-014ac3eef1c2, #wrap-content-s-933b5613-41db-4245-9e5e-014ac3eef1c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-933b5613-41db-4245-9e5e-014ac3eef1c2 {
  display: none;
}
#s-933b5613-41db-4245-9e5e-014ac3eef1c2, #wrap-s-933b5613-41db-4245-9e5e-014ac3eef1c2, #wrap-content-s-933b5613-41db-4245-9e5e-014ac3eef1c2 { display: none !important; }}







#s-933b5613-41db-4245-9e5e-014ac3eef1c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-933b5613-41db-4245-9e5e-014ac3eef1c2.shg-box.shg-c {
  justify-content: center;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1030/750;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  display: none;
}
#s-283f3c3e-d3a9-458a-ab3c-1879e986653a, #wrap-s-283f3c3e-d3a9-458a-ab3c-1879e986653a, #wrap-content-s-283f3c3e-d3a9-458a-ab3c-1879e986653a { display: none !important; }}@media (max-width: 767px){#s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  display: none;
}
#s-283f3c3e-d3a9-458a-ab3c-1879e986653a, #wrap-s-283f3c3e-d3a9-458a-ab3c-1879e986653a, #wrap-content-s-283f3c3e-d3a9-458a-ab3c-1879e986653a { display: none !important; }}
#s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  margin: 0 !important;
  overflow: visible;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add background color handling */
  
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }

    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
  box-sizing: border-box;
}



.s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
      position: relative;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  margin: 0 !important;
  overflow: visible;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add background color handling */
  
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }

    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
  box-sizing: border-box;
}



.s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
      position: relative;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  margin: 0 !important;
  overflow: visible;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add background color handling */
  
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }

    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
  box-sizing: border-box;
}



.s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
      position: relative;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  margin: 0 !important;
  overflow: visible;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add background color handling */
  
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }

    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
  box-sizing: border-box;
}



.s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
      position: relative;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  margin: 0 !important;
  overflow: visible;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add background color handling */
  
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }

    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-link {
      aspect-ratio: 1030/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-283f3c3e-d3a9-458a-ab3c-1879e986653a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image {
  box-sizing: border-box;
}



.s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a {
      --shg-aspect-ratio: calc(1030/750); 
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container {
      position: relative;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283f3c3e-d3a9-458a-ab3c-1879e986653a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
aspect-ratio: 180/16;
text-align: center;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
  box-sizing: border-box;
}



.s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
      position: relative;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

@media (min-width: 1200px){#s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
  box-sizing: border-box;
}



.s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
      position: relative;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
  box-sizing: border-box;
}



.s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
      position: relative;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
  box-sizing: border-box;
}



.s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
      position: relative;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

}@media (max-width: 767px){#s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-0f16c40e-b627-4ced-a95f-8366651c0bfb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image {
  box-sizing: border-box;
}



.s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container {
      position: relative;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f16c40e-b627-4ced-a95f-8366651c0bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

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

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

#s-f9687b18-0fe1-4807-baf1-e12cbcf38e30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9687b18-0fe1-4807-baf1-e12cbcf38e30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Saira";
  font-style:  italic ;
  
  
  
  
}



#s-44ee8022-47a2-4325-bc42-ba37a2c85514 {
  margin-left: 8%;
margin-right: 8%;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b {
  background-image: url(https://i.shgcdn.com/741b97c0-2bb2-4064-b29a-834f34b311ff/);
background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 1px;
margin-bottom: 4%;
padding-top: 3.5%;
padding-left: 18%;
padding-bottom: 4%;
padding-right: 18%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
text-decoration: none;
hover-type: image;
}
#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b:hover {background-image: url(https://i.shgcdn.com/b3901189-2320-46b9-8b3b-ac2c4e6fb416/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: image !important;}#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b:active {background-image: url(https://i.shgcdn.com/c7673a51-0cc0-46b0-9877-591feeaf0ff4/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 768px) and (max-width: 991px){#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b {
  padding-top: 2.3%;
padding-left: 12%;
padding-bottom: 2%;
padding-right: 16%;
}
}@media (max-width: 767px){#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b {
  padding-top: 3.5%;
padding-left: 18%;
padding-bottom: 3%;
}
}

  #s-8aa5418a-3f68-4c08-a346-9d212fb2e43b-root {
    text-align: center;
  }


#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8aa5418a-3f68-4c08-a346-9d212fb2e43b-root {
    text-align: center;
  }


#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8aa5418a-3f68-4c08-a346-9d212fb2e43b-root {
    text-align: center;
  }


#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8aa5418a-3f68-4c08-a346-9d212fb2e43b-root {
    text-align: center;
  }


#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8aa5418a-3f68-4c08-a346-9d212fb2e43b-root {
    text-align: center;
  }


#s-8aa5418a-3f68-4c08-a346-9d212fb2e43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-ab44219c-19c1-4990-90bd-d53468e58e74 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-ab44219c-19c1-4990-90bd-d53468e58e74 {
  display: none;
}
#s-ab44219c-19c1-4990-90bd-d53468e58e74, #wrap-s-ab44219c-19c1-4990-90bd-d53468e58e74, #wrap-content-s-ab44219c-19c1-4990-90bd-d53468e58e74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab44219c-19c1-4990-90bd-d53468e58e74 {
  display: none;
}
#s-ab44219c-19c1-4990-90bd-d53468e58e74, #wrap-s-ab44219c-19c1-4990-90bd-d53468e58e74, #wrap-content-s-ab44219c-19c1-4990-90bd-d53468e58e74 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab44219c-19c1-4990-90bd-d53468e58e74 {
  display: none;
}
#s-ab44219c-19c1-4990-90bd-d53468e58e74, #wrap-s-ab44219c-19c1-4990-90bd-d53468e58e74, #wrap-content-s-ab44219c-19c1-4990-90bd-d53468e58e74 { display: none !important; }}@media (max-width: 767px){#s-ab44219c-19c1-4990-90bd-d53468e58e74 {
  display: none;
}
#s-ab44219c-19c1-4990-90bd-d53468e58e74, #wrap-s-ab44219c-19c1-4990-90bd-d53468e58e74, #wrap-content-s-ab44219c-19c1-4990-90bd-d53468e58e74 { display: none !important; }}







#s-ab44219c-19c1-4990-90bd-d53468e58e74 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-ab44219c-19c1-4990-90bd-d53468e58e74.shg-box.shg-c {
  justify-content: center;
}

#s-c1c97573-37e8-483e-8069-4f8a4c21fabc {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
max-width: 1100px;
}








#s-c1c97573-37e8-483e-8069-4f8a4c21fabc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1c97573-37e8-483e-8069-4f8a4c21fabc.shg-box.shg-c {
  justify-content: center;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  margin-left: auto;
margin-right: auto;
max-width: 140px;
aspect-ratio: 180/16;
text-align: left;
opacity: 1;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  margin: 0 !important;
  overflow: visible;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add background color handling */
  
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 140px;
  }



  img.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
    
    
    
    max-height: 140px;
  }


.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
  box-sizing: border-box;
}



.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
      position: relative;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 140px;
    }
  }

@media (min-width: 1200px){#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  margin: 0 !important;
  overflow: visible;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add background color handling */
  
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 140px;
  }



  img.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
    
    
    
    max-height: 140px;
  }


.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
  box-sizing: border-box;
}



.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
      position: relative;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 140px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  margin: 0 !important;
  overflow: visible;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add background color handling */
  
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 140px;
  }



  img.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
    
    
    
    max-height: 140px;
  }


.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
  box-sizing: border-box;
}



.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
      position: relative;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 140px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  margin: 0 !important;
  overflow: visible;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add background color handling */
  
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 140px;
  }



  img.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
    
    
    
    max-height: 140px;
  }


.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
  box-sizing: border-box;
}



.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
      position: relative;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 140px;
    }
  }

}@media (max-width: 767px){#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  margin: 0 !important;
  overflow: visible;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add background color handling */
  
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }

    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-link {
      aspect-ratio: 180/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 140px;
  }



  img.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
    
    
    
    max-height: 140px;
  }


.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image {
  box-sizing: border-box;
}



.s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 {
      --shg-aspect-ratio: calc(180/16); 
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container {
      position: relative;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8895e4a6-9599-4723-a6c5-301ef2beaf14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 140px;
    }
  }

}
#s-3d4d4176-b983-4931-813a-374aff5e410c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d4d4176-b983-4931-813a-374aff5e410c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Saira";
  font-style:  italic ;
  
  
  
  text-align: left;
}



#s-5edf507b-f9aa-4a76-a293-eb1fcf616a52 {
  margin-left: auto;
margin-right: auto;
}

#s-93fdded7-e819-44ec-839c-29807d19d68f {
  background-image: url(https://i.shgcdn.com/42c4bc47-06d6-4c7c-b823-8a9e66c70fa0/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: left;
text-decoration: none;
hover-type: image;
background-position: custom undefined;
}
#s-93fdded7-e819-44ec-839c-29807d19d68f:hover {background-image: url(https://i.shgcdn.com/5fb337a1-c4cc-4cfb-93dd-d6f5d56c19dc/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: image !important;}#s-93fdded7-e819-44ec-839c-29807d19d68f:active {background-image: url(https://i.shgcdn.com/5861ddc2-c395-44ed-bd6e-af311d5a7b03/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 1200px){#s-93fdded7-e819-44ec-839c-29807d19d68f {
  padding-top: 1.1%;
padding-left: 6%;
padding-bottom: 1.1%;
padding-right: 6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93fdded7-e819-44ec-839c-29807d19d68f {
  padding-top: 1%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 6%;
}
}

  #s-93fdded7-e819-44ec-839c-29807d19d68f-root {
    text-align: left;
  }


#s-93fdded7-e819-44ec-839c-29807d19d68f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93fdded7-e819-44ec-839c-29807d19d68f-root {
    text-align: left;
  }


#s-93fdded7-e819-44ec-839c-29807d19d68f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93fdded7-e819-44ec-839c-29807d19d68f-root {
    text-align: left;
  }


#s-93fdded7-e819-44ec-839c-29807d19d68f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93fdded7-e819-44ec-839c-29807d19d68f-root {
    text-align: left;
  }


#s-93fdded7-e819-44ec-839c-29807d19d68f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93fdded7-e819-44ec-839c-29807d19d68f-root {
    text-align: left;
  }


#s-93fdded7-e819-44ec-839c-29807d19d68f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-2747cfd4-1d63-4f03-a576-17788c351a16 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(9, 6, 23, 1);
}








#s-2747cfd4-1d63-4f03-a576-17788c351a16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2747cfd4-1d63-4f03-a576-17788c351a16.shg-box.shg-c {
  justify-content: center;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  margin-left: auto;
margin-right: auto;
min-height: 100%;
max-width: 1920px;
aspect-ratio: 1920/385;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  margin-left: -15%;
margin-right: -15%;
display: none;
}
#s-8c4649c9-f105-4175-8807-a5c855c2a437, #wrap-s-8c4649c9-f105-4175-8807-a5c855c2a437, #wrap-content-s-8c4649c9-f105-4175-8807-a5c855c2a437 { display: none !important; }}@media (max-width: 767px){#s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  margin-left: -50%;
margin-right: -50%;
max-width: 1920px;
display: none;
}
#s-8c4649c9-f105-4175-8807-a5c855c2a437, #wrap-s-8c4649c9-f105-4175-8807-a5c855c2a437, #wrap-content-s-8c4649c9-f105-4175-8807-a5c855c2a437 { display: none !important; }}
#s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }

    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-link {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 1920px;
  }



  img.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
    
    
    min-height: 100%;
    max-height: 1920px;
  }


.s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
  box-sizing: border-box;
}



.s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  min-height: 100%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c4649c9-f105-4175-8807-a5c855c2a437 {
      --shg-aspect-ratio: calc(1920/385); 
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
      position: relative;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 100%;
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }

    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-link {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 1920px;
  }



  img.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
    
    
    min-height: 100%;
    max-height: 1920px;
  }


.s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
  box-sizing: border-box;
}



.s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  min-height: 100%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c4649c9-f105-4175-8807-a5c855c2a437 {
      --shg-aspect-ratio: calc(1920/385); 
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
      position: relative;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 100%;
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }

    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-link {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 1920px;
  }



  img.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
    
    
    min-height: 100%;
    max-height: 1920px;
  }


.s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
  box-sizing: border-box;
}



.s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  min-height: 100%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c4649c9-f105-4175-8807-a5c855c2a437 {
      --shg-aspect-ratio: calc(1920/385); 
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
      position: relative;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 100%;
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }

    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-link {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 1920px;
  }



  img.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
    
    
    min-height: 100%;
    max-height: 1920px;
  }


.s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
  box-sizing: border-box;
}



.s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  min-height: 100%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c4649c9-f105-4175-8807-a5c855c2a437 {
      --shg-aspect-ratio: calc(1920/385); 
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
      position: relative;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 100%;
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8c4649c9-f105-4175-8807-a5c855c2a437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }

    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-link {
      aspect-ratio: 1920/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4649c9-f105-4175-8807-a5c855c2a437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 1920px;
  }



  img.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
    
    
    min-height: 100%;
    max-height: 1920px;
  }


.s-8c4649c9-f105-4175-8807-a5c855c2a437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image {
  box-sizing: border-box;
}



.s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image {
  min-height: 100%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c4649c9-f105-4175-8807-a5c855c2a437 {
      --shg-aspect-ratio: calc(1920/385); 
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container {
      position: relative;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4649c9-f105-4175-8807-a5c855c2a437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 100%;
      max-width: 1920px;
    }
  }

}
#s-83f6b164-1452-4c4b-a217-25ab11ac6f50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-83f6b164-1452-4c4b-a217-25ab11ac6f50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83f6b164-1452-4c4b-a217-25ab11ac6f50.shg-box.shg-c {
  justify-content: center;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  margin-left: auto;
margin-right: auto;
max-width: 879px;
aspect-ratio: 879/385;
text-align: center;
}
@media (min-width: 1200px){#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  display: none;
}
#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec, #wrap-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec, #wrap-content-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  display: none;
}
#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec, #wrap-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec, #wrap-content-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec { display: none !important; }}@media (max-width: 767px){#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  display: none;
}
#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec, #wrap-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec, #wrap-content-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec { display: none !important; }}
#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  margin: 0 !important;
  overflow: visible;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add background color handling */
  
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 879px;
  }



  img.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
    
    
    
    max-height: 879px;
  }


.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
  box-sizing: border-box;
}



.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
      position: relative;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 879px;
    }
  }

@media (min-width: 1200px){#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  margin: 0 !important;
  overflow: visible;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add background color handling */
  
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 879px;
  }



  img.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
    
    
    
    max-height: 879px;
  }


.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
  box-sizing: border-box;
}



.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
      position: relative;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 879px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  margin: 0 !important;
  overflow: visible;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add background color handling */
  
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 879px;
  }



  img.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
    
    
    
    max-height: 879px;
  }


.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
  box-sizing: border-box;
}



.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
      position: relative;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 879px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  margin: 0 !important;
  overflow: visible;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add background color handling */
  
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 879px;
  }



  img.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
    
    
    
    max-height: 879px;
  }


.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
  box-sizing: border-box;
}



.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
      position: relative;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 879px;
    }
  }

}@media (max-width: 767px){#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  margin: 0 !important;
  overflow: visible;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add background color handling */
  
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 879px;
  }



  img.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
    
    
    
    max-height: 879px;
  }


.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image {
  box-sizing: border-box;
}



.s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container {
      position: relative;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9171243b-f68c-4dbe-b18e-72b4c7e6e9ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 879px;
    }
  }

}
#s-7e77b793-dba8-45cd-9ef5-921934199286 {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-7e77b793-dba8-45cd-9ef5-921934199286 {
  display: none;
}
#s-7e77b793-dba8-45cd-9ef5-921934199286, #wrap-s-7e77b793-dba8-45cd-9ef5-921934199286, #wrap-content-s-7e77b793-dba8-45cd-9ef5-921934199286 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e77b793-dba8-45cd-9ef5-921934199286 {
  display: none;
}
#s-7e77b793-dba8-45cd-9ef5-921934199286, #wrap-s-7e77b793-dba8-45cd-9ef5-921934199286, #wrap-content-s-7e77b793-dba8-45cd-9ef5-921934199286 { display: none !important; }}







#s-7e77b793-dba8-45cd-9ef5-921934199286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e77b793-dba8-45cd-9ef5-921934199286.shg-box.shg-c {
  justify-content: center;
}

#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d {
  display: none;
}
#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d, #wrap-s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d, #wrap-content-s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d {
  display: none;
}
#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d, #wrap-s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d, #wrap-content-s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d {
  display: none;
}
#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d, #wrap-s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d, #wrap-content-s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d { display: none !important; }}







#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c58173d-e1ee-45cc-9ef2-a6170a996b8d.shg-box.shg-c {
  justify-content: center;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  margin-left: 0%;
margin-right: 0%;
min-height: 550%;
max-width: 879px;
aspect-ratio: 879/385;
text-align: center;
}
@media (min-width: 1200px){#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  display: none;
}
#s-f9a6a2aa-7558-495e-b655-d64f5c710932, #wrap-s-f9a6a2aa-7558-495e-b655-d64f5c710932, #wrap-content-s-f9a6a2aa-7558-495e-b655-d64f5c710932 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  display: none;
}
#s-f9a6a2aa-7558-495e-b655-d64f5c710932, #wrap-s-f9a6a2aa-7558-495e-b655-d64f5c710932, #wrap-content-s-f9a6a2aa-7558-495e-b655-d64f5c710932 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  display: none;
}
#s-f9a6a2aa-7558-495e-b655-d64f5c710932, #wrap-s-f9a6a2aa-7558-495e-b655-d64f5c710932, #wrap-content-s-f9a6a2aa-7558-495e-b655-d64f5c710932 { display: none !important; }}@media (max-width: 767px){#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  display: none;
}
#s-f9a6a2aa-7558-495e-b655-d64f5c710932, #wrap-s-f9a6a2aa-7558-495e-b655-d64f5c710932, #wrap-content-s-f9a6a2aa-7558-495e-b655-d64f5c710932 { display: none !important; }}
#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 550%;
    max-height: 879px;
  }



  img.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
    
    
    min-height: 550%;
    max-height: 879px;
  }


.s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
  box-sizing: border-box;
}



.s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  min-height: 550%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
      position: relative;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 550%;
      max-width: 879px;
    }
  }

@media (min-width: 1200px){#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 550%;
    max-height: 879px;
  }



  img.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
    
    
    min-height: 550%;
    max-height: 879px;
  }


.s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
  box-sizing: border-box;
}



.s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  min-height: 550%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
      position: relative;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 550%;
      max-width: 879px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 550%;
    max-height: 879px;
  }



  img.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
    
    
    min-height: 550%;
    max-height: 879px;
  }


.s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
  box-sizing: border-box;
}



.s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  min-height: 550%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
      position: relative;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 550%;
      max-width: 879px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 550%;
    max-height: 879px;
  }



  img.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
    
    
    min-height: 550%;
    max-height: 879px;
  }


.s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
  box-sizing: border-box;
}



.s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  min-height: 550%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
      position: relative;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 550%;
      max-width: 879px;
    }
  }

}@media (max-width: 767px){#s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }

    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-link {
      aspect-ratio: 879/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 550%;
    max-height: 879px;
  }



  img.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
    
    
    min-height: 550%;
    max-height: 879px;
  }


.s-f9a6a2aa-7558-495e-b655-d64f5c710932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image {
  box-sizing: border-box;
}



.s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image {
  min-height: 550%;
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 {
      --shg-aspect-ratio: calc(879/385); 
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container {
      position: relative;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a6a2aa-7558-495e-b655-d64f5c710932 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 550%;
      max-width: 879px;
    }
  }

}
#s-11096930-bd31-4688-9055-52d2487ecfba {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-11096930-bd31-4688-9055-52d2487ecfba {
  display: none;
}
#s-11096930-bd31-4688-9055-52d2487ecfba, #wrap-s-11096930-bd31-4688-9055-52d2487ecfba, #wrap-content-s-11096930-bd31-4688-9055-52d2487ecfba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11096930-bd31-4688-9055-52d2487ecfba {
  display: none;
}
#s-11096930-bd31-4688-9055-52d2487ecfba, #wrap-s-11096930-bd31-4688-9055-52d2487ecfba, #wrap-content-s-11096930-bd31-4688-9055-52d2487ecfba { display: none !important; }}
@media (min-width: 0px) {
[id="s-11096930-bd31-4688-9055-52d2487ecfba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11096930-bd31-4688-9055-52d2487ecfba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11096930-bd31-4688-9055-52d2487ecfba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11096930-bd31-4688-9055-52d2487ecfba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  margin-left: 10%;
margin-right: 10%;
max-width: 381px;
aspect-ratio: 381/348;
text-align: center;
}
@media (min-width: 1200px){#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  display: none;
}
#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b, #wrap-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b, #wrap-content-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  display: none;
}
#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b, #wrap-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b, #wrap-content-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  margin-top: 12px;
margin-bottom: 12px;
}
}
#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }

    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-link {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 381px;
  }



  img.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
    
    
    
    max-height: 381px;
  }


.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
  box-sizing: border-box;
}



.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
      --shg-aspect-ratio: calc(381/348); 
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
      position: relative;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 381px;
    }
  }

@media (min-width: 1200px){#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }

    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-link {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 381px;
  }



  img.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
    
    
    
    max-height: 381px;
  }


.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
  box-sizing: border-box;
}



.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
      --shg-aspect-ratio: calc(381/348); 
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
      position: relative;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 381px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }

    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-link {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 381px;
  }



  img.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
    
    
    
    max-height: 381px;
  }


.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
  box-sizing: border-box;
}



.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
      --shg-aspect-ratio: calc(381/348); 
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
      position: relative;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 381px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }

    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-link {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 381px;
  }



  img.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
    
    
    
    max-height: 381px;
  }


.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
  box-sizing: border-box;
}



.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
      --shg-aspect-ratio: calc(381/348); 
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
      position: relative;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 381px;
    }
  }

}@media (max-width: 767px){#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }

    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-link {
      aspect-ratio: 381/348;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 381px;
  }



  img.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
    
    
    
    max-height: 381px;
  }


.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image {
  box-sizing: border-box;
}



.s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b {
      --shg-aspect-ratio: calc(381/348); 
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container {
      position: relative;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94513de-e2de-4764-a6f8-bf08bbdf2e1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 381px;
    }
  }

}
#s-27392800-8689-4553-aa13-b61779fae60b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-27392800-8689-4553-aa13-b61779fae60b {
  display: none;
}
#s-27392800-8689-4553-aa13-b61779fae60b, #wrap-s-27392800-8689-4553-aa13-b61779fae60b, #wrap-content-s-27392800-8689-4553-aa13-b61779fae60b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27392800-8689-4553-aa13-b61779fae60b {
  display: none;
}
#s-27392800-8689-4553-aa13-b61779fae60b, #wrap-s-27392800-8689-4553-aa13-b61779fae60b, #wrap-content-s-27392800-8689-4553-aa13-b61779fae60b { display: none !important; }}
#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  margin-left: 7%;
margin-right: 7%;
max-width: 491px;
aspect-ratio: 491/476;
text-align: center;
}
@media (min-width: 1200px){#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  display: none;
}
#s-fb67f56e-2289-4697-b472-27eb86ce69e7, #wrap-s-fb67f56e-2289-4697-b472-27eb86ce69e7, #wrap-content-s-fb67f56e-2289-4697-b472-27eb86ce69e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  display: none;
}
#s-fb67f56e-2289-4697-b472-27eb86ce69e7, #wrap-s-fb67f56e-2289-4697-b472-27eb86ce69e7, #wrap-content-s-fb67f56e-2289-4697-b472-27eb86ce69e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  display: none;
}
#s-fb67f56e-2289-4697-b472-27eb86ce69e7, #wrap-s-fb67f56e-2289-4697-b472-27eb86ce69e7, #wrap-content-s-fb67f56e-2289-4697-b472-27eb86ce69e7 { display: none !important; }}
#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
  box-sizing: border-box;
}



.s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
      position: relative;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

@media (min-width: 1200px){#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
  box-sizing: border-box;
}



.s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
      position: relative;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
  box-sizing: border-box;
}



.s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
      position: relative;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
  box-sizing: border-box;
}



.s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
      position: relative;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (max-width: 767px){#s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-fb67f56e-2289-4697-b472-27eb86ce69e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image {
  box-sizing: border-box;
}



.s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container {
      position: relative;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb67f56e-2289-4697-b472-27eb86ce69e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}
#s-0420d5bd-f2e5-4107-9434-d2f5822ab329 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-0420d5bd-f2e5-4107-9434-d2f5822ab329 {
  display: none;
}
#s-0420d5bd-f2e5-4107-9434-d2f5822ab329, #wrap-s-0420d5bd-f2e5-4107-9434-d2f5822ab329, #wrap-content-s-0420d5bd-f2e5-4107-9434-d2f5822ab329 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0420d5bd-f2e5-4107-9434-d2f5822ab329 {
  display: none;
}
#s-0420d5bd-f2e5-4107-9434-d2f5822ab329, #wrap-s-0420d5bd-f2e5-4107-9434-d2f5822ab329, #wrap-content-s-0420d5bd-f2e5-4107-9434-d2f5822ab329 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0420d5bd-f2e5-4107-9434-d2f5822ab329 {
  display: none;
}
#s-0420d5bd-f2e5-4107-9434-d2f5822ab329, #wrap-s-0420d5bd-f2e5-4107-9434-d2f5822ab329, #wrap-content-s-0420d5bd-f2e5-4107-9434-d2f5822ab329 { display: none !important; }}
#s-1fb43fc1-3ec4-4fd7-ade7-24dc0dc4d0cd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1fb43fc1-3ec4-4fd7-ade7-24dc0dc4d0cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fb43fc1-3ec4-4fd7-ade7-24dc0dc4d0cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fb43fc1-3ec4-4fd7-ade7-24dc0dc4d0cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fb43fc1-3ec4-4fd7-ade7-24dc0dc4d0cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  margin-left: 0%;
max-width: 35%;
text-align: right;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  display: none;
}
#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b, #wrap-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b, #wrap-content-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b { display: none !important; }}@media (max-width: 767px){#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  display: none;
}
#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b, #wrap-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b, #wrap-content-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b { display: none !important; }}
#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-980ae76a-21c2-4a3a-9d4d-627301b86d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980ae76a-21c2-4a3a-9d4d-627301b86d1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-46c8789d-22ba-4eb7-863b-1e93b77f210b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-46c8789d-22ba-4eb7-863b-1e93b77f210b {
  background-image: url();
}








#s-46c8789d-22ba-4eb7-863b-1e93b77f210b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46c8789d-22ba-4eb7-863b-1e93b77f210b.shg-box.shg-c {
  justify-content: center;
}

#s-79b13666-45b8-4697-9246-1b5f4e66ca46 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-79b13666-45b8-4697-9246-1b5f4e66ca46 {
  display: none;
}
#s-79b13666-45b8-4697-9246-1b5f4e66ca46, #wrap-s-79b13666-45b8-4697-9246-1b5f4e66ca46, #wrap-content-s-79b13666-45b8-4697-9246-1b5f4e66ca46 { display: none !important; }}
@media (min-width: 0px) {
[id="s-79b13666-45b8-4697-9246-1b5f4e66ca46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79b13666-45b8-4697-9246-1b5f4e66ca46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79b13666-45b8-4697-9246-1b5f4e66ca46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79b13666-45b8-4697-9246-1b5f4e66ca46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79b13666-45b8-4697-9246-1b5f4e66ca46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79b13666-45b8-4697-9246-1b5f4e66ca46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79b13666-45b8-4697-9246-1b5f4e66ca46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  margin-top: 1px;
margin-left: 70%;
margin-bottom: 1px;
margin-right: 70%;
max-width: 491px;
aspect-ratio: 491/476;
text-align: center;
}
@media (min-width: 1200px){#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  display: none;
}
#s-652b1b46-462e-47fa-b927-30b3dc6db40f, #wrap-s-652b1b46-462e-47fa-b927-30b3dc6db40f, #wrap-content-s-652b1b46-462e-47fa-b927-30b3dc6db40f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  display: none;
}
#s-652b1b46-462e-47fa-b927-30b3dc6db40f, #wrap-s-652b1b46-462e-47fa-b927-30b3dc6db40f, #wrap-content-s-652b1b46-462e-47fa-b927-30b3dc6db40f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  display: none;
}
#s-652b1b46-462e-47fa-b927-30b3dc6db40f, #wrap-s-652b1b46-462e-47fa-b927-30b3dc6db40f, #wrap-content-s-652b1b46-462e-47fa-b927-30b3dc6db40f { display: none !important; }}
#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  margin: 0 !important;
  overflow: visible;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 70%;
  margin-right: 70%;
  margin-top: 1px;
  margin-bottom: 1px;
}

.shg-image-content-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add background color handling */
  
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-content {
  
    justify-content: center;
  
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
  box-sizing: border-box;
}



.s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652b1b46-462e-47fa-b927-30b3dc6db40f {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
      position: relative;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

@media (min-width: 1200px){#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  margin: 0 !important;
  overflow: visible;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add background color handling */
  
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-content {
  
    justify-content: center;
  
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
  box-sizing: border-box;
}



.s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652b1b46-462e-47fa-b927-30b3dc6db40f {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
      position: relative;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  margin: 0 !important;
  overflow: visible;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add background color handling */
  
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-content {
  
    justify-content: center;
  
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
  box-sizing: border-box;
}



.s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652b1b46-462e-47fa-b927-30b3dc6db40f {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
      position: relative;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  margin: 0 !important;
  overflow: visible;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add background color handling */
  
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-content {
  
    justify-content: center;
  
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
  box-sizing: border-box;
}



.s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652b1b46-462e-47fa-b927-30b3dc6db40f {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
      position: relative;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (max-width: 767px){#s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  margin: 0 !important;
  overflow: visible;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652b1b46-462e-47fa-b927-30b3dc6db40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add background color handling */
  
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652b1b46-462e-47fa-b927-30b3dc6db40f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-652b1b46-462e-47fa-b927-30b3dc6db40f .shogun-image-content {
  
    justify-content: center;
  
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image {
  box-sizing: border-box;
}



.s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652b1b46-462e-47fa-b927-30b3dc6db40f {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container {
      position: relative;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652b1b46-462e-47fa-b927-30b3dc6db40f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}
#s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff {
  margin-top: 8px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 17%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff {
  display: none;
}
#s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff, #wrap-s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff, #wrap-content-s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff { display: none !important; }}@media (max-width: 767px){#s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff {
  display: none;
}
#s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff, #wrap-s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff, #wrap-content-s-9c096dc6-f7b7-4aa6-a570-ac1000cfabff { display: none !important; }}
#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 {
  display: none;
}
#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9, #wrap-s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9, #wrap-content-s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 {
  display: none;
}
#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9, #wrap-s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9, #wrap-content-s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 {
  display: none;
}
#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9, #wrap-s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9, #wrap-content-s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 { display: none !important; }}@media (max-width: 767px){#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 {
  display: none;
}
#s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9, #wrap-s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9, #wrap-content-s-4d453969-ee28-4e64-ac7e-9a298cbb8cc9 { display: none !important; }}
#s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58 {
  display: none;
}
#s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58, #wrap-s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58, #wrap-content-s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58 {
  display: none;
}
#s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58, #wrap-s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58, #wrap-content-s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c6edccd-fb0c-48dd-9908-c8e2f3f04d58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a2efee2-acb9-4289-91a6-d642b895ba1b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9a2efee2-acb9-4289-91a6-d642b895ba1b {
  display: none;
}
#s-9a2efee2-acb9-4289-91a6-d642b895ba1b, #wrap-s-9a2efee2-acb9-4289-91a6-d642b895ba1b, #wrap-content-s-9a2efee2-acb9-4289-91a6-d642b895ba1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a2efee2-acb9-4289-91a6-d642b895ba1b {
  display: none;
}
#s-9a2efee2-acb9-4289-91a6-d642b895ba1b, #wrap-s-9a2efee2-acb9-4289-91a6-d642b895ba1b, #wrap-content-s-9a2efee2-acb9-4289-91a6-d642b895ba1b { display: none !important; }}@media (max-width: 767px){#s-9a2efee2-acb9-4289-91a6-d642b895ba1b {
  display: none;
}
#s-9a2efee2-acb9-4289-91a6-d642b895ba1b, #wrap-s-9a2efee2-acb9-4289-91a6-d642b895ba1b, #wrap-content-s-9a2efee2-acb9-4289-91a6-d642b895ba1b { display: none !important; }}
#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  margin-top: 10px;
margin-left: 15%;
margin-right: 15%;
max-width: 491px;
aspect-ratio: 491/476;
text-align: center;
}
@media (min-width: 1200px){#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  display: none;
}
#s-04d04a57-1163-4474-a2f2-f8f952bb6f68, #wrap-s-04d04a57-1163-4474-a2f2-f8f952bb6f68, #wrap-content-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  display: none;
}
#s-04d04a57-1163-4474-a2f2-f8f952bb6f68, #wrap-s-04d04a57-1163-4474-a2f2-f8f952bb6f68, #wrap-content-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  margin-left: 4%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  display: none;
}
#s-04d04a57-1163-4474-a2f2-f8f952bb6f68, #wrap-s-04d04a57-1163-4474-a2f2-f8f952bb6f68, #wrap-content-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 { display: none !important; }}
#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  margin: 0 !important;
  overflow: visible;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add background color handling */
  
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
  box-sizing: border-box;
}



.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
      position: relative;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

@media (min-width: 1200px){#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  margin: 0 !important;
  overflow: visible;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add background color handling */
  
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
  box-sizing: border-box;
}



.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
      position: relative;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  margin: 0 !important;
  overflow: visible;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add background color handling */
  
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
  box-sizing: border-box;
}



.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
      position: relative;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  margin: 0 !important;
  overflow: visible;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add background color handling */
  
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
  box-sizing: border-box;
}



.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
      position: relative;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}@media (max-width: 767px){#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  margin: 0 !important;
  overflow: visible;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add background color handling */
  
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }

    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-link {
      aspect-ratio: 491/476;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 491px;
  }



  img.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
    
    
    
    max-height: 491px;
  }


.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image {
  box-sizing: border-box;
}



.s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 {
      --shg-aspect-ratio: calc(491/476); 
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container {
      position: relative;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04d04a57-1163-4474-a2f2-f8f952bb6f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 491px;
    }
  }

}
#s-0bfac115-da4c-489e-9c84-e59443566dda {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0bfac115-da4c-489e-9c84-e59443566dda {
  display: none;
}
#s-0bfac115-da4c-489e-9c84-e59443566dda, #wrap-s-0bfac115-da4c-489e-9c84-e59443566dda, #wrap-content-s-0bfac115-da4c-489e-9c84-e59443566dda { display: none !important; }}







#s-0bfac115-da4c-489e-9c84-e59443566dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bfac115-da4c-489e-9c84-e59443566dda.shg-box.shg-c {
  justify-content: center;
}

#s-43cee2c8-0538-4181-8fe0-963b556e6849 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-43cee2c8-0538-4181-8fe0-963b556e6849 {
  display: none;
}
#s-43cee2c8-0538-4181-8fe0-963b556e6849, #wrap-s-43cee2c8-0538-4181-8fe0-963b556e6849, #wrap-content-s-43cee2c8-0538-4181-8fe0-963b556e6849 { display: none !important; }}







#s-43cee2c8-0538-4181-8fe0-963b556e6849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43cee2c8-0538-4181-8fe0-963b556e6849.shg-box.shg-c {
  justify-content: center;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  margin-left: auto;
margin-right: auto;
max-width: 2210px;
aspect-ratio: 2210/550;
text-align: center;
}
@media (min-width: 1200px){#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  display: none;
}
#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82, #wrap-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82, #wrap-content-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  display: none;
}
#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82, #wrap-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82, #wrap-content-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 { display: none !important; }}
#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
  box-sizing: border-box;
}



.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
      position: relative;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

@media (min-width: 1200px){#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
  box-sizing: border-box;
}



.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
      position: relative;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
  box-sizing: border-box;
}



.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
      position: relative;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
  box-sizing: border-box;
}



.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
      position: relative;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

}@media (max-width: 767px){#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image {
  box-sizing: border-box;
}



.s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container {
      position: relative;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e1f44e8-b602-4bbd-b096-4a0be269fe82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

}
#s-5723082e-7b12-4383-ac64-d0e6ac63217a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5723082e-7b12-4383-ac64-d0e6ac63217a {
  display: none;
}
#s-5723082e-7b12-4383-ac64-d0e6ac63217a, #wrap-s-5723082e-7b12-4383-ac64-d0e6ac63217a, #wrap-content-s-5723082e-7b12-4383-ac64-d0e6ac63217a { display: none !important; }}
@media (min-width: 0px) {
[id="s-5723082e-7b12-4383-ac64-d0e6ac63217a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5723082e-7b12-4383-ac64-d0e6ac63217a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5723082e-7b12-4383-ac64-d0e6ac63217a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5723082e-7b12-4383-ac64-d0e6ac63217a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
}
@media (min-width: 1200px){#s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122 {
  margin-top: 13px;
margin-bottom: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122 {
  margin-left: 2%;
margin-bottom: -2px;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122 {
  display: none;
}
#s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122, #wrap-s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122, #wrap-content-s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122 { display: none !important; }}@media (max-width: 767px){#s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122 {
  display: none;
}
#s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122, #wrap-s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122, #wrap-content-s-385b088d-c486-4dc3-8f4d-8b1ab3cb2122 { display: none !important; }}
#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  max-width: 50%;
text-align: left;
}
}@media (max-width: 767px){#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  display: none;
}
#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4, #wrap-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4, #wrap-content-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 { display: none !important; }}
#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bced4d8-c2c4-4dbc-9b96-220e630d88a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  margin-left: auto;
margin-right: auto;
max-width: 2210px;
aspect-ratio: 2210/550;
text-align: center;
}
@media (min-width: 1200px){#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  display: none;
}
#s-5a86ad14-f179-4962-8225-94ec7f44f3c6, #wrap-s-5a86ad14-f179-4962-8225-94ec7f44f3c6, #wrap-content-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  display: none;
}
#s-5a86ad14-f179-4962-8225-94ec7f44f3c6, #wrap-s-5a86ad14-f179-4962-8225-94ec7f44f3c6, #wrap-content-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 { display: none !important; }}@media (max-width: 767px){#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  display: none;
}
#s-5a86ad14-f179-4962-8225-94ec7f44f3c6, #wrap-s-5a86ad14-f179-4962-8225-94ec7f44f3c6, #wrap-content-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 { display: none !important; }}
#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
  box-sizing: border-box;
}



.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
      position: relative;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

@media (min-width: 1200px){#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
  box-sizing: border-box;
}



.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
      position: relative;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
  box-sizing: border-box;
}



.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
      position: relative;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
  box-sizing: border-box;
}



.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
      position: relative;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

}@media (max-width: 767px){#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }

    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-link {
      aspect-ratio: 2210/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2210px;
  }



  img.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
    
    
    
    max-height: 2210px;
  }


.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image {
  box-sizing: border-box;
}



.s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 {
      --shg-aspect-ratio: calc(2210/550); 
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container {
      position: relative;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a86ad14-f179-4962-8225-94ec7f44f3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2210px;
    }
  }

}
#s-6693247e-46d7-4721-9072-bb4e311168af {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(9, 6, 23, 1);
}
@media (min-width: 1200px){#s-6693247e-46d7-4721-9072-bb4e311168af {
  display: none;
}
#s-6693247e-46d7-4721-9072-bb4e311168af, #wrap-s-6693247e-46d7-4721-9072-bb4e311168af, #wrap-content-s-6693247e-46d7-4721-9072-bb4e311168af { display: none !important; }}







#s-6693247e-46d7-4721-9072-bb4e311168af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6693247e-46d7-4721-9072-bb4e311168af.shg-box.shg-c {
  justify-content: center;
}

#s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152 {
  display: none;
}
#s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152, #wrap-s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152, #wrap-content-s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152 {
  display: none;
}
#s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152, #wrap-s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152, #wrap-content-s-d48752dd-11b4-4a6a-ac11-e2bfdbe8e152 { display: none !important; }}
#s-5e5c4d61-1726-4efe-a396-46b49180f062 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-5e5c4d61-1726-4efe-a396-46b49180f062 {
  display: none;
}
#s-5e5c4d61-1726-4efe-a396-46b49180f062, #wrap-s-5e5c4d61-1726-4efe-a396-46b49180f062, #wrap-content-s-5e5c4d61-1726-4efe-a396-46b49180f062 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e5c4d61-1726-4efe-a396-46b49180f062 {
  display: none;
}
#s-5e5c4d61-1726-4efe-a396-46b49180f062, #wrap-s-5e5c4d61-1726-4efe-a396-46b49180f062, #wrap-content-s-5e5c4d61-1726-4efe-a396-46b49180f062 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e5c4d61-1726-4efe-a396-46b49180f062 {
  display: none;
}
#s-5e5c4d61-1726-4efe-a396-46b49180f062, #wrap-s-5e5c4d61-1726-4efe-a396-46b49180f062, #wrap-content-s-5e5c4d61-1726-4efe-a396-46b49180f062 { display: none !important; }}
#s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4 {
  display: none;
}
#s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4, #wrap-s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4, #wrap-content-s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4 {
  display: none;
}
#s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4, #wrap-s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4, #wrap-content-s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4 { display: none !important; }}@media (max-width: 767px){#s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4 {
  display: none;
}
#s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4, #wrap-s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4, #wrap-content-s-f08bebe8-ac6b-4529-9a1c-f1fb1960a2d4 { display: none !important; }}
#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
aspect-ratio: 1915/1153;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  display: none;
}
#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a, #wrap-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a, #wrap-content-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a { display: none !important; }}@media (max-width: 767px){#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  display: none;
}
#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a, #wrap-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a, #wrap-content-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a { display: none !important; }}
#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }

    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-link {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image {
  box-sizing: border-box;
}



.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
      --shg-aspect-ratio: calc(1915/1153); 
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
      position: relative;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }

    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-link {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image {
  box-sizing: border-box;
}



.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
      --shg-aspect-ratio: calc(1915/1153); 
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
      position: relative;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }

    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-link {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image {
  box-sizing: border-box;
}



.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
      --shg-aspect-ratio: calc(1915/1153); 
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
      position: relative;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }

    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-link {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image {
  box-sizing: border-box;
}



.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
      --shg-aspect-ratio: calc(1915/1153); 
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
      position: relative;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }

    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-link {
      aspect-ratio: 1915/1153;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image {
  box-sizing: border-box;
}



.s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a {
      --shg-aspect-ratio: calc(1915/1153); 
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container {
      position: relative;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0e2783-9b20-4aea-9cab-c7f9bfa9143a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-95f040bf-c777-4687-b2fa-5dd987fd056c {
  margin-top: 100px;
margin-left: auto;
margin-right: auto;
min-height: 49px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-95f040bf-c777-4687-b2fa-5dd987fd056c {
  margin-top: 300px;
}
}@media (max-width: 767px){#s-95f040bf-c777-4687-b2fa-5dd987fd056c {
  display: none;
}
#s-95f040bf-c777-4687-b2fa-5dd987fd056c, #wrap-s-95f040bf-c777-4687-b2fa-5dd987fd056c, #wrap-content-s-95f040bf-c777-4687-b2fa-5dd987fd056c { display: none !important; }}







#s-95f040bf-c777-4687-b2fa-5dd987fd056c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95f040bf-c777-4687-b2fa-5dd987fd056c.shg-box.shg-c {
  justify-content: center;
}

#s-b34eee20-85c8-4e4f-92c1-1f718515d54c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b34eee20-85c8-4e4f-92c1-1f718515d54c {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b34eee20-85c8-4e4f-92c1-1f718515d54c {
  margin-top: 3px;
margin-bottom: 3px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b34eee20-85c8-4e4f-92c1-1f718515d54c {
  display: none;
}
#s-b34eee20-85c8-4e4f-92c1-1f718515d54c, #wrap-s-b34eee20-85c8-4e4f-92c1-1f718515d54c, #wrap-content-s-b34eee20-85c8-4e4f-92c1-1f718515d54c { display: none !important; }}@media (max-width: 767px){#s-b34eee20-85c8-4e4f-92c1-1f718515d54c {
  margin-top: 310px;
margin-bottom: 310px;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-b34eee20-85c8-4e4f-92c1-1f718515d54c, #wrap-s-b34eee20-85c8-4e4f-92c1-1f718515d54c, #wrap-content-s-b34eee20-85c8-4e4f-92c1-1f718515d54c { display: none !important; }}
#s-bda0713c-d80c-4ab6-a05e-74a57d2fc00e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-bda0713c-d80c-4ab6-a05e-74a57d2fc00e {
  display: none;
}
#s-bda0713c-d80c-4ab6-a05e-74a57d2fc00e, #wrap-s-bda0713c-d80c-4ab6-a05e-74a57d2fc00e, #wrap-content-s-bda0713c-d80c-4ab6-a05e-74a57d2fc00e { display: none !important; }}







#s-bda0713c-d80c-4ab6-a05e-74a57d2fc00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bda0713c-d80c-4ab6-a05e-74a57d2fc00e.shg-box.shg-c {
  justify-content: center;
}

#s-378ac393-6f4c-45de-9c1b-3bde8ffcede2 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
}
@media (min-width: 1200px){#s-378ac393-6f4c-45de-9c1b-3bde8ffcede2 {
  margin-left: -17%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-378ac393-6f4c-45de-9c1b-3bde8ffcede2 {
  display: none;
}
#s-378ac393-6f4c-45de-9c1b-3bde8ffcede2, #wrap-s-378ac393-6f4c-45de-9c1b-3bde8ffcede2, #wrap-content-s-378ac393-6f4c-45de-9c1b-3bde8ffcede2 { display: none !important; }}@media (max-width: 767px){#s-378ac393-6f4c-45de-9c1b-3bde8ffcede2 {
  display: none;
}
#s-378ac393-6f4c-45de-9c1b-3bde8ffcede2, #wrap-s-378ac393-6f4c-45de-9c1b-3bde8ffcede2, #wrap-content-s-378ac393-6f4c-45de-9c1b-3bde8ffcede2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-378ac393-6f4c-45de-9c1b-3bde8ffcede2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378ac393-6f4c-45de-9c1b-3bde8ffcede2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 17.5px);
}

[id="s-378ac393-6f4c-45de-9c1b-3bde8ffcede2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-378ac393-6f4c-45de-9c1b-3bde8ffcede2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 17.5px);
}

[id="s-378ac393-6f4c-45de-9c1b-3bde8ffcede2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-378ac393-6f4c-45de-9c1b-3bde8ffcede2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 17.5px);
}

[id="s-378ac393-6f4c-45de-9c1b-3bde8ffcede2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 17.5px);
}

}

#s-c87e4130-c265-4e9b-b475-608d2e30dc6a {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-c87e4130-c265-4e9b-b475-608d2e30dc6a {
  margin-left: 9%;
margin-right: 9%;
}
}
#s-3bfac12d-6952-450c-85e5-24a1b04d1e72 {
  margin-left: 0%;
margin-right: 25%;
}
@media (min-width: 1200px){#s-3bfac12d-6952-450c-85e5-24a1b04d1e72 {
  margin-right: 10%;
}
}@media (max-width: 767px){#s-3bfac12d-6952-450c-85e5-24a1b04d1e72 {
  margin-right: 0%;
display: none;
}
#s-3bfac12d-6952-450c-85e5-24a1b04d1e72, #wrap-s-3bfac12d-6952-450c-85e5-24a1b04d1e72, #wrap-content-s-3bfac12d-6952-450c-85e5-24a1b04d1e72 { display: none !important; }}
#s-5c3e62b7-d531-4ead-8def-3dddbd04faad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5c3e62b7-d531-4ead-8def-3dddbd04faad {
  margin-left: -17%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c3e62b7-d531-4ead-8def-3dddbd04faad {
  display: none;
}
#s-5c3e62b7-d531-4ead-8def-3dddbd04faad, #wrap-s-5c3e62b7-d531-4ead-8def-3dddbd04faad, #wrap-content-s-5c3e62b7-d531-4ead-8def-3dddbd04faad { display: none !important; }}@media (max-width: 767px){#s-5c3e62b7-d531-4ead-8def-3dddbd04faad {
  display: none;
}
#s-5c3e62b7-d531-4ead-8def-3dddbd04faad, #wrap-s-5c3e62b7-d531-4ead-8def-3dddbd04faad, #wrap-content-s-5c3e62b7-d531-4ead-8def-3dddbd04faad { display: none !important; }}







#s-5c3e62b7-d531-4ead-8def-3dddbd04faad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c3e62b7-d531-4ead-8def-3dddbd04faad.shg-box.shg-c {
  justify-content: center;
}

#s-7a60db8e-660e-4841-9865-c8583aa93020 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7a60db8e-660e-4841-9865-c8583aa93020"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a60db8e-660e-4841-9865-c8583aa93020"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a60db8e-660e-4841-9865-c8583aa93020"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a60db8e-660e-4841-9865-c8583aa93020"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a60db8e-660e-4841-9865-c8583aa93020"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a60db8e-660e-4841-9865-c8583aa93020"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a60db8e-660e-4841-9865-c8583aa93020"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b06d4bd9-48ab-4246-90a4-5595602a31e8 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}
@media (min-width: 1200px){#s-b06d4bd9-48ab-4246-90a4-5595602a31e8 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-80553079-4b38-4c6a-8357-568cf3c8ffbb {
  margin-left: 0%;
margin-right: 25%;
}
@media (min-width: 1200px){#s-80553079-4b38-4c6a-8357-568cf3c8ffbb {
  margin-right: 10%;
}
}
#s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139 {
  margin-left: -17%;
}
}
@media (min-width: 0px) {
[id="s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7e62e36-5abb-4886-b9f2-04cc2e3ad139"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-432539bd-1e1f-466e-9707-6afe1b36d1ce {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-432539bd-1e1f-466e-9707-6afe1b36d1ce {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-072611f1-37b9-4c08-ae67-8679d298f2a3 {
  margin-left: auto;
margin-right: 25%;
}
@media (min-width: 1200px){#s-072611f1-37b9-4c08-ae67-8679d298f2a3 {
  margin-right: 10%;
}
}
#s-f0722f4f-e88d-4f3f-9a09-51bd3602d87e {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}

#s-f0722f4f-e88d-4f3f-9a09-51bd3602d87e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWUzNzk2ZWYtOWE3OC00MmY0LTliYzgtZjdiY2U0Njk1Mzg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDkwNjE3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ4NjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiM1NjE5NGU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwOTA2MTc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2FlMzc5NmVmLTlhNzgtNDJmNC05YmM4LWY3YmNlNDY5NTM4OSkiLz48L3N2Zz4=);
}








#s-f0722f4f-e88d-4f3f-9a09-51bd3602d87e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0722f4f-e88d-4f3f-9a09-51bd3602d87e.shg-box.shg-c {
  justify-content: center;
}

#s-e031bf9e-1558-4da2-911e-ad087854099f {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e031bf9e-1558-4da2-911e-ad087854099f {
  margin-top: 200px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-e031bf9e-1558-4da2-911e-ad087854099f {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-b55bdda2-b3ba-4e72-ba6d-c9314f743fed {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-b55bdda2-b3ba-4e72-ba6d-c9314f743fed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b55bdda2-b3ba-4e72-ba6d-c9314f743fed.shg-box.shg-c {
  justify-content: center;
}

#s-f62659ad-0a11-43e8-a00f-5b58bb130eb2 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f62659ad-0a11-43e8-a00f-5b58bb130eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f62659ad-0a11-43e8-a00f-5b58bb130eb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f62659ad-0a11-43e8-a00f-5b58bb130eb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f62659ad-0a11-43e8-a00f-5b58bb130eb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
max-width: 675px;
aspect-ratio: 675/593;
text-align: center;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }

    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-link {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 675px;
  }



  img.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
    
    
    
    max-height: 675px;
  }


.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
  box-sizing: border-box;
}



.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
      --shg-aspect-ratio: calc(675/593); 
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
      position: relative;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 675px;
    }
  }

@media (min-width: 1200px){#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }

    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-link {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 675px;
  }



  img.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
    
    
    
    max-height: 675px;
  }


.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
  box-sizing: border-box;
}



.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
      --shg-aspect-ratio: calc(675/593); 
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
      position: relative;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 675px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }

    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-link {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 675px;
  }



  img.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
    
    
    
    max-height: 675px;
  }


.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
  box-sizing: border-box;
}



.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
      --shg-aspect-ratio: calc(675/593); 
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
      position: relative;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 675px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }

    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-link {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 675px;
  }



  img.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
    
    
    
    max-height: 675px;
  }


.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
  box-sizing: border-box;
}



.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
      --shg-aspect-ratio: calc(675/593); 
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
      position: relative;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 675px;
    }
  }

}@media (max-width: 767px){#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }

    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-link {
      aspect-ratio: 675/593;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 675px;
  }



  img.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
    
    
    
    max-height: 675px;
  }


.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image {
  box-sizing: border-box;
}



.s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 {
      --shg-aspect-ratio: calc(675/593); 
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container {
      position: relative;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bd119b-88b8-4a12-9f3e-5b351e175787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 675px;
    }
  }

}
#s-30a12473-4a6c-44e5-af8a-ced8cc5cb560 {
  margin-left: auto;
margin-right: auto;
}

#s-8c128106-5b8f-4849-a01a-fe780529db26 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}

#s-591fc529-0ae7-458c-9709-0200d720a085 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-591fc529-0ae7-458c-9709-0200d720a085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-591fc529-0ae7-458c-9709-0200d720a085.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-9868a82d-1cc6-460a-8226-3d8c97fd4125 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-64a5a03c-c9ac-4376-a85f-c2aa631e213a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-64a5a03c-c9ac-4376-a85f-c2aa631e213a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64a5a03c-c9ac-4376-a85f-c2aa631e213a.shg-box.shg-c {
  justify-content: center;
}

#s-05088e7f-185d-4109-b686-4d8d7b510fd2 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-cba0ae3a-d5fc-475f-8601-ca9f819226ce {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 70%;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-d4f64ae7-d428-4301-ba6e-57601cc7d283 {
  margin-left: auto;
margin-right: auto;
padding-left: 40%;
padding-right: 40%;
}

#s-d4f64ae7-d428-4301-ba6e-57601cc7d283 hr {
  border-top: 2px solid #ddd;
}

#s-1565c730-7c8f-4345-adc8-15923c5fead7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1565c730-7c8f-4345-adc8-15923c5fead7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1565c730-7c8f-4345-adc8-15923c5fead7.shg-box.shg-c {
  justify-content: center;
}

#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a {
  display: none;
}
#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a, #wrap-s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a, #wrap-content-s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a {
  display: none;
}
#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a, #wrap-s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a, #wrap-content-s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a {
  display: none;
}
#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a, #wrap-s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a, #wrap-content-s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a { display: none !important; }}@media (max-width: 767px){#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a {
  display: none;
}
#s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a, #wrap-s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a, #wrap-content-s-5e4e60eb-7a4d-4e9c-a041-dc30a083428a { display: none !important; }}
#s-f9cbae18-06a3-484e-9be5-719423fdbe2c {
  margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f9cbae18-06a3-484e-9be5-719423fdbe2c {
  display: none;
}
#s-f9cbae18-06a3-484e-9be5-719423fdbe2c, #wrap-s-f9cbae18-06a3-484e-9be5-719423fdbe2c, #wrap-content-s-f9cbae18-06a3-484e-9be5-719423fdbe2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9cbae18-06a3-484e-9be5-719423fdbe2c {
  display: none;
}
#s-f9cbae18-06a3-484e-9be5-719423fdbe2c, #wrap-s-f9cbae18-06a3-484e-9be5-719423fdbe2c, #wrap-content-s-f9cbae18-06a3-484e-9be5-719423fdbe2c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9cbae18-06a3-484e-9be5-719423fdbe2c {
  display: none;
}
#s-f9cbae18-06a3-484e-9be5-719423fdbe2c, #wrap-s-f9cbae18-06a3-484e-9be5-719423fdbe2c, #wrap-content-s-f9cbae18-06a3-484e-9be5-719423fdbe2c { display: none !important; }}@media (max-width: 767px){#s-f9cbae18-06a3-484e-9be5-719423fdbe2c {
  display: none;
}
#s-f9cbae18-06a3-484e-9be5-719423fdbe2c, #wrap-s-f9cbae18-06a3-484e-9be5-719423fdbe2c, #wrap-content-s-f9cbae18-06a3-484e-9be5-719423fdbe2c { display: none !important; }}







#s-f9cbae18-06a3-484e-9be5-719423fdbe2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9cbae18-06a3-484e-9be5-719423fdbe2c.shg-box.shg-c {
  justify-content: center;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
min-height: 0px;
max-width: 450px;
aspect-ratio: 832/132;
text-align: center;
}
@media (min-width: 1200px){#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  margin-left: 30%;
margin-right: 30%;
}
}
#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 450px;
  }



  img.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
  box-sizing: border-box;
}



.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
      position: relative;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 450px;
    }
  }

@media (min-width: 1200px){#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 450px;
  }



  img.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
  box-sizing: border-box;
}



.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
      position: relative;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 450px;
  }



  img.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
  box-sizing: border-box;
}



.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
      position: relative;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 450px;
  }



  img.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
  box-sizing: border-box;
}



.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
      position: relative;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 450px;
    }
  }

}@media (max-width: 767px){#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 450px;
  }



  img.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image {
  box-sizing: border-box;
}



.s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container {
      position: relative;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8b8ccb-4129-4015-8672-fe04b6f69f29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 450px;
    }
  }

}
#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
max-width: 450px;
aspect-ratio: 832/132;
text-align: center;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
  box-sizing: border-box;
}



.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
      position: relative;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
  box-sizing: border-box;
}



.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
      position: relative;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
  box-sizing: border-box;
}



.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
      position: relative;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
  box-sizing: border-box;
}



.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
      position: relative;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (max-width: 767px){#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image {
  box-sizing: border-box;
}



.s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container {
      position: relative;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98841bfa-6242-4cc9-9728-25fcaa61a2e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
#s-9bad502d-7690-451f-8218-9024a92c26de {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
max-width: 450px;
aspect-ratio: 832/132;
text-align: center;
}

#s-9bad502d-7690-451f-8218-9024a92c26de {
  margin: 0 !important;
  overflow: visible;
}

#s-9bad502d-7690-451f-8218-9024a92c26de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.shg-image-content-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add background color handling */
  
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
  box-sizing: border-box;
}



.s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bad502d-7690-451f-8218-9024a92c26de {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
      position: relative;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){#s-9bad502d-7690-451f-8218-9024a92c26de {
  margin: 0 !important;
  overflow: visible;
}

#s-9bad502d-7690-451f-8218-9024a92c26de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add background color handling */
  
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
  box-sizing: border-box;
}



.s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bad502d-7690-451f-8218-9024a92c26de {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
      position: relative;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9bad502d-7690-451f-8218-9024a92c26de {
  margin: 0 !important;
  overflow: visible;
}

#s-9bad502d-7690-451f-8218-9024a92c26de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add background color handling */
  
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
  box-sizing: border-box;
}



.s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bad502d-7690-451f-8218-9024a92c26de {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
      position: relative;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9bad502d-7690-451f-8218-9024a92c26de {
  margin: 0 !important;
  overflow: visible;
}

#s-9bad502d-7690-451f-8218-9024a92c26de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add background color handling */
  
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
  box-sizing: border-box;
}



.s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bad502d-7690-451f-8218-9024a92c26de {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
      position: relative;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (max-width: 767px){#s-9bad502d-7690-451f-8218-9024a92c26de {
  margin: 0 !important;
  overflow: visible;
}

#s-9bad502d-7690-451f-8218-9024a92c26de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bad502d-7690-451f-8218-9024a92c26de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add background color handling */
  
}

#s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bad502d-7690-451f-8218-9024a92c26de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-9bad502d-7690-451f-8218-9024a92c26de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image {
  box-sizing: border-box;
}



.s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bad502d-7690-451f-8218-9024a92c26de {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container {
      position: relative;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bad502d-7690-451f-8218-9024a92c26de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 300px;
aspect-ratio: 938/415;
text-align: center;
}
@media (min-width: 1200px){#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  display: none;
}
#s-6c91a364-8e85-4239-8f0a-d68dcf583959, #wrap-s-6c91a364-8e85-4239-8f0a-d68dcf583959, #wrap-content-s-6c91a364-8e85-4239-8f0a-d68dcf583959 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  display: none;
}
#s-6c91a364-8e85-4239-8f0a-d68dcf583959, #wrap-s-6c91a364-8e85-4239-8f0a-d68dcf583959, #wrap-content-s-6c91a364-8e85-4239-8f0a-d68dcf583959 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  display: none;
}
#s-6c91a364-8e85-4239-8f0a-d68dcf583959, #wrap-s-6c91a364-8e85-4239-8f0a-d68dcf583959, #wrap-content-s-6c91a364-8e85-4239-8f0a-d68dcf583959 { display: none !important; }}@media (max-width: 767px){#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  display: none;
}
#s-6c91a364-8e85-4239-8f0a-d68dcf583959, #wrap-s-6c91a364-8e85-4239-8f0a-d68dcf583959, #wrap-content-s-6c91a364-8e85-4239-8f0a-d68dcf583959 { display: none !important; }}
#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }

    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-link {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
  box-sizing: border-box;
}



.s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
      --shg-aspect-ratio: calc(938/415); 
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
      position: relative;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }

    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-link {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
  box-sizing: border-box;
}



.s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
      --shg-aspect-ratio: calc(938/415); 
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
      position: relative;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }

    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-link {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
  box-sizing: border-box;
}



.s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
      --shg-aspect-ratio: calc(938/415); 
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
      position: relative;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }

    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-link {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
  box-sizing: border-box;
}



.s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
      --shg-aspect-ratio: calc(938/415); 
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
      position: relative;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }

    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-link {
      aspect-ratio: 938/415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c91a364-8e85-4239-8f0a-d68dcf583959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image {
  box-sizing: border-box;
}



.s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 {
      --shg-aspect-ratio: calc(938/415); 
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container {
      position: relative;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c91a364-8e85-4239-8f0a-d68dcf583959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
max-width: 450px;
aspect-ratio: 832/132;
text-align: center;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  margin: 0 !important;
  overflow: visible;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add background color handling */
  
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
  box-sizing: border-box;
}



.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
      position: relative;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  margin: 0 !important;
  overflow: visible;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add background color handling */
  
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
  box-sizing: border-box;
}



.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
      position: relative;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  margin: 0 !important;
  overflow: visible;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add background color handling */
  
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
  box-sizing: border-box;
}



.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
      position: relative;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  margin: 0 !important;
  overflow: visible;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add background color handling */
  
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
  box-sizing: border-box;
}



.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
      position: relative;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (max-width: 767px){#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  margin: 0 !important;
  overflow: visible;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add background color handling */
  
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }

    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-link {
      aspect-ratio: 832/132;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 450px;
  }



  img.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image {
  box-sizing: border-box;
}



.s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 {
      --shg-aspect-ratio: calc(832/132); 
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container {
      position: relative;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12117cfd-f9d6-4c82-b73f-f591d5a08658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
#s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-left: 8%;
padding-bottom: 4%;
padding-right: 8%;
min-height: 50px;
background-color: rgba(18, 13, 37, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2 {
  display: none;
}
#s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2, #wrap-s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2, #wrap-content-s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2 { display: none !important; }}@media (max-width: 767px){#s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2 {
  display: none;
}
#s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2, #wrap-s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2, #wrap-content-s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2 { display: none !important; }}







#s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d8d2a56-0d05-4fa2-b91e-be178942d2a2.shg-box.shg-c {
  justify-content: center;
}

#s-2b92d95d-8de4-4318-9f9c-659a51ed0db8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b92d95d-8de4-4318-9f9c-659a51ed0db8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Saira";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-60b7d838-57f2-4f46-bcc5-eba96e265904 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-60b7d838-57f2-4f46-bcc5-eba96e265904"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60b7d838-57f2-4f46-bcc5-eba96e265904"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60b7d838-57f2-4f46-bcc5-eba96e265904"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60b7d838-57f2-4f46-bcc5-eba96e265904"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-7864f87c-298d-4ec1-82e2-29fa1e6c6248 {
  margin-left: auto;
margin-right: auto;
}

#s-7864f87c-298d-4ec1-82e2-29fa1e6c6248 .shg-proportional-font-size,
#s-7864f87c-298d-4ec1-82e2-29fa1e6c6248 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8a90efd1-6da8-44a8-9319-38d5667560b0 {
  background-image: url(https://i.shgcdn.com/42c4bc47-06d6-4c7c-b823-8a9e66c70fa0/);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 18px;
padding-left: 56px;
padding-bottom: 18px;
padding-right: 56px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: image;
}
#s-8a90efd1-6da8-44a8-9319-38d5667560b0:hover {background-image: url(https://i.shgcdn.com/5fb337a1-c4cc-4cfb-93dd-d6f5d56c19dc/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}#s-8a90efd1-6da8-44a8-9319-38d5667560b0:active {background-image: url(https://i.shgcdn.com/5861ddc2-c395-44ed-bd6e-af311d5a7b03/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}

  #s-8a90efd1-6da8-44a8-9319-38d5667560b0-root {
    text-align: left;
  }


#s-8a90efd1-6da8-44a8-9319-38d5667560b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a90efd1-6da8-44a8-9319-38d5667560b0-root {
    text-align: left;
  }


#s-8a90efd1-6da8-44a8-9319-38d5667560b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a90efd1-6da8-44a8-9319-38d5667560b0-root {
    text-align: left;
  }


#s-8a90efd1-6da8-44a8-9319-38d5667560b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a90efd1-6da8-44a8-9319-38d5667560b0-root {
    text-align: left;
  }


#s-8a90efd1-6da8-44a8-9319-38d5667560b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a90efd1-6da8-44a8-9319-38d5667560b0-root {
    text-align: left;
  }


#s-8a90efd1-6da8-44a8-9319-38d5667560b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-20c19021-79a5-4022-bdfd-9e662185643b {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(18, 13, 37, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-20c19021-79a5-4022-bdfd-9e662185643b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzA4MTk5M2ItZjdkMC00MTgwLTg3OWUtMzU2NzM4NTU1OTllIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MDgxOTkzYi1mN2QwLTQxODAtODc5ZS0zNTY3Mzg1NTU5OWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#120d25"}, {"id"=>2, "pos"=>1, "color"=>"#120d25"}] !important;
hover-type: gradient !important;}#s-20c19021-79a5-4022-bdfd-9e662185643b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQzMDU3YTgtNGFlZC00ZmE1LWFlZjEtZDZjYmZmMmI2YmEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDMwNTdhOC00YWVkLTRmYTUtYWVmMS1kNmNiZmYyYjZiYTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#120d25"}, {"id"=>2, "pos"=>1, "color"=>"#120d25"}] !important;
hover-type: gradient !important;}@media (min-width: 992px) and (max-width: 1199px){#s-20c19021-79a5-4022-bdfd-9e662185643b {
  
}
#s-20c19021-79a5-4022-bdfd-9e662185643b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjNjZTUxNjYtOGZiOC00YTBhLWE1NWUtMWM3NjczMzRlYjRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmM2NlNTE2Ni04ZmI4LTRhMGEtYTU1ZS0xYzc2NzMzNGViNGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#120d25"}, {"id"=>2, "pos"=>1, "color"=>"#120d25"}] !important;
hover-type: gradient !important;}}

  #s-20c19021-79a5-4022-bdfd-9e662185643b-root {
    text-align: left;
  }


#s-20c19021-79a5-4022-bdfd-9e662185643b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20c19021-79a5-4022-bdfd-9e662185643b-root {
    text-align: left;
  }


#s-20c19021-79a5-4022-bdfd-9e662185643b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20c19021-79a5-4022-bdfd-9e662185643b-root {
    text-align: left;
  }


#s-20c19021-79a5-4022-bdfd-9e662185643b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20c19021-79a5-4022-bdfd-9e662185643b-root {
    text-align: left;
  }


#s-20c19021-79a5-4022-bdfd-9e662185643b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20c19021-79a5-4022-bdfd-9e662185643b-root {
    text-align: left;
  }


#s-20c19021-79a5-4022-bdfd-9e662185643b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
}
#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f12f5fbb-909e-4a98-8d57-a165b8e0e00b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9e531812-5d2f-4337-9705-0d3bf06b06c8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(12, 7, 25, 1);
}
@media (min-width: 1200px){#s-9e531812-5d2f-4337-9705-0d3bf06b06c8 {
  display: none;
}
#s-9e531812-5d2f-4337-9705-0d3bf06b06c8, #wrap-s-9e531812-5d2f-4337-9705-0d3bf06b06c8, #wrap-content-s-9e531812-5d2f-4337-9705-0d3bf06b06c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e531812-5d2f-4337-9705-0d3bf06b06c8 {
  display: none;
}
#s-9e531812-5d2f-4337-9705-0d3bf06b06c8, #wrap-s-9e531812-5d2f-4337-9705-0d3bf06b06c8, #wrap-content-s-9e531812-5d2f-4337-9705-0d3bf06b06c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e531812-5d2f-4337-9705-0d3bf06b06c8 {
  padding-top: 8%;
padding-left: 8%;
padding-bottom: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-9e531812-5d2f-4337-9705-0d3bf06b06c8 {
  padding-top: 8%;
padding-left: 7%;
padding-bottom: 8%;
padding-right: 7%;
}
}







#s-9e531812-5d2f-4337-9705-0d3bf06b06c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e531812-5d2f-4337-9705-0d3bf06b06c8.shg-box.shg-c {
  justify-content: center;
}

#s-6317bb89-b69b-4b7c-8897-7cee496ac276 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6317bb89-b69b-4b7c-8897-7cee496ac276 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-6317bb89-b69b-4b7c-8897-7cee496ac276 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Saira";
  font-style:  normal ;
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6317bb89-b69b-4b7c-8897-7cee496ac276 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Saira";
  font-style:  normal ;
  
  
  
  
}


}@media (max-width: 767px){#s-6317bb89-b69b-4b7c-8897-7cee496ac276 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Saira";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b53e77-77ec-4e9d-99dd-e32f8e2276d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85a6cbe4-8765-48ec-aed2-42795ec2027b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-85a6cbe4-8765-48ec-aed2-42795ec2027b {
  padding-top: 2%;
padding-bottom: 2%;
}
}
#s-85a6cbe4-8765-48ec-aed2-42795ec2027b .shg-proportional-font-size,
#s-85a6cbe4-8765-48ec-aed2-42795ec2027b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2cec18f7-6a47-4421-8628-a151af186799 {
  background-image: url(https://i.shgcdn.com/42c4bc47-06d6-4c7c-b823-8a9e66c70fa0/);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 18px;
padding-left: 56px;
padding-bottom: 18px;
padding-right: 56px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: image;
}
#s-2cec18f7-6a47-4421-8628-a151af186799:hover {background-image: url(https://i.shgcdn.com/5fb337a1-c4cc-4cfb-93dd-d6f5d56c19dc/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}#s-2cec18f7-6a47-4421-8628-a151af186799:active {background-image: url(https://i.shgcdn.com/5861ddc2-c395-44ed-bd6e-af311d5a7b03/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}@media (min-width: 768px) and (max-width: 991px){#s-2cec18f7-6a47-4421-8628-a151af186799 {
  text-align: center;
}
}@media (max-width: 767px){#s-2cec18f7-6a47-4421-8628-a151af186799 {
  text-align: center;
}
}

  #s-2cec18f7-6a47-4421-8628-a151af186799-root {
    text-align: left;
  }


#s-2cec18f7-6a47-4421-8628-a151af186799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2cec18f7-6a47-4421-8628-a151af186799-root {
    text-align: left;
  }


#s-2cec18f7-6a47-4421-8628-a151af186799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cec18f7-6a47-4421-8628-a151af186799-root {
    text-align: left;
  }


#s-2cec18f7-6a47-4421-8628-a151af186799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cec18f7-6a47-4421-8628-a151af186799-root {
    text-align: center;
  }


#s-2cec18f7-6a47-4421-8628-a151af186799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2cec18f7-6a47-4421-8628-a151af186799-root {
    text-align: center;
  }


#s-2cec18f7-6a47-4421-8628-a151af186799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Saira;
  display:  inline-block ;
}
}
#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(18, 13, 37, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzA4MTk5M2ItZjdkMC00MTgwLTg3OWUtMzU2NzM4NTU1OTllIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MDgxOTkzYi1mN2QwLTQxODAtODc5ZS0zNTY3Mzg1NTU5OWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#120d25"}, {"id"=>2, "pos"=>1, "color"=>"#120d25"}] !important;
hover-type: gradient !important;}#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQzMDU3YTgtNGFlZC00ZmE1LWFlZjEtZDZjYmZmMmI2YmEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDMwNTdhOC00YWVkLTRmYTUtYWVmMS1kNmNiZmYyYjZiYTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#120d25"}, {"id"=>2, "pos"=>1, "color"=>"#120d25"}] !important;
hover-type: gradient !important;}@media (min-width: 992px) and (max-width: 1199px){#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52 {
  
}
#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDAxMTcwNGQtNmNhNC00MDU4LTk0YTYtMGRhOWZjYjRhZDNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTIwZDI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMDExNzA0ZC02Y2E0LTQwNTgtOTRhNi0wZGE5ZmNiNGFkM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#120d25"}, {"id"=>2, "pos"=>1, "color"=>"#120d25"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52 {
  background-image: none;
background-color: rgba(12, 7, 25, 1);
hover-type: color;
text-align: center;
}
#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQwNjc4YmQtNGM2NS00MDZjLTk5MDktYjIwYjgyZjY5YjJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwNzE5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwNzE5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDA2NzhiZC00YzY1LTQwNmMtOTkwOS1iMjBiODJmNjliMmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0c0719"}, {"id"=>2, "pos"=>1, "color"=>"#0c0719"}] !important;
hover-type: gradient !important;}#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWM5MDM0Y2QtZDgzZi00ZTM1LWI5ZmYtNzM3OTliNDVlZTUxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwNzE5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwNzE5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzkwMzRjZC1kODNmLTRlMzUtYjlmZi03Mzc5OWI0NWVlNTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0c0719"}, {"id"=>2, "pos"=>1, "color"=>"#0c0719"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52 {
  background-image: none;
background-color: rgba(12, 7, 25, 1);
hover-type: color;
text-align: center;
}
#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTYyNTk0ZmQtNmI1Ny00NjM1LWEzMjEtNDBiYzlmNmNlYzQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwNzE5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwNzE5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NjI1OTRmZC02YjU3LTQ2MzUtYTMyMS00MGJjOWY2Y2VjNDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0c0719"}, {"id"=>2, "pos"=>1, "color"=>"#0c0719"}] !important;
hover-type: gradient !important;}#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzFkMzQyNGMtYjIzMy00YmYwLTg2MjctYThjZDk2MjZkNmZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwNzE5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwNzE5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MWQzNDI0Yy1iMjMzLTRiZjAtODYyNy1hOGNkOTYyNmQ2ZmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0c0719"}, {"id"=>2, "pos"=>1, "color"=>"#0c0719"}] !important;
hover-type: gradient !important;}}

  #s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52-root {
    text-align: left;
  }


#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52-root {
    text-align: left;
  }


#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52-root {
    text-align: left;
  }


#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52-root {
    text-align: center;
  }


#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52-root {
    text-align: center;
  }


#s-d064d85c-a2ed-4e4a-8bf2-493c8c49fd52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Saira;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
