.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-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/-/resize/480x/);
}
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/-/resize/960x/);
}
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/-/resize/768x/);
}
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/-/resize/1536x/);
}
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/-/resize/1024x/);
}
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/-/resize/2048x/);
}
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/-/resize/1200x/);
}
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  background-image: url(https://i.shgcdn.com/b3dbb8dd-44c1-44e6-9dda-12ee95e8d4d8/-/resize/2048x/);
}
#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6933662f-a023-4cdb-825f-cfa6638a1f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6933662f-a023-4cdb-825f-cfa6638a1f2e {
  cursor: pointer;
}#s-6933662f-a023-4cdb-825f-cfa6638a1f2e.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-0da5451c-c016-4653-8587-ad083fecd89a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0da5451c-c016-4653-8587-ad083fecd89a {
  display: none;
}
#s-0da5451c-c016-4653-8587-ad083fecd89a, #wrap-s-0da5451c-c016-4653-8587-ad083fecd89a, #wrap-content-s-0da5451c-c016-4653-8587-ad083fecd89a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0da5451c-c016-4653-8587-ad083fecd89a {
  display: none;
}
#s-0da5451c-c016-4653-8587-ad083fecd89a, #wrap-s-0da5451c-c016-4653-8587-ad083fecd89a, #wrap-content-s-0da5451c-c016-4653-8587-ad083fecd89a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0da5451c-c016-4653-8587-ad083fecd89a {
  display: none;
}
#s-0da5451c-c016-4653-8587-ad083fecd89a, #wrap-s-0da5451c-c016-4653-8587-ad083fecd89a, #wrap-content-s-0da5451c-c016-4653-8587-ad083fecd89a { display: none !important; }}
#s-0da5451c-c016-4653-8587-ad083fecd89a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}



#s-8f7430e8-3054-477f-99fb-88a8e1b0a9d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-8f7430e8-3054-477f-99fb-88a8e1b0a9d4 {
  display: none;
}
#s-8f7430e8-3054-477f-99fb-88a8e1b0a9d4, #wrap-s-8f7430e8-3054-477f-99fb-88a8e1b0a9d4, #wrap-content-s-8f7430e8-3054-477f-99fb-88a8e1b0a9d4 { display: none !important; }}
#s-8f7430e8-3054-477f-99fb-88a8e1b0a9d4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 1px;
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  margin-left: 23%;
margin-right: 23%;
max-width: 2132px;
aspect-ratio: 2132/207;
text-align: center;
}
@media (max-width: 767px){#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }

    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-link {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2132px;
  }



  img.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
    
    
    
    max-height: 2132px;
  }


.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
  box-sizing: border-box;
}



.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
      --shg-aspect-ratio: calc(2132/207); 
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
      position: relative;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2132px;
    }
  }

@media (min-width: 1200px){#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }

    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-link {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2132px;
  }



  img.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
    
    
    
    max-height: 2132px;
  }


.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
  box-sizing: border-box;
}



.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
      --shg-aspect-ratio: calc(2132/207); 
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
      position: relative;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2132px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }

    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-link {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2132px;
  }



  img.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
    
    
    
    max-height: 2132px;
  }


.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
  box-sizing: border-box;
}



.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
      --shg-aspect-ratio: calc(2132/207); 
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
      position: relative;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2132px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }

    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-link {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2132px;
  }



  img.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
    
    
    
    max-height: 2132px;
  }


.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
  box-sizing: border-box;
}



.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
      --shg-aspect-ratio: calc(2132/207); 
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
      position: relative;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2132px;
    }
  }

}@media (max-width: 767px){#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }

    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-link {
      aspect-ratio: 2132/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2132px;
  }



  img.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
    
    
    
    max-height: 2132px;
  }


.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image {
  box-sizing: border-box;
}



.s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 {
      --shg-aspect-ratio: calc(2132/207); 
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container {
      position: relative;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8da92f-1699-4c02-8a4d-76969f9d5131 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2132px;
    }
  }

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

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

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

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

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

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

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

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

#s-03f3073d-77f9-4fad-9af9-3adc4eac15d2 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-03f3073d-77f9-4fad-9af9-3adc4eac15d2:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03f3073d-77f9-4fad-9af9-3adc4eac15d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03f3073d-77f9-4fad-9af9-3adc4eac15d2-root {
    text-align: center;
  }


#s-03f3073d-77f9-4fad-9af9-3adc4eac15d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03f3073d-77f9-4fad-9af9-3adc4eac15d2-root {
    text-align: center;
  }


#s-03f3073d-77f9-4fad-9af9-3adc4eac15d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03f3073d-77f9-4fad-9af9-3adc4eac15d2-root {
    text-align: center;
  }


#s-03f3073d-77f9-4fad-9af9-3adc4eac15d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03f3073d-77f9-4fad-9af9-3adc4eac15d2-root {
    text-align: center;
  }


#s-03f3073d-77f9-4fad-9af9-3adc4eac15d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03f3073d-77f9-4fad-9af9-3adc4eac15d2-root {
    text-align: center;
  }


#s-03f3073d-77f9-4fad-9af9-3adc4eac15d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3f6e7401-6a7b-4bab-bb00-d66887ec5724 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3f6e7401-6a7b-4bab-bb00-d66887ec5724 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 11px;
  
  
  
}


@media (max-width: 767px){#s-3f6e7401-6a7b-4bab-bb00-d66887ec5724 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 9px;
  
  
  
}


}
#s-03aa1101-13f9-4142-bc16-29ad4c35a769 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-03aa1101-13f9-4142-bc16-29ad4c35a769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03aa1101-13f9-4142-bc16-29ad4c35a769 {
  cursor: pointer;
}#s-03aa1101-13f9-4142-bc16-29ad4c35a769.shg-box.shg-c {
  justify-content: center;
}

#s-e75b6bca-9627-4365-a08c-528f58858df6 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(22, 117, 248, 1);
}

#s-e75b6bca-9627-4365-a08c-528f58858df6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.4px;
  
}



#s-f9525a71-7a64-413c-9172-23af82fb0583 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f9525a71-7a64-413c-9172-23af82fb0583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9525a71-7a64-413c-9172-23af82fb0583.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-9c2b793b-6583-4287-b5d6-ff5dc82a2d67 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-9c2b793b-6583-4287-b5d6-ff5dc82a2d67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c2b793b-6583-4287-b5d6-ff5dc82a2d67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c2b793b-6583-4287-b5d6-ff5dc82a2d67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c2b793b-6583-4287-b5d6-ff5dc82a2d67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9c2b793b-6583-4287-b5d6-ff5dc82a2d67"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-58094c45-5a37-4fca-ad90-b25d9ecec572 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-58094c45-5a37-4fca-ad90-b25d9ecec572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58094c45-5a37-4fca-ad90-b25d9ecec572.shg-box.shg-c {
  justify-content: center;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  max-width: 1217px;
aspect-ratio: 1217/741;
text-align: center;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  margin: 0 !important;
  overflow: visible;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add background color handling */
  
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }

    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-link {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1217px;
  }



  img.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
    
    
    
    max-height: 1217px;
  }


.s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
  box-sizing: border-box;
}



.s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
      --shg-aspect-ratio: calc(1217/741); 
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
      position: relative;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1217px;
    }
  }

@media (min-width: 1200px){#s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  margin: 0 !important;
  overflow: visible;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add background color handling */
  
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }

    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-link {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1217px;
  }



  img.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
    
    
    
    max-height: 1217px;
  }


.s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
  box-sizing: border-box;
}



.s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
      --shg-aspect-ratio: calc(1217/741); 
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
      position: relative;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1217px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  margin: 0 !important;
  overflow: visible;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add background color handling */
  
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }

    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-link {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1217px;
  }



  img.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
    
    
    
    max-height: 1217px;
  }


.s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
  box-sizing: border-box;
}



.s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
      --shg-aspect-ratio: calc(1217/741); 
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
      position: relative;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1217px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  margin: 0 !important;
  overflow: visible;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add background color handling */
  
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }

    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-link {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1217px;
  }



  img.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
    
    
    
    max-height: 1217px;
  }


.s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
  box-sizing: border-box;
}



.s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
      --shg-aspect-ratio: calc(1217/741); 
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
      position: relative;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1217px;
    }
  }

}@media (max-width: 767px){#s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  margin: 0 !important;
  overflow: visible;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add background color handling */
  
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }

    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-link {
      aspect-ratio: 1217/741;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1217px;
  }



  img.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
    
    
    
    max-height: 1217px;
  }


.s-3da16dab-fa0b-4e00-8408-0e1e815af234 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image {
  box-sizing: border-box;
}



.s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 {
      --shg-aspect-ratio: calc(1217/741); 
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container {
      position: relative;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da16dab-fa0b-4e00-8408-0e1e815af234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1217px;
    }
  }

}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/-/resize/480x/);
}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/-/resize/960x/);
}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/-/resize/768x/);
}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/-/resize/1536x/);
}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/-/resize/1024x/);
}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/-/resize/2048x/);
}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/-/resize/1200x/);
}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-152f0ba1-34af-4400-8b7c-61cc04cca720 {
  background-image: url(https://i.shgcdn.com/a1324ed0-1fd7-4ef9-8169-9f1c7ddef4a1/-/resize/2048x/);
}
#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-152f0ba1-34af-4400-8b7c-61cc04cca720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-152f0ba1-34af-4400-8b7c-61cc04cca720.shg-box.shg-c {
  justify-content: center;
}

#s-431f9391-e8ad-400e-a528-904587f9f74e {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-431f9391-e8ad-400e-a528-904587f9f74e {
  display: none;
}
#s-431f9391-e8ad-400e-a528-904587f9f74e, #wrap-s-431f9391-e8ad-400e-a528-904587f9f74e, #wrap-content-s-431f9391-e8ad-400e-a528-904587f9f74e { display: none !important; }}@media (max-width: 767px){#s-431f9391-e8ad-400e-a528-904587f9f74e {
  margin-top: 9px;
}
}
#s-431f9391-e8ad-400e-a528-904587f9f74e .shogun-heading-component h1 {
  color: rgba(0, 53, 147, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.3em;
  
  
}



#s-ea5ea385-42d9-4667-a046-8a5865888bfd {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ea5ea385-42d9-4667-a046-8a5865888bfd {
  display: none;
}
#s-ea5ea385-42d9-4667-a046-8a5865888bfd, #wrap-s-ea5ea385-42d9-4667-a046-8a5865888bfd, #wrap-content-s-ea5ea385-42d9-4667-a046-8a5865888bfd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea5ea385-42d9-4667-a046-8a5865888bfd {
  display: none;
}
#s-ea5ea385-42d9-4667-a046-8a5865888bfd, #wrap-s-ea5ea385-42d9-4667-a046-8a5865888bfd, #wrap-content-s-ea5ea385-42d9-4667-a046-8a5865888bfd { display: none !important; }}@media (max-width: 767px){#s-ea5ea385-42d9-4667-a046-8a5865888bfd {
  display: none;
}
#s-ea5ea385-42d9-4667-a046-8a5865888bfd, #wrap-s-ea5ea385-42d9-4667-a046-8a5865888bfd, #wrap-content-s-ea5ea385-42d9-4667-a046-8a5865888bfd { display: none !important; }}
#s-ea5ea385-42d9-4667-a046-8a5865888bfd .shogun-heading-component h1 {
  color: rgba(0, 53, 147, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.3em;
  
  
}



#s-0d9649eb-851f-4434-b6b9-97cc2c98d416 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d9649eb-851f-4434-b6b9-97cc2c98d416 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-0d9649eb-851f-4434-b6b9-97cc2c98d416 {
  margin-top: 4px;
}
}
#s-0d9649eb-851f-4434-b6b9-97cc2c98d416 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0d9649eb-851f-4434-b6b9-97cc2c98d416 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-0d9649eb-851f-4434-b6b9-97cc2c98d416 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.2em;
  
  
}


}
#s-baa5af0a-2d92-41df-98ea-87f690e8e587 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(22, 117, 248, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-baa5af0a-2d92-41df-98ea-87f690e8e587:hover {background-color: rgba(22, 117, 248, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-baa5af0a-2d92-41df-98ea-87f690e8e587:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-baa5af0a-2d92-41df-98ea-87f690e8e587-root {
    text-align: center;
  }


#s-baa5af0a-2d92-41df-98ea-87f690e8e587.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-baa5af0a-2d92-41df-98ea-87f690e8e587-root {
    text-align: center;
  }


#s-baa5af0a-2d92-41df-98ea-87f690e8e587.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-baa5af0a-2d92-41df-98ea-87f690e8e587-root {
    text-align: center;
  }


#s-baa5af0a-2d92-41df-98ea-87f690e8e587.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-baa5af0a-2d92-41df-98ea-87f690e8e587-root {
    text-align: center;
  }


#s-baa5af0a-2d92-41df-98ea-87f690e8e587.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-baa5af0a-2d92-41df-98ea-87f690e8e587-root {
    text-align: center;
  }


#s-baa5af0a-2d92-41df-98ea-87f690e8e587.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-position: center center;
}

#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/-/resize/480x/);
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/-/resize/960x/);
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/-/resize/768x/);
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/-/resize/1536x/);
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/-/resize/1024x/);
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/-/resize/2048x/);
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/-/resize/1200x/);
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  background-image: url(https://i.shgcdn.com/9d493058-7d8f-4fa7-bd90-66408d70f443/-/resize/2048x/);
}
#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-11e940a1-5b97-42a6-96a3-f7ca427544db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11e940a1-5b97-42a6-96a3-f7ca427544db {
  cursor: pointer;
}#s-11e940a1-5b97-42a6-96a3-f7ca427544db.shg-box.shg-c {
  justify-content: center;
}

#s-47e4dd3c-b8cd-436f-8954-7f5de50ccddb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-47e4dd3c-b8cd-436f-8954-7f5de50ccddb {
  
}
}







#s-47e4dd3c-b8cd-436f-8954-7f5de50ccddb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47e4dd3c-b8cd-436f-8954-7f5de50ccddb.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d2466890-1444-45ac-bca0-0c90b30e5126 {
  margin-top: 18px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
}
@media (min-width: 1200px){#s-d2466890-1444-45ac-bca0-0c90b30e5126 {
  display: none;
}
#s-d2466890-1444-45ac-bca0-0c90b30e5126, #wrap-s-d2466890-1444-45ac-bca0-0c90b30e5126, #wrap-content-s-d2466890-1444-45ac-bca0-0c90b30e5126 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2466890-1444-45ac-bca0-0c90b30e5126 {
  display: none;
}
#s-d2466890-1444-45ac-bca0-0c90b30e5126, #wrap-s-d2466890-1444-45ac-bca0-0c90b30e5126, #wrap-content-s-d2466890-1444-45ac-bca0-0c90b30e5126 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2466890-1444-45ac-bca0-0c90b30e5126 {
  display: none;
}
#s-d2466890-1444-45ac-bca0-0c90b30e5126, #wrap-s-d2466890-1444-45ac-bca0-0c90b30e5126, #wrap-content-s-d2466890-1444-45ac-bca0-0c90b30e5126 { display: none !important; }}@media (max-width: 767px){#s-d2466890-1444-45ac-bca0-0c90b30e5126 {
  
}
}
#s-efad8d1d-e6f5-4e31-b556-1fd53771545e {
  margin-top: 17px;
margin-left: auto;
margin-bottom: -8px;
margin-right: auto;
}
@media (max-width: 767px){#s-efad8d1d-e6f5-4e31-b556-1fd53771545e {
  margin-bottom: 16px;
display: none;
}
#s-efad8d1d-e6f5-4e31-b556-1fd53771545e, #wrap-s-efad8d1d-e6f5-4e31-b556-1fd53771545e, #wrap-content-s-efad8d1d-e6f5-4e31-b556-1fd53771545e { display: none !important; }}
#s-edda447b-354e-4009-9f06-33044170382b {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-edda447b-354e-4009-9f06-33044170382b {
  display: none;
}
#s-edda447b-354e-4009-9f06-33044170382b, #wrap-s-edda447b-354e-4009-9f06-33044170382b, #wrap-content-s-edda447b-354e-4009-9f06-33044170382b { display: none !important; }}
@media (min-width: 0px) {
[id="s-edda447b-354e-4009-9f06-33044170382b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edda447b-354e-4009-9f06-33044170382b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edda447b-354e-4009-9f06-33044170382b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edda447b-354e-4009-9f06-33044170382b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-97ca9c41-6490-4ad2-a712-b1656eb20302 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-97ca9c41-6490-4ad2-a712-b1656eb20302"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97ca9c41-6490-4ad2-a712-b1656eb20302"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97ca9c41-6490-4ad2-a712-b1656eb20302"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97ca9c41-6490-4ad2-a712-b1656eb20302"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-c15a6749-bcff-4daf-972b-441d88774c07 {
  margin-left: auto;
margin-right: auto;
}

#s-c15a6749-bcff-4daf-972b-441d88774c07 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8b489f57-9e2b-4d94-aeaa-33589fd44de2 {
  margin-left: auto;
margin-right: auto;
}

#s-8b489f57-9e2b-4d94-aeaa-33589fd44de2 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-bd68c4cb-c967-48b7-bc79-abad3f8c5be1 {
  margin-left: auto;
margin-right: auto;
}

#s-bd68c4cb-c967-48b7-bc79-abad3f8c5be1 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-52fb7fc0-f9f5-4b14-b694-8f96eccded98 {
  margin-left: auto;
margin-right: auto;
}

#s-52fb7fc0-f9f5-4b14-b694-8f96eccded98 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-057a40fc-397e-4463-b9a0-b67a09ca6284 {
  margin-left: auto;
margin-right: auto;
}

#s-057a40fc-397e-4463-b9a0-b67a09ca6284 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2df68804-3bfb-43fa-9bba-884d13c9d3d2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2df68804-3bfb-43fa-9bba-884d13c9d3d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2df68804-3bfb-43fa-9bba-884d13c9d3d2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2df68804-3bfb-43fa-9bba-884d13c9d3d2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2df68804-3bfb-43fa-9bba-884d13c9d3d2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-5eda83ca-5fec-4f88-bf2b-3be648ba55ac {
  margin-left: auto;
margin-right: auto;
}

#s-5eda83ca-5fec-4f88-bf2b-3be648ba55ac hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9db416aa-bbc9-4a4a-9b27-c5c282e04642 {
  margin-left: auto;
margin-right: auto;
}

#s-9db416aa-bbc9-4a4a-9b27-c5c282e04642 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e0e442de-e1ff-44cc-b999-125d67d7c55e {
  margin-left: auto;
margin-right: auto;
}

#s-e0e442de-e1ff-44cc-b999-125d67d7c55e hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-658fcf0b-6b16-425f-b468-dc73acbd4a06 {
  margin-left: auto;
margin-right: auto;
}

#s-658fcf0b-6b16-425f-b468-dc73acbd4a06 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 85px;
aspect-ratio: 565/368;
text-align: center;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
  box-sizing: border-box;
}



.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
      position: relative;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
  box-sizing: border-box;
}



.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
      position: relative;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
  box-sizing: border-box;
}



.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
      position: relative;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
  box-sizing: border-box;
}



.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
      position: relative;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image {
  box-sizing: border-box;
}



.s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container {
      position: relative;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df846cb-9f2a-46aa-9520-6ae330e23de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-2e6e668e-5435-4ea5-bbcc-fc9a5e037f44 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 1px;
margin-right: 4%;
}

#s-d37cdc0e-7782-4e8d-816e-b00691981770 {
  margin-top: -13px;
margin-left: auto;
margin-bottom: -8px;
margin-right: auto;
}
@media (min-width: 1200px){#s-d37cdc0e-7782-4e8d-816e-b00691981770 {
  display: none;
}
#s-d37cdc0e-7782-4e8d-816e-b00691981770, #wrap-s-d37cdc0e-7782-4e8d-816e-b00691981770, #wrap-content-s-d37cdc0e-7782-4e8d-816e-b00691981770 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d37cdc0e-7782-4e8d-816e-b00691981770 {
  display: none;
}
#s-d37cdc0e-7782-4e8d-816e-b00691981770, #wrap-s-d37cdc0e-7782-4e8d-816e-b00691981770, #wrap-content-s-d37cdc0e-7782-4e8d-816e-b00691981770 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d37cdc0e-7782-4e8d-816e-b00691981770 {
  display: none;
}
#s-d37cdc0e-7782-4e8d-816e-b00691981770, #wrap-s-d37cdc0e-7782-4e8d-816e-b00691981770, #wrap-content-s-d37cdc0e-7782-4e8d-816e-b00691981770 { display: none !important; }}@media (max-width: 767px){#s-d37cdc0e-7782-4e8d-816e-b00691981770 {
  margin-bottom: -12px;
}
}
@media (min-width: 0px) {
[id="s-d37cdc0e-7782-4e8d-816e-b00691981770"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d37cdc0e-7782-4e8d-816e-b00691981770"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d37cdc0e-7782-4e8d-816e-b00691981770"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d37cdc0e-7782-4e8d-816e-b00691981770"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1617aaab-06d2-4e38-869d-e4592f407d9d {
  margin-left: 14%;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  margin-left: 12%;
margin-right: 12%;
max-width: 565px;
aspect-ratio: 565/368;
text-align: center;
}
@media (max-width: 767px){#s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  margin-top: 11px;
margin-bottom: 10px;
max-width: 68px;
}
}
#s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  margin: 0 !important;
  overflow: visible;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add background color handling */
  
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 565px;
  }



  img.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
    
    
    
    max-height: 565px;
  }


.s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
  box-sizing: border-box;
}



.s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
      position: relative;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 565px;
    }
  }

@media (min-width: 1200px){#s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  margin: 0 !important;
  overflow: visible;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add background color handling */
  
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 565px;
  }



  img.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
    
    
    
    max-height: 565px;
  }


.s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
  box-sizing: border-box;
}



.s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
      position: relative;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 565px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  margin: 0 !important;
  overflow: visible;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add background color handling */
  
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 565px;
  }



  img.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
    
    
    
    max-height: 565px;
  }


.s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
  box-sizing: border-box;
}



.s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
      position: relative;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 565px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  margin: 0 !important;
  overflow: visible;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add background color handling */
  
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 565px;
  }



  img.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
    
    
    
    max-height: 565px;
  }


.s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
  box-sizing: border-box;
}



.s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
      position: relative;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 565px;
    }
  }

}@media (max-width: 767px){#s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  margin: 0 !important;
  overflow: visible;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add background color handling */
  
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }

    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-link {
      aspect-ratio: 565/368;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 565px;
  }



  img.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
    
    
    
    max-height: 565px;
  }


.s-87f01da5-520e-49f4-8e7d-2f754d5284cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image {
  box-sizing: border-box;
}



.s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd {
      --shg-aspect-ratio: calc(565/368); 
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container {
      position: relative;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f01da5-520e-49f4-8e7d-2f754d5284cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 565px;
    }
  }

}
#s-bf6e6c5a-c504-42e3-a76b-d167e385f852 {
  margin-right: 14%;
}

#s-7ece7b78-d9ac-4757-83fb-30530b481b02 {
  margin-top: -14px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7ece7b78-d9ac-4757-83fb-30530b481b02 {
  display: none;
}
#s-7ece7b78-d9ac-4757-83fb-30530b481b02, #wrap-s-7ece7b78-d9ac-4757-83fb-30530b481b02, #wrap-content-s-7ece7b78-d9ac-4757-83fb-30530b481b02 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7ece7b78-d9ac-4757-83fb-30530b481b02"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7ece7b78-d9ac-4757-83fb-30530b481b02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ece7b78-d9ac-4757-83fb-30530b481b02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ece7b78-d9ac-4757-83fb-30530b481b02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c726f763-9efb-4b93-a5b5-cd9df1022d61 {
  margin-left: 14%;
}

#s-d3621bf4-4f26-405d-9fdc-5e9e7f94a150 {
  margin-left: auto;
margin-right: auto;
}

#s-d3621bf4-4f26-405d-9fdc-5e9e7f94a150 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e1507002-7680-40df-9be9-82310d8a987f {
  margin-right: 14%;
}

#s-03025f0e-c9bb-4ae8-b08e-e87e92a36f51 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-03025f0e-c9bb-4ae8-b08e-e87e92a36f51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03025f0e-c9bb-4ae8-b08e-e87e92a36f51 {
  cursor: pointer;
}#s-03025f0e-c9bb-4ae8-b08e-e87e92a36f51.shg-box.shg-c {
  justify-content: center;
}

#s-266717d4-74ea-4852-b36d-47390ee8bc5f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 17px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 241, 241, 1);
}

#s-266717d4-74ea-4852-b36d-47390ee8bc5f .shogun-heading-component h1 {
  color: rgba(0, 119, 140, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-266717d4-74ea-4852-b36d-47390ee8bc5f .shogun-heading-component h1 {
  color: rgba(0, 119, 140, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


}
#s-83aab937-f357-4c71-82d4-19465c7965e7 {
  margin-top: 4px;
margin-left: 9%;
margin-bottom: 7px;
margin-right: 9%;
max-width: 1686px;
aspect-ratio: 1686/270;
text-align: center;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 4px;
  margin-bottom: 7px;
}

.shg-image-content-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }

    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-link {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1686px;
  }



  img.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
    
    
    
    max-height: 1686px;
  }


.s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
  box-sizing: border-box;
}



.s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83aab937-f357-4c71-82d4-19465c7965e7 {
      --shg-aspect-ratio: calc(1686/270); 
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
      position: relative;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1686px;
    }
  }

@media (min-width: 1200px){#s-83aab937-f357-4c71-82d4-19465c7965e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }

    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-link {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1686px;
  }



  img.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
    
    
    
    max-height: 1686px;
  }


.s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
  box-sizing: border-box;
}



.s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83aab937-f357-4c71-82d4-19465c7965e7 {
      --shg-aspect-ratio: calc(1686/270); 
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
      position: relative;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1686px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-83aab937-f357-4c71-82d4-19465c7965e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }

    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-link {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1686px;
  }



  img.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
    
    
    
    max-height: 1686px;
  }


.s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
  box-sizing: border-box;
}



.s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83aab937-f357-4c71-82d4-19465c7965e7 {
      --shg-aspect-ratio: calc(1686/270); 
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
      position: relative;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1686px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-83aab937-f357-4c71-82d4-19465c7965e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }

    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-link {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1686px;
  }



  img.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
    
    
    
    max-height: 1686px;
  }


.s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
  box-sizing: border-box;
}



.s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83aab937-f357-4c71-82d4-19465c7965e7 {
      --shg-aspect-ratio: calc(1686/270); 
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
      position: relative;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1686px;
    }
  }

}@media (max-width: 767px){#s-83aab937-f357-4c71-82d4-19465c7965e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83aab937-f357-4c71-82d4-19465c7965e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }

    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-link {
      aspect-ratio: 1686/270;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83aab937-f357-4c71-82d4-19465c7965e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1686px;
  }



  img.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
    
    
    
    max-height: 1686px;
  }


.s-83aab937-f357-4c71-82d4-19465c7965e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image {
  box-sizing: border-box;
}



.s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83aab937-f357-4c71-82d4-19465c7965e7 {
      --shg-aspect-ratio: calc(1686/270); 
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container {
      position: relative;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83aab937-f357-4c71-82d4-19465c7965e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1686px;
    }
  }

}
#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  margin-left: 1%;
margin-right: 1%;
max-width: 2500px;
aspect-ratio: 2500/835;
text-align: center;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  margin: 0 !important;
  overflow: visible;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add background color handling */
  
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }

    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-link {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
  box-sizing: border-box;
}



.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
      --shg-aspect-ratio: calc(2500/835); 
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
      position: relative;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

@media (min-width: 1200px){#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  margin: 0 !important;
  overflow: visible;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add background color handling */
  
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }

    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-link {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
  box-sizing: border-box;
}



.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
      --shg-aspect-ratio: calc(2500/835); 
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
      position: relative;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  margin: 0 !important;
  overflow: visible;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add background color handling */
  
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }

    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-link {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
  box-sizing: border-box;
}



.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
      --shg-aspect-ratio: calc(2500/835); 
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
      position: relative;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  margin: 0 !important;
  overflow: visible;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add background color handling */
  
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }

    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-link {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
  box-sizing: border-box;
}



.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
      --shg-aspect-ratio: calc(2500/835); 
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
      position: relative;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (max-width: 767px){#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  margin: 0 !important;
  overflow: visible;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add background color handling */
  
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }

    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-link {
      aspect-ratio: 2500/835;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image {
  box-sizing: border-box;
}



.s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b {
      --shg-aspect-ratio: calc(2500/835); 
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container {
      position: relative;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92f0a2f3-c616-4364-b8c0-40f1ac5e513b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}
#s-90fc137f-69a6-40d9-aa57-b6c37371f71a {
  margin-top: -1px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-90fc137f-69a6-40d9-aa57-b6c37371f71a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90fc137f-69a6-40d9-aa57-b6c37371f71a.shg-box.shg-c {
  justify-content: center;
}

#s-fd3af23a-e9c0-4f46-bdb9-754171b4692f {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}
@media (max-width: 767px){#s-fd3af23a-e9c0-4f46-bdb9-754171b4692f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 8px;
padding-bottom: 8px;
}
}
#s-fd3af23a-e9c0-4f46-bdb9-754171b4692f .shogun-heading-component h1 {
  color: rgba(229, 63, 110, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-fd3af23a-e9c0-4f46-bdb9-754171b4692f .shogun-heading-component h1 {
  color: rgba(229, 63, 110, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


}
#s-2785d0e4-e29c-4dfb-ac64-d52725b21652 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}
@media (max-width: 767px){#s-2785d0e4-e29c-4dfb-ac64-d52725b21652 {
  padding-top: 8px;
padding-bottom: 8px;
}
}
#s-2785d0e4-e29c-4dfb-ac64-d52725b21652 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (max-width: 767px){#s-2785d0e4-e29c-4dfb-ac64-d52725b21652 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 119, 140, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b:hover {background-color: rgba(229, 63, 110, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b-root {
    text-align: center;
  }


#s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b-root {
    text-align: center;
  }


#s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b-root {
    text-align: center;
  }


#s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b-root {
    text-align: center;
  }


#s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b-root {
    text-align: center;
  }


#s-64bc02de-243d-4ae0-88e9-b2ccfab8fa8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d6cd16f5-197c-46b1-8ba3-6385f4f285f2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-d6cd16f5-197c-46b1-8ba3-6385f4f285f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6cd16f5-197c-46b1-8ba3-6385f4f285f2 {
  cursor: pointer;
}#s-d6cd16f5-197c-46b1-8ba3-6385f4f285f2.shg-box.shg-c {
  justify-content: center;
}

#s-8cd5562e-51cd-43e7-bfc9-baeb9e11bab7 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8cd5562e-51cd-43e7-bfc9-baeb9e11bab7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cd5562e-51cd-43e7-bfc9-baeb9e11bab7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8cd5562e-51cd-43e7-bfc9-baeb9e11bab7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cd5562e-51cd-43e7-bfc9-baeb9e11bab7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
  box-sizing: border-box;
}



.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
      position: relative;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

@media (min-width: 1200px){#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
  box-sizing: border-box;
}



.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
      position: relative;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
  box-sizing: border-box;
}



.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
      position: relative;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
  box-sizing: border-box;
}



.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
      position: relative;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (max-width: 767px){#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image {
  box-sizing: border-box;
}



.s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container {
      position: relative;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad0dab5-e865-47ff-91fa-6e421b54f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}
#s-79a8b972-3444-40db-854e-290bd65ce199 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 6px;
padding-bottom: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-79a8b972-3444-40db-854e-290bd65ce199 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-79a8b972-3444-40db-854e-290bd65ce199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79a8b972-3444-40db-854e-290bd65ce199.shg-box.shg-c {
  justify-content: center;
}

#s-3be44c6c-0551-4366-8e76-93fae59eca4f {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 1200px){#s-3be44c6c-0551-4366-8e76-93fae59eca4f {
  display: none;
}
#s-3be44c6c-0551-4366-8e76-93fae59eca4f, #wrap-s-3be44c6c-0551-4366-8e76-93fae59eca4f, #wrap-content-s-3be44c6c-0551-4366-8e76-93fae59eca4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3be44c6c-0551-4366-8e76-93fae59eca4f {
  display: none;
}
#s-3be44c6c-0551-4366-8e76-93fae59eca4f, #wrap-s-3be44c6c-0551-4366-8e76-93fae59eca4f, #wrap-content-s-3be44c6c-0551-4366-8e76-93fae59eca4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3be44c6c-0551-4366-8e76-93fae59eca4f {
  
}
}@media (max-width: 767px){#s-3be44c6c-0551-4366-8e76-93fae59eca4f {
  display: none;
}
#s-3be44c6c-0551-4366-8e76-93fae59eca4f, #wrap-s-3be44c6c-0551-4366-8e76-93fae59eca4f, #wrap-content-s-3be44c6c-0551-4366-8e76-93fae59eca4f { display: none !important; }}
#s-3be44c6c-0551-4366-8e76-93fae59eca4f .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-8c3517a3-3c69-412f-8d14-50b39f82bd38 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c3517a3-3c69-412f-8d14-50b39f82bd38 {
  display: none;
}
#s-8c3517a3-3c69-412f-8d14-50b39f82bd38, #wrap-s-8c3517a3-3c69-412f-8d14-50b39f82bd38, #wrap-content-s-8c3517a3-3c69-412f-8d14-50b39f82bd38 { display: none !important; }}
#s-8c3517a3-3c69-412f-8d14-50b39f82bd38 .shogun-heading-component h1 {
  color: rgba(0, 53, 147, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  margin-top: 10px;
margin-left: 3%;
margin-right: 3%;
max-width: 1284px;
aspect-ratio: 1284/340;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }

    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-link {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1284px;
  }



  img.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
    
    
    
    max-height: 1284px;
  }


.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
  box-sizing: border-box;
}



.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
      --shg-aspect-ratio: calc(1284/340); 
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
      position: relative;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1284px;
    }
  }

@media (min-width: 1200px){#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }

    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-link {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1284px;
  }



  img.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
    
    
    
    max-height: 1284px;
  }


.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
  box-sizing: border-box;
}



.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
      --shg-aspect-ratio: calc(1284/340); 
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
      position: relative;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1284px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }

    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-link {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1284px;
  }



  img.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
    
    
    
    max-height: 1284px;
  }


.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
  box-sizing: border-box;
}



.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
      --shg-aspect-ratio: calc(1284/340); 
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
      position: relative;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1284px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }

    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-link {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1284px;
  }



  img.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
    
    
    
    max-height: 1284px;
  }


.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
  box-sizing: border-box;
}



.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
      --shg-aspect-ratio: calc(1284/340); 
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
      position: relative;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1284px;
    }
  }

}@media (max-width: 767px){#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }

    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-link {
      aspect-ratio: 1284/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1284px;
  }



  img.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
    
    
    
    max-height: 1284px;
  }


.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image {
  box-sizing: border-box;
}



.s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 {
      --shg-aspect-ratio: calc(1284/340); 
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container {
      position: relative;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8d4141a-67e3-4746-8d28-8bbef9c1aed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1284px;
    }
  }

}
#s-3ea17eac-05cf-413a-8457-cfeb545a4b49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ea17eac-05cf-413a-8457-cfeb545a4b49 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-3ea17eac-05cf-413a-8457-cfeb545a4b49 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.2em;
  
  
}


}
#s-d02ed658-c0c0-43c3-b267-0d67d13bd17b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 53, 147, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-d02ed658-c0c0-43c3-b267-0d67d13bd17b:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d02ed658-c0c0-43c3-b267-0d67d13bd17b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d02ed658-c0c0-43c3-b267-0d67d13bd17b-root {
    text-align: center;
  }


#s-d02ed658-c0c0-43c3-b267-0d67d13bd17b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d02ed658-c0c0-43c3-b267-0d67d13bd17b-root {
    text-align: center;
  }


#s-d02ed658-c0c0-43c3-b267-0d67d13bd17b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d02ed658-c0c0-43c3-b267-0d67d13bd17b-root {
    text-align: center;
  }


#s-d02ed658-c0c0-43c3-b267-0d67d13bd17b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d02ed658-c0c0-43c3-b267-0d67d13bd17b-root {
    text-align: center;
  }


#s-d02ed658-c0c0-43c3-b267-0d67d13bd17b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d02ed658-c0c0-43c3-b267-0d67d13bd17b-root {
    text-align: center;
  }


#s-d02ed658-c0c0-43c3-b267-0d67d13bd17b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-b28380a1-a8fa-421a-9878-58b9d43c11e0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 53, 147, 1);
}








#s-b28380a1-a8fa-421a-9878-58b9d43c11e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b28380a1-a8fa-421a-9878-58b9d43c11e0.shg-box.shg-c {
  justify-content: center;
}

#s-4c31238a-ce66-4136-ac90-c66992653219 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4c31238a-ce66-4136-ac90-c66992653219"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4c31238a-ce66-4136-ac90-c66992653219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4c31238a-ce66-4136-ac90-c66992653219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c31238a-ce66-4136-ac90-c66992653219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3373dda3-9d77-4ada-8bda-00cc79566ada {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-3373dda3-9d77-4ada-8bda-00cc79566ada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3373dda3-9d77-4ada-8bda-00cc79566ada {
  cursor: pointer;
}#s-3373dda3-9d77-4ada-8bda-00cc79566ada.shg-box.shg-c {
  justify-content: center;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  margin-left: auto;
margin-right: auto;
max-width: 715px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  margin: 0 !important;
  overflow: visible;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add background color handling */
  
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
  box-sizing: border-box;
}



.s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
      position: relative;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

@media (min-width: 1200px){#s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  margin: 0 !important;
  overflow: visible;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add background color handling */
  
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
  box-sizing: border-box;
}



.s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
      position: relative;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  margin: 0 !important;
  overflow: visible;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add background color handling */
  
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
  box-sizing: border-box;
}



.s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
      position: relative;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  margin: 0 !important;
  overflow: visible;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add background color handling */
  
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
  box-sizing: border-box;
}



.s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
      position: relative;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (max-width: 767px){#s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  margin: 0 !important;
  overflow: visible;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add background color handling */
  
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd626cc6-a4fb-4432-8584-5505e8518cfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image {
  box-sizing: border-box;
}



.s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container {
      position: relative;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd626cc6-a4fb-4432-8584-5505e8518cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}
#s-92de6bcf-223b-4506-99f7-44faedeb90b4 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-92de6bcf-223b-4506-99f7-44faedeb90b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92de6bcf-223b-4506-99f7-44faedeb90b4 {
  cursor: pointer;
}#s-92de6bcf-223b-4506-99f7-44faedeb90b4.shg-box.shg-c {
  justify-content: center;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  margin-left: auto;
margin-right: auto;
max-width: 715px;
aspect-ratio: 1/1;
text-align: center;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
  box-sizing: border-box;
}



.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
      position: relative;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

@media (min-width: 1200px){#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
  box-sizing: border-box;
}



.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
      position: relative;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
  box-sizing: border-box;
}



.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
      position: relative;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
  box-sizing: border-box;
}



.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
      position: relative;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (max-width: 767px){#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image {
  box-sizing: border-box;
}



.s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container {
      position: relative;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e6295f-6760-45ef-b864-3a0c95f9fe67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}
#s-8cbc6f8d-6095-4ad0-927f-4cb3238af5f9 {
  margin-top: 4px;
margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8cbc6f8d-6095-4ad0-927f-4cb3238af5f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8cbc6f8d-6095-4ad0-927f-4cb3238af5f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8cbc6f8d-6095-4ad0-927f-4cb3238af5f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cbc6f8d-6095-4ad0-927f-4cb3238af5f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a7675caa-ec47-4556-bda6-cd0d5cea637f {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-a7675caa-ec47-4556-bda6-cd0d5cea637f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7675caa-ec47-4556-bda6-cd0d5cea637f {
  cursor: pointer;
}#s-a7675caa-ec47-4556-bda6-cd0d5cea637f.shg-box.shg-c {
  justify-content: center;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  margin-left: auto;
margin-right: auto;
max-width: 715px;
aspect-ratio: 1/1;
text-align: center;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  margin: 0 !important;
  overflow: visible;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add background color handling */
  
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
  box-sizing: border-box;
}



.s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
      position: relative;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

@media (min-width: 1200px){#s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  margin: 0 !important;
  overflow: visible;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add background color handling */
  
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
  box-sizing: border-box;
}



.s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
      position: relative;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  margin: 0 !important;
  overflow: visible;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add background color handling */
  
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
  box-sizing: border-box;
}



.s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
      position: relative;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  margin: 0 !important;
  overflow: visible;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add background color handling */
  
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
  box-sizing: border-box;
}



.s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
      position: relative;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (max-width: 767px){#s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  margin: 0 !important;
  overflow: visible;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add background color handling */
  
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-000e7f43-2cee-4c00-8d26-f3c17c722eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image {
  box-sizing: border-box;
}



.s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container {
      position: relative;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-000e7f43-2cee-4c00-8d26-f3c17c722eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}
#s-523b3ce7-022d-4ee5-8892-f9b47f77c040 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-523b3ce7-022d-4ee5-8892-f9b47f77c040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-523b3ce7-022d-4ee5-8892-f9b47f77c040 {
  cursor: pointer;
}#s-523b3ce7-022d-4ee5-8892-f9b47f77c040.shg-box.shg-c {
  justify-content: center;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  margin-left: auto;
margin-right: auto;
max-width: 715px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
  box-sizing: border-box;
}



.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
      position: relative;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

@media (min-width: 1200px){#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
  box-sizing: border-box;
}



.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
      position: relative;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
  box-sizing: border-box;
}



.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
      position: relative;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
  box-sizing: border-box;
}



.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
      position: relative;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}@media (max-width: 767px){#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 715px;
  }



  img.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
    
    
    
    max-height: 715px;
  }


.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image {
  box-sizing: border-box;
}



.s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container {
      position: relative;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2023c5-dd68-45f2-b72d-1558c39dbc42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 715px;
    }
  }

}
#s-6b2b6932-ab08-4aff-a78a-41186d0bb0eb {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}








#s-6b2b6932-ab08-4aff-a78a-41186d0bb0eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b2b6932-ab08-4aff-a78a-41186d0bb0eb {
  cursor: pointer;
}#s-6b2b6932-ab08-4aff-a78a-41186d0bb0eb.shg-box.shg-c {
  justify-content: center;
}

#s-2921a5cb-977c-406d-bdfb-280e2aadadbe {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: left top;
background-attachment: scroll;
}

#s-2921a5cb-977c-406d-bdfb-280e2aadadbe {
  background-image: url(https://i.shgcdn.com/59b1d031-563e-418d-b8f2-aa3889d6ba7e/);
}








#s-2921a5cb-977c-406d-bdfb-280e2aadadbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2921a5cb-977c-406d-bdfb-280e2aadadbe.shg-box.shg-c {
  justify-content: center;
}

#s-c6d84783-efbe-4c7e-b7d7-b1e8e6eff4a7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(21, 44, 78, 1);
}
@media (max-width: 767px){#s-c6d84783-efbe-4c7e-b7d7-b1e8e6eff4a7 {
  margin-bottom: 1px;
}
}
#s-c6d84783-efbe-4c7e-b7d7-b1e8e6eff4a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c6d84783-efbe-4c7e-b7d7-b1e8e6eff4a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-c6d84783-efbe-4c7e-b7d7-b1e8e6eff4a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}
#s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  margin-top: 15px;
margin-left: 25%;
margin-bottom: 15px;
margin-right: 25%;
max-width: 1601px;
aspect-ratio: 1601/449;
text-align: center;
}
@media (max-width: 767px){#s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.shg-image-content-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }

    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-link {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
  box-sizing: border-box;
}



.s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
      --shg-aspect-ratio: calc(1601/449); 
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
      position: relative;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

@media (min-width: 1200px){#s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }

    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-link {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
  box-sizing: border-box;
}



.s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
      --shg-aspect-ratio: calc(1601/449); 
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
      position: relative;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }

    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-link {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
  box-sizing: border-box;
}



.s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
      --shg-aspect-ratio: calc(1601/449); 
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
      position: relative;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }

    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-link {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
  box-sizing: border-box;
}



.s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
      --shg-aspect-ratio: calc(1601/449); 
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
      position: relative;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

}@media (max-width: 767px){#s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }

    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-link {
      aspect-ratio: 1601/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-dac07a12-8abc-4230-8ad8-83781785a9b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image {
  box-sizing: border-box;
}



.s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 {
      --shg-aspect-ratio: calc(1601/449); 
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container {
      position: relative;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dac07a12-8abc-4230-8ad8-83781785a9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

}
#s-327c7d15-0018-4aaa-9969-691d0df3b723 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-327c7d15-0018-4aaa-9969-691d0df3b723 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-327c7d15-0018-4aaa-9969-691d0df3b723 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  
}



#s-612e4bce-82db-4559-9c84-fd744f33a6de {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
}
#s-612e4bce-82db-4559-9c84-fd744f33a6de:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-612e4bce-82db-4559-9c84-fd744f33a6de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-612e4bce-82db-4559-9c84-fd744f33a6de-root {
    text-align: center;
  }


#s-612e4bce-82db-4559-9c84-fd744f33a6de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-612e4bce-82db-4559-9c84-fd744f33a6de-root {
    text-align: center;
  }


#s-612e4bce-82db-4559-9c84-fd744f33a6de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-612e4bce-82db-4559-9c84-fd744f33a6de-root {
    text-align: center;
  }


#s-612e4bce-82db-4559-9c84-fd744f33a6de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-612e4bce-82db-4559-9c84-fd744f33a6de-root {
    text-align: center;
  }


#s-612e4bce-82db-4559-9c84-fd744f33a6de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-612e4bce-82db-4559-9c84-fd744f33a6de-root {
    text-align: center;
  }


#s-612e4bce-82db-4559-9c84-fd744f33a6de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-15e7b6e1-ccd5-4419-8fc3-c17a855f91f7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-15e7b6e1-ccd5-4419-8fc3-c17a855f91f7 {
  margin-left: 4%;
margin-right: 3%;
}
}
#s-15e7b6e1-ccd5-4419-8fc3-c17a855f91f7 .shogun-heading-component h1 {
  color: rgba(188, 33, 77, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-15e7b6e1-ccd5-4419-8fc3-c17a855f91f7 .shogun-heading-component h1 {
  color: rgba(188, 33, 77, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  
}


}
#s-08e41acd-5102-4440-8907-1a4068a7b007 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-08e41acd-5102-4440-8907-1a4068a7b007"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-08e41acd-5102-4440-8907-1a4068a7b007"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 992px) {
[id="s-08e41acd-5102-4440-8907-1a4068a7b007"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 1200px) {
[id="s-08e41acd-5102-4440-8907-1a4068a7b007"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.25px);
}

}

#s-eb49eff1-e37e-4b29-b603-bd2947622a99 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eb49eff1-e37e-4b29-b603-bd2947622a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb49eff1-e37e-4b29-b603-bd2947622a99 {
  cursor: pointer;
}#s-eb49eff1-e37e-4b29-b603-bd2947622a99.shg-box.shg-c {
  justify-content: center;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
  box-sizing: border-box;
}



.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
      position: relative;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
  box-sizing: border-box;
}



.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
      position: relative;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
  box-sizing: border-box;
}



.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
      position: relative;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
  box-sizing: border-box;
}



.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
      position: relative;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image {
  box-sizing: border-box;
}



.s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container {
      position: relative;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d1b6ee2-7b2d-4862-b5c3-e034a655fbb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-aa106c8a-a4e1-4b5d-938e-c395fe24589a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-aa106c8a-a4e1-4b5d-938e-c395fe24589a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa106c8a-a4e1-4b5d-938e-c395fe24589a {
  cursor: pointer;
}#s-aa106c8a-a4e1-4b5d-938e-c395fe24589a.shg-box.shg-c {
  justify-content: center;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
  box-sizing: border-box;
}



.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
      position: relative;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
  box-sizing: border-box;
}



.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
      position: relative;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
  box-sizing: border-box;
}



.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
      position: relative;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
  box-sizing: border-box;
}



.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
      position: relative;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image {
  box-sizing: border-box;
}



.s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container {
      position: relative;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecce1cfa-01c9-4cc9-abb7-636b3a6b9b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-762f1d0b-e616-49bd-92fa-18c385d5641e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-762f1d0b-e616-49bd-92fa-18c385d5641e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-762f1d0b-e616-49bd-92fa-18c385d5641e {
  cursor: pointer;
}#s-762f1d0b-e616-49bd-92fa-18c385d5641e.shg-box.shg-c {
  justify-content: center;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
  box-sizing: border-box;
}



.s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
      position: relative;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
  box-sizing: border-box;
}



.s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
      position: relative;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
  box-sizing: border-box;
}



.s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
      position: relative;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
  box-sizing: border-box;
}



.s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
      position: relative;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-c0a59cd7-832b-48a1-9b25-b503941b13ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image {
  box-sizing: border-box;
}



.s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container {
      position: relative;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0a59cd7-832b-48a1-9b25-b503941b13ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-f2be651f-f8af-4a14-87d2-d82a0185de72 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f2be651f-f8af-4a14-87d2-d82a0185de72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2be651f-f8af-4a14-87d2-d82a0185de72 {
  cursor: pointer;
}#s-f2be651f-f8af-4a14-87d2-d82a0185de72.shg-box.shg-c {
  justify-content: center;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
  box-sizing: border-box;
}



.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
      position: relative;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
  box-sizing: border-box;
}



.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
      position: relative;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
  box-sizing: border-box;
}



.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
      position: relative;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
  box-sizing: border-box;
}



.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
      position: relative;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image {
  box-sizing: border-box;
}



.s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container {
      position: relative;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24ba73d-8131-4aff-957d-6d9826eb79b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
}
#s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7:hover {background-color: rgba(188, 33, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7-root {
    text-align: center;
  }


#s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7-root {
    text-align: center;
  }


#s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7-root {
    text-align: center;
  }


#s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7-root {
    text-align: center;
  }


#s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7-root {
    text-align: center;
  }


#s-eca8fbb4-133f-4c03-b8ad-2e0a4bc4aed7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-80dd9b86-3122-4b77-8668-b11ebdce029a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-80dd9b86-3122-4b77-8668-b11ebdce029a {
  margin-left: 4%;
margin-right: 3%;
}
}
#s-80dd9b86-3122-4b77-8668-b11ebdce029a .shogun-heading-component h1 {
  color: rgba(188, 33, 77, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-80dd9b86-3122-4b77-8668-b11ebdce029a .shogun-heading-component h1 {
  color: rgba(188, 33, 77, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  
}


}
#s-28ec8a4b-7f15-4f7b-a0d0-1251c67a6236 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-28ec8a4b-7f15-4f7b-a0d0-1251c67a6236"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-28ec8a4b-7f15-4f7b-a0d0-1251c67a6236"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 992px) {
[id="s-28ec8a4b-7f15-4f7b-a0d0-1251c67a6236"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 1200px) {
[id="s-28ec8a4b-7f15-4f7b-a0d0-1251c67a6236"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.25px);
}

}

#s-46aec929-ed53-4948-b281-ac1b51190223 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-46aec929-ed53-4948-b281-ac1b51190223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46aec929-ed53-4948-b281-ac1b51190223 {
  cursor: pointer;
}#s-46aec929-ed53-4948-b281-ac1b51190223.shg-box.shg-c {
  justify-content: center;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  margin: 0 !important;
  overflow: visible;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add background color handling */
  
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
  box-sizing: border-box;
}



.s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
      position: relative;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  margin: 0 !important;
  overflow: visible;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add background color handling */
  
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
  box-sizing: border-box;
}



.s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
      position: relative;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  margin: 0 !important;
  overflow: visible;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add background color handling */
  
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
  box-sizing: border-box;
}



.s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
      position: relative;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  margin: 0 !important;
  overflow: visible;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add background color handling */
  
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
  box-sizing: border-box;
}



.s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
      position: relative;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  margin: 0 !important;
  overflow: visible;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add background color handling */
  
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-2dee958a-926d-451e-b1b3-bfed7c107dfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image {
  box-sizing: border-box;
}



.s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container {
      position: relative;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dee958a-926d-451e-b1b3-bfed7c107dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-bea0faf4-7684-4e6a-b73b-76f44e5c0baf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bea0faf4-7684-4e6a-b73b-76f44e5c0baf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bea0faf4-7684-4e6a-b73b-76f44e5c0baf {
  cursor: pointer;
}#s-bea0faf4-7684-4e6a-b73b-76f44e5c0baf.shg-box.shg-c {
  justify-content: center;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
  box-sizing: border-box;
}



.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
      position: relative;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
  box-sizing: border-box;
}



.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
      position: relative;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
  box-sizing: border-box;
}



.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
      position: relative;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
  box-sizing: border-box;
}



.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
      position: relative;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image {
  box-sizing: border-box;
}



.s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container {
      position: relative;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a389288b-8e91-45b4-a1fc-cfff6829bd2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-b6020288-7fbb-47e5-8f31-f3fa372c7728 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b6020288-7fbb-47e5-8f31-f3fa372c7728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6020288-7fbb-47e5-8f31-f3fa372c7728 {
  cursor: pointer;
}#s-b6020288-7fbb-47e5-8f31-f3fa372c7728.shg-box.shg-c {
  justify-content: center;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 1/1;
text-align: center;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  margin: 0 !important;
  overflow: visible;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add background color handling */
  
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
  box-sizing: border-box;
}



.s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14ba5427-16c9-4070-8332-e22cea1ee899 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
      position: relative;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  margin: 0 !important;
  overflow: visible;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add background color handling */
  
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
  box-sizing: border-box;
}



.s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14ba5427-16c9-4070-8332-e22cea1ee899 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
      position: relative;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  margin: 0 !important;
  overflow: visible;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add background color handling */
  
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
  box-sizing: border-box;
}



.s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14ba5427-16c9-4070-8332-e22cea1ee899 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
      position: relative;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  margin: 0 !important;
  overflow: visible;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add background color handling */
  
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
  box-sizing: border-box;
}



.s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14ba5427-16c9-4070-8332-e22cea1ee899 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
      position: relative;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  margin: 0 !important;
  overflow: visible;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14ba5427-16c9-4070-8332-e22cea1ee899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add background color handling */
  
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ba5427-16c9-4070-8332-e22cea1ee899 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-14ba5427-16c9-4070-8332-e22cea1ee899 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image {
  box-sizing: border-box;
}



.s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14ba5427-16c9-4070-8332-e22cea1ee899 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container {
      position: relative;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ba5427-16c9-4070-8332-e22cea1ee899 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-ec52ab48-edab-45cb-bc55-5ddfb168900a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ec52ab48-edab-45cb-bc55-5ddfb168900a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec52ab48-edab-45cb-bc55-5ddfb168900a {
  cursor: pointer;
}#s-ec52ab48-edab-45cb-bc55-5ddfb168900a.shg-box.shg-c {
  justify-content: center;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 1/1;
text-align: center;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
  box-sizing: border-box;
}



.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
      position: relative;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
  box-sizing: border-box;
}



.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
      position: relative;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
  box-sizing: border-box;
}



.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
      position: relative;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
  box-sizing: border-box;
}



.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
      position: relative;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image {
  box-sizing: border-box;
}



.s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container {
      position: relative;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fd681d-5f36-4e61-b1de-f2722fc00c55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
}
#s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6:hover {background-color: rgba(188, 33, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6-root {
    text-align: center;
  }


#s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6-root {
    text-align: center;
  }


#s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6-root {
    text-align: center;
  }


#s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6-root {
    text-align: center;
  }


#s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6-root {
    text-align: center;
  }


#s-b78ebf16-3ec0-4450-8d10-2fe0d67a1cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a7156079-6c6c-4680-b243-88726d453da3 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}








#s-a7156079-6c6c-4680-b243-88726d453da3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7156079-6c6c-4680-b243-88726d453da3 {
  cursor: pointer;
}#s-a7156079-6c6c-4680-b243-88726d453da3.shg-box.shg-c {
  justify-content: center;
}

#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/480x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/960x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/768x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/1536x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/1024x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/2048x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/1200x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/2048x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shg-box.shg-c {
  justify-content: center;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin-top: 37px;
margin-left: 29%;
margin-bottom: 4px;
margin-right: 29%;
max-width: 1506px;
aspect-ratio: 1506/665;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin-left: 21%;
margin-right: 21%;
}
}@media (max-width: 767px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 29%;
  margin-right: 29%;
  margin-top: 37px;
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

@media (min-width: 1200px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

}@media (max-width: 767px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

}
#s-0417183b-8a72-4c50-a737-d88cb4baae10 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0417183b-8a72-4c50-a737-d88cb4baae10 {
  margin-top: 13px;
margin-bottom: 1px;
}
}
#s-0417183b-8a72-4c50-a737-d88cb4baae10 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (max-width: 767px){#s-0417183b-8a72-4c50-a737-d88cb4baae10 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-ff38026f-0036-487b-8c07-1881a7aa7346 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 31px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 58, 118, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-ff38026f-0036-487b-8c07-1881a7aa7346:hover {background-color: rgba(195, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff38026f-0036-487b-8c07-1881a7aa7346:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-edc54412-e3b9-49af-aa87-3239a6f35848 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-edc54412-e3b9-49af-aa87-3239a6f35848"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-edc54412-e3b9-49af-aa87-3239a6f35848"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 992px) {
[id="s-edc54412-e3b9-49af-aa87-3239a6f35848"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 1200px) {
[id="s-edc54412-e3b9-49af-aa87-3239a6f35848"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.25px);
}

}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 789px;
aspect-ratio: 789/869;
text-align: center;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

@media (min-width: 1200px){#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (max-width: 767px){#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}
#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 789px;
aspect-ratio: 789/869;
text-align: center;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

@media (min-width: 1200px){#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (max-width: 767px){#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}
#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 789px;
aspect-ratio: 789/869;
text-align: center;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

@media (min-width: 1200px){#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (max-width: 767px){#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}
#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 789px;
aspect-ratio: 789/869;
text-align: center;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

@media (min-width: 1200px){#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (max-width: 767px){#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}
#s-aaa11d73-6149-407a-aafa-78d7333ba4af {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aaa11d73-6149-407a-aafa-78d7333ba4af {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-aaa11d73-6149-407a-aafa-78d7333ba4af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aaa11d73-6149-407a-aafa-78d7333ba4af {
  cursor: pointer;
}#s-aaa11d73-6149-407a-aafa-78d7333ba4af.shg-box.shg-c {
  justify-content: center;
}

#s-9984c0ec-47a8-4da5-a1cd-8b393f7d384b {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-9984c0ec-47a8-4da5-a1cd-8b393f7d384b {
  display: none;
}
#s-9984c0ec-47a8-4da5-a1cd-8b393f7d384b, #wrap-s-9984c0ec-47a8-4da5-a1cd-8b393f7d384b, #wrap-content-s-9984c0ec-47a8-4da5-a1cd-8b393f7d384b { display: none !important; }}
#s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9 {
  display: none;
}
#s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9, #wrap-s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9, #wrap-content-s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9 {
  display: none;
}
#s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9, #wrap-s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9, #wrap-content-s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9 {
  display: none;
}
#s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9, #wrap-s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9, #wrap-content-s-0679b30b-24f5-49ec-97fb-e2c92b43d4e9 { display: none !important; }}
#s-0dcb405f-a188-4741-bb2b-7afe7ce2eb0c {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-0dcb405f-a188-4741-bb2b-7afe7ce2eb0c {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-0dcb405f-a188-4741-bb2b-7afe7ce2eb0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0dcb405f-a188-4741-bb2b-7afe7ce2eb0c.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-e17ae341-4340-4da0-a2dc-c91dd56d0c01 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-e17ae341-4340-4da0-a2dc-c91dd56d0c01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-e17ae341-4340-4da0-a2dc-c91dd56d0c01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-e17ae341-4340-4da0-a2dc-c91dd56d0c01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-e17ae341-4340-4da0-a2dc-c91dd56d0c01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-fc202c27-cd84-4b91-b466-c856d9502621 {
  min-height: 50px;
}








#s-fc202c27-cd84-4b91-b466-c856d9502621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc202c27-cd84-4b91-b466-c856d9502621 {
  cursor: pointer;
}#s-fc202c27-cd84-4b91-b466-c856d9502621.shg-box.shg-c {
  justify-content: center;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
  box-sizing: border-box;
}



.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
      position: relative;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
  box-sizing: border-box;
}



.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
      position: relative;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
  box-sizing: border-box;
}



.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
      position: relative;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
  box-sizing: border-box;
}



.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
      position: relative;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image {
  box-sizing: border-box;
}



.s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container {
      position: relative;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f9f47-f052-4d1c-9abf-b276182f52c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-5daa82e9-b9d8-410c-90c0-ba5a695fec7b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-9545a887-0dc4-4432-9a8b-4ab10a5da499 {
  min-height: 50px;
}








#s-9545a887-0dc4-4432-9a8b-4ab10a5da499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9545a887-0dc4-4432-9a8b-4ab10a5da499 {
  cursor: pointer;
}#s-9545a887-0dc4-4432-9a8b-4ab10a5da499.shg-box.shg-c {
  justify-content: center;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
  box-sizing: border-box;
}



.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
      position: relative;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
  box-sizing: border-box;
}



.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
      position: relative;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
  box-sizing: border-box;
}



.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
      position: relative;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
  box-sizing: border-box;
}



.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
      position: relative;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image {
  box-sizing: border-box;
}



.s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container {
      position: relative;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066e7ef6-0ca9-4c5a-b9e2-1d8e897b2aa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-9e2ebf90-e600-4cb3-bcd0-d41d3e2119c4 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-d686bf85-8dc2-4fe5-ae30-deb96877115b {
  min-height: 50px;
}








#s-d686bf85-8dc2-4fe5-ae30-deb96877115b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d686bf85-8dc2-4fe5-ae30-deb96877115b {
  cursor: pointer;
}#s-d686bf85-8dc2-4fe5-ae30-deb96877115b.shg-box.shg-c {
  justify-content: center;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  margin: 0 !important;
  overflow: visible;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add background color handling */
  
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
  box-sizing: border-box;
}



.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
      position: relative;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  margin: 0 !important;
  overflow: visible;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add background color handling */
  
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
  box-sizing: border-box;
}



.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
      position: relative;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  margin: 0 !important;
  overflow: visible;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add background color handling */
  
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
  box-sizing: border-box;
}



.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
      position: relative;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  margin: 0 !important;
  overflow: visible;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add background color handling */
  
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
  box-sizing: border-box;
}



.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
      position: relative;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  margin: 0 !important;
  overflow: visible;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add background color handling */
  
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image {
  box-sizing: border-box;
}



.s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container {
      position: relative;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d672aa2f-dd40-4bd3-8619-b16e7ef3f95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-71d094a7-c4a2-4f94-872d-978c82ab8279 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-4aff77c4-d6fe-4ce3-89b9-4570d3f26d5f {
  min-height: 50px;
}








#s-4aff77c4-d6fe-4ce3-89b9-4570d3f26d5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4aff77c4-d6fe-4ce3-89b9-4570d3f26d5f {
  cursor: pointer;
}#s-4aff77c4-d6fe-4ce3-89b9-4570d3f26d5f.shg-box.shg-c {
  justify-content: center;
}

#s-4b637d33-112d-4232-8622-eab275743ec6 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4b637d33-112d-4232-8622-eab275743ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b637d33-112d-4232-8622-eab275743ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
  box-sizing: border-box;
}



.s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b637d33-112d-4232-8622-eab275743ec6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
      position: relative;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-4b637d33-112d-4232-8622-eab275743ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b637d33-112d-4232-8622-eab275743ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
  box-sizing: border-box;
}



.s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b637d33-112d-4232-8622-eab275743ec6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
      position: relative;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b637d33-112d-4232-8622-eab275743ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b637d33-112d-4232-8622-eab275743ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
  box-sizing: border-box;
}



.s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b637d33-112d-4232-8622-eab275743ec6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
      position: relative;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b637d33-112d-4232-8622-eab275743ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b637d33-112d-4232-8622-eab275743ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
  box-sizing: border-box;
}



.s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b637d33-112d-4232-8622-eab275743ec6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
      position: relative;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-4b637d33-112d-4232-8622-eab275743ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b637d33-112d-4232-8622-eab275743ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b637d33-112d-4232-8622-eab275743ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b637d33-112d-4232-8622-eab275743ec6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4b637d33-112d-4232-8622-eab275743ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image {
  box-sizing: border-box;
}



.s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b637d33-112d-4232-8622-eab275743ec6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container {
      position: relative;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b637d33-112d-4232-8622-eab275743ec6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-078117fc-037f-4249-9a15-05058a8cf7c3 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1a86d456-6f97-4df8-bda2-dd7320419d72 {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-1a86d456-6f97-4df8-bda2-dd7320419d72 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-1a86d456-6f97-4df8-bda2-dd7320419d72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-1a86d456-6f97-4df8-bda2-dd7320419d72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-1a86d456-6f97-4df8-bda2-dd7320419d72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a86d456-6f97-4df8-bda2-dd7320419d72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-ff789a71-0436-44aa-8726-de5c9d27aae2 {
  min-height: 50px;
}








#s-ff789a71-0436-44aa-8726-de5c9d27aae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff789a71-0436-44aa-8726-de5c9d27aae2 {
  cursor: pointer;
}#s-ff789a71-0436-44aa-8726-de5c9d27aae2.shg-box.shg-c {
  justify-content: center;
}

#s-2ef5026d-5403-4de6-b600-621083333133 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2ef5026d-5403-4de6-b600-621083333133 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ef5026d-5403-4de6-b600-621083333133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ef5026d-5403-4de6-b600-621083333133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
  box-sizing: border-box;
}



.s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ef5026d-5403-4de6-b600-621083333133 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
      position: relative;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-2ef5026d-5403-4de6-b600-621083333133 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ef5026d-5403-4de6-b600-621083333133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ef5026d-5403-4de6-b600-621083333133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
  box-sizing: border-box;
}



.s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ef5026d-5403-4de6-b600-621083333133 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
      position: relative;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2ef5026d-5403-4de6-b600-621083333133 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ef5026d-5403-4de6-b600-621083333133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ef5026d-5403-4de6-b600-621083333133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
  box-sizing: border-box;
}



.s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ef5026d-5403-4de6-b600-621083333133 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
      position: relative;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2ef5026d-5403-4de6-b600-621083333133 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ef5026d-5403-4de6-b600-621083333133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ef5026d-5403-4de6-b600-621083333133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
  box-sizing: border-box;
}



.s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ef5026d-5403-4de6-b600-621083333133 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
      position: relative;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-2ef5026d-5403-4de6-b600-621083333133 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ef5026d-5403-4de6-b600-621083333133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ef5026d-5403-4de6-b600-621083333133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ef5026d-5403-4de6-b600-621083333133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-2ef5026d-5403-4de6-b600-621083333133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ef5026d-5403-4de6-b600-621083333133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ef5026d-5403-4de6-b600-621083333133.shogun-image {
  box-sizing: border-box;
}



.s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ef5026d-5403-4de6-b600-621083333133 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container {
      position: relative;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ef5026d-5403-4de6-b600-621083333133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ef5026d-5403-4de6-b600-621083333133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-8aeded6c-ffc1-43e1-b824-cb9b2a4d16e5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-aac0a088-191b-4184-a0cc-a99ecf15d7c4 {
  min-height: 50px;
}








#s-aac0a088-191b-4184-a0cc-a99ecf15d7c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aac0a088-191b-4184-a0cc-a99ecf15d7c4 {
  cursor: pointer;
}#s-aac0a088-191b-4184-a0cc-a99ecf15d7c4.shg-box.shg-c {
  justify-content: center;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
  box-sizing: border-box;
}



.s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfbf7754-a926-4649-90cb-f2995e443864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
      position: relative;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-bfbf7754-a926-4649-90cb-f2995e443864 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
  box-sizing: border-box;
}



.s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfbf7754-a926-4649-90cb-f2995e443864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
      position: relative;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bfbf7754-a926-4649-90cb-f2995e443864 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
  box-sizing: border-box;
}



.s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfbf7754-a926-4649-90cb-f2995e443864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
      position: relative;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bfbf7754-a926-4649-90cb-f2995e443864 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
  box-sizing: border-box;
}



.s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfbf7754-a926-4649-90cb-f2995e443864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
      position: relative;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-bfbf7754-a926-4649-90cb-f2995e443864 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfbf7754-a926-4649-90cb-f2995e443864 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfbf7754-a926-4649-90cb-f2995e443864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-bfbf7754-a926-4649-90cb-f2995e443864 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image {
  box-sizing: border-box;
}



.s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfbf7754-a926-4649-90cb-f2995e443864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container {
      position: relative;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbf7754-a926-4649-90cb-f2995e443864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-8904c99a-fa35-4d5e-8afe-87be0bdb7be5 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-53d2bd3c-3891-4c1a-88dc-ecd7de1b2d09 {
  min-height: 50px;
}








#s-53d2bd3c-3891-4c1a-88dc-ecd7de1b2d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53d2bd3c-3891-4c1a-88dc-ecd7de1b2d09 {
  cursor: pointer;
}#s-53d2bd3c-3891-4c1a-88dc-ecd7de1b2d09.shg-box.shg-c {
  justify-content: center;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  margin: 0 !important;
  overflow: visible;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add background color handling */
  
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
  box-sizing: border-box;
}



.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
      position: relative;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  margin: 0 !important;
  overflow: visible;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add background color handling */
  
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
  box-sizing: border-box;
}



.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
      position: relative;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  margin: 0 !important;
  overflow: visible;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add background color handling */
  
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
  box-sizing: border-box;
}



.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
      position: relative;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  margin: 0 !important;
  overflow: visible;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add background color handling */
  
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
  box-sizing: border-box;
}



.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
      position: relative;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  margin: 0 !important;
  overflow: visible;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add background color handling */
  
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image {
  box-sizing: border-box;
}



.s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container {
      position: relative;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7b9ea5f-ece0-4fa3-8ede-9c7de92a708d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-4c9ae9d8-d82b-4d1a-8f30-4d0dc5930b97 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-447fe1c6-3197-4483-886d-cef5abfb9a8b {
  min-height: 50px;
}








#s-447fe1c6-3197-4483-886d-cef5abfb9a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-447fe1c6-3197-4483-886d-cef5abfb9a8b {
  cursor: pointer;
}#s-447fe1c6-3197-4483-886d-cef5abfb9a8b.shg-box.shg-c {
  justify-content: center;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  margin: 0 !important;
  overflow: visible;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add background color handling */
  
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
  box-sizing: border-box;
}



.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
      position: relative;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  margin: 0 !important;
  overflow: visible;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add background color handling */
  
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
  box-sizing: border-box;
}



.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
      position: relative;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  margin: 0 !important;
  overflow: visible;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add background color handling */
  
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
  box-sizing: border-box;
}



.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
      position: relative;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  margin: 0 !important;
  overflow: visible;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add background color handling */
  
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
  box-sizing: border-box;
}



.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
      position: relative;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  margin: 0 !important;
  overflow: visible;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add background color handling */
  
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image {
  box-sizing: border-box;
}



.s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container {
      position: relative;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fd39a5-cd14-4e5c-b56c-0c8c15636c95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-632ee9ee-1a72-4b71-844e-b228f7287f42 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-8a5fde60-466e-4425-904b-4ee8f2a819b9 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8a5fde60-466e-4425-904b-4ee8f2a819b9 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-8a5fde60-466e-4425-904b-4ee8f2a819b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a5fde60-466e-4425-904b-4ee8f2a819b9.shg-box.shg-c {
  justify-content: center;
}

#s-30407ec9-ebb0-4c0f-ad91-b056d207ddcf {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-7dd63b27-7884-4b35-9614-a0addd7cb53a {
  min-height: 50px;
}
@media (max-width: 767px){#s-7dd63b27-7884-4b35-9614-a0addd7cb53a {
  display: none;
}
#s-7dd63b27-7884-4b35-9614-a0addd7cb53a, #wrap-s-7dd63b27-7884-4b35-9614-a0addd7cb53a, #wrap-content-s-7dd63b27-7884-4b35-9614-a0addd7cb53a { display: none !important; }}







#s-7dd63b27-7884-4b35-9614-a0addd7cb53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7dd63b27-7884-4b35-9614-a0addd7cb53a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-09281e94-af5b-4c70-ab54-b840923e4886"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09281e94-af5b-4c70-ab54-b840923e4886"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-09281e94-af5b-4c70-ab54-b840923e4886"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-09281e94-af5b-4c70-ab54-b840923e4886"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-fcc6fd14-77c9-4535-bb32-3a3fc1eb4da8 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-fcc6fd14-77c9-4535-bb32-3a3fc1eb4da8 {
  background-image: url();
}








#s-fcc6fd14-77c9-4535-bb32-3a3fc1eb4da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcc6fd14-77c9-4535-bb32-3a3fc1eb4da8 {
  cursor: pointer;
}#s-fcc6fd14-77c9-4535-bb32-3a3fc1eb4da8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
  box-sizing: border-box;
}



.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
      position: relative;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
  box-sizing: border-box;
}



.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
      position: relative;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
  box-sizing: border-box;
}



.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
      position: relative;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
  box-sizing: border-box;
}



.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
      position: relative;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image {
  box-sizing: border-box;
}



.s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container {
      position: relative;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f68a9b-9873-4eee-b02e-080f6343bae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-9d80f755-4ac4-4c4e-968a-4960d9301cb0 {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d80f755-4ac4-4c4e-968a-4960d9301cb0 {
  display: none;
}
#s-9d80f755-4ac4-4c4e-968a-4960d9301cb0, #wrap-s-9d80f755-4ac4-4c4e-968a-4960d9301cb0, #wrap-content-s-9d80f755-4ac4-4c4e-968a-4960d9301cb0 { display: none !important; }}
#s-4f60c826-20be-4c5f-bb99-3515409f1c0c {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-4f60c826-20be-4c5f-bb99-3515409f1c0c {
  display: none;
}
#s-4f60c826-20be-4c5f-bb99-3515409f1c0c, #wrap-s-4f60c826-20be-4c5f-bb99-3515409f1c0c, #wrap-content-s-4f60c826-20be-4c5f-bb99-3515409f1c0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f60c826-20be-4c5f-bb99-3515409f1c0c {
  display: none;
}
#s-4f60c826-20be-4c5f-bb99-3515409f1c0c, #wrap-s-4f60c826-20be-4c5f-bb99-3515409f1c0c, #wrap-content-s-4f60c826-20be-4c5f-bb99-3515409f1c0c { display: none !important; }}@media (max-width: 767px){#s-4f60c826-20be-4c5f-bb99-3515409f1c0c {
  display: none;
}
#s-4f60c826-20be-4c5f-bb99-3515409f1c0c, #wrap-s-4f60c826-20be-4c5f-bb99-3515409f1c0c, #wrap-content-s-4f60c826-20be-4c5f-bb99-3515409f1c0c { display: none !important; }}
#s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  margin: 0 !important;
  overflow: visible;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add background color handling */
  
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
  box-sizing: border-box;
}



.s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
      position: relative;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  margin: 0 !important;
  overflow: visible;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add background color handling */
  
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
  box-sizing: border-box;
}



.s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
      position: relative;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  margin: 0 !important;
  overflow: visible;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add background color handling */
  
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
  box-sizing: border-box;
}



.s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
      position: relative;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  margin: 0 !important;
  overflow: visible;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add background color handling */
  
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
  box-sizing: border-box;
}



.s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
      position: relative;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  margin: 0 !important;
  overflow: visible;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add background color handling */
  
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d37c9f9a-290e-452a-b093-a85b9301bb9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image {
  box-sizing: border-box;
}



.s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container {
      position: relative;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d37c9f9a-290e-452a-b093-a85b9301bb9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-26d12d99-b0ac-4774-921a-d4cb75f47e12 {
  margin-left: 5%;
margin-right: 5%;
}

#s-223c530e-703c-4f18-bb43-47ce9a59756e {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-223c530e-703c-4f18-bb43-47ce9a59756e {
  background-image: url();
}








#s-223c530e-703c-4f18-bb43-47ce9a59756e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-223c530e-703c-4f18-bb43-47ce9a59756e {
  cursor: pointer;
}#s-223c530e-703c-4f18-bb43-47ce9a59756e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
  box-sizing: border-box;
}



.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
      position: relative;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
  box-sizing: border-box;
}



.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
      position: relative;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
  box-sizing: border-box;
}



.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
      position: relative;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
  box-sizing: border-box;
}



.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
      position: relative;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image {
  box-sizing: border-box;
}



.s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container {
      position: relative;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf13b40d-b5ac-4082-bd6c-e1f67ce413d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-0a1dabec-176f-4921-b95b-32302d397a5c {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a1dabec-176f-4921-b95b-32302d397a5c {
  display: none;
}
#s-0a1dabec-176f-4921-b95b-32302d397a5c, #wrap-s-0a1dabec-176f-4921-b95b-32302d397a5c, #wrap-content-s-0a1dabec-176f-4921-b95b-32302d397a5c { display: none !important; }}
#s-a0d29068-0b07-4346-b313-84e70c1e64d0 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-a0d29068-0b07-4346-b313-84e70c1e64d0 {
  display: none;
}
#s-a0d29068-0b07-4346-b313-84e70c1e64d0, #wrap-s-a0d29068-0b07-4346-b313-84e70c1e64d0, #wrap-content-s-a0d29068-0b07-4346-b313-84e70c1e64d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0d29068-0b07-4346-b313-84e70c1e64d0 {
  display: none;
}
#s-a0d29068-0b07-4346-b313-84e70c1e64d0, #wrap-s-a0d29068-0b07-4346-b313-84e70c1e64d0, #wrap-content-s-a0d29068-0b07-4346-b313-84e70c1e64d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0d29068-0b07-4346-b313-84e70c1e64d0 {
  margin-left: 14%;
margin-right: 14%;
}
}@media (max-width: 767px){#s-a0d29068-0b07-4346-b313-84e70c1e64d0 {
  display: none;
}
#s-a0d29068-0b07-4346-b313-84e70c1e64d0, #wrap-s-a0d29068-0b07-4346-b313-84e70c1e64d0, #wrap-content-s-a0d29068-0b07-4346-b313-84e70c1e64d0 { display: none !important; }}
#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
  box-sizing: border-box;
}



.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
      position: relative;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
  box-sizing: border-box;
}



.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
      position: relative;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
  box-sizing: border-box;
}



.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
      position: relative;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
  box-sizing: border-box;
}



.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
      position: relative;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image {
  box-sizing: border-box;
}



.s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container {
      position: relative;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10c2b6-97e4-46d3-b53f-6d930aa7cd03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-ced682d5-ebc9-4dc6-9f97-b030256dadbb {
  margin-left: 5%;
margin-right: 5%;
}

#s-5a00ddd4-0bc6-4741-9696-55e963254404 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-5a00ddd4-0bc6-4741-9696-55e963254404 {
  background-image: url();
}








#s-5a00ddd4-0bc6-4741-9696-55e963254404 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a00ddd4-0bc6-4741-9696-55e963254404 {
  cursor: pointer;
}#s-5a00ddd4-0bc6-4741-9696-55e963254404.shg-box.shg-c {
  justify-content: flex-start;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
  box-sizing: border-box;
}



.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
      position: relative;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
  box-sizing: border-box;
}



.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
      position: relative;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
  box-sizing: border-box;
}



.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
      position: relative;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
  box-sizing: border-box;
}



.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
      position: relative;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image {
  box-sizing: border-box;
}



.s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container {
      position: relative;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34a81082-8d6c-4d16-a487-7cf5954b18d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-f30a29c4-09f6-45d5-81c6-3e8cc209cb40 {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f30a29c4-09f6-45d5-81c6-3e8cc209cb40 {
  display: none;
}
#s-f30a29c4-09f6-45d5-81c6-3e8cc209cb40, #wrap-s-f30a29c4-09f6-45d5-81c6-3e8cc209cb40, #wrap-content-s-f30a29c4-09f6-45d5-81c6-3e8cc209cb40 { display: none !important; }}
#s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6 {
  display: none;
}
#s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6, #wrap-s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6, #wrap-content-s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6 {
  display: none;
}
#s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6, #wrap-s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6, #wrap-content-s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6 { display: none !important; }}@media (max-width: 767px){#s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6 {
  display: none;
}
#s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6, #wrap-s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6, #wrap-content-s-1fded53a-ccbf-494a-8b8f-7aa1be82e4a6 { display: none !important; }}
#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  margin: 0 !important;
  overflow: visible;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add background color handling */
  
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-content {
  
    justify-content: center;
  
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
  box-sizing: border-box;
}



.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
      position: relative;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  margin: 0 !important;
  overflow: visible;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add background color handling */
  
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-content {
  
    justify-content: center;
  
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
  box-sizing: border-box;
}



.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
      position: relative;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  margin: 0 !important;
  overflow: visible;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add background color handling */
  
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-content {
  
    justify-content: center;
  
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
  box-sizing: border-box;
}



.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
      position: relative;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  margin: 0 !important;
  overflow: visible;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add background color handling */
  
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-content {
  
    justify-content: center;
  
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
  box-sizing: border-box;
}



.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
      position: relative;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  margin: 0 !important;
  overflow: visible;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add background color handling */
  
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a .shogun-image-content {
  
    justify-content: center;
  
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image {
  box-sizing: border-box;
}



.s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container {
      position: relative;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63dc6a96-f2b0-415f-bc0c-b65280a1241a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-ed1d34e0-b012-4240-ac77-4d59ebe4238a {
  margin-left: 5%;
margin-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-61702dab-7d10-46bb-a241-5bc335a77738 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-61702dab-7d10-46bb-a241-5bc335a77738 {
  display: none;
}
#s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-content-s-61702dab-7d10-46bb-a241-5bc335a77738 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61702dab-7d10-46bb-a241-5bc335a77738 {
  display: none;
}
#s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-content-s-61702dab-7d10-46bb-a241-5bc335a77738 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61702dab-7d10-46bb-a241-5bc335a77738 {
  display: none;
}
#s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-content-s-61702dab-7d10-46bb-a241-5bc335a77738 { display: none !important; }}
#s-61702dab-7d10-46bb-a241-5bc335a77738 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-61702dab-7d10-46bb-a241-5bc335a77738 .shg-sld-nav-button.shg-sld-left,
#s-61702dab-7d10-46bb-a241-5bc335a77738 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1 {
  background-image: url();
}








#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1 {
  cursor: pointer;
}#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-a1970ca0-ee45-42d0-811c-593299f1a24d {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1970ca0-ee45-42d0-811c-593299f1a24d {
  display: none;
}
#s-a1970ca0-ee45-42d0-811c-593299f1a24d, #wrap-s-a1970ca0-ee45-42d0-811c-593299f1a24d, #wrap-content-s-a1970ca0-ee45-42d0-811c-593299f1a24d { display: none !important; }}
#s-c88cd949-2cf7-4946-9b19-9f428f6000f1 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-c88cd949-2cf7-4946-9b19-9f428f6000f1 {
  display: none;
}
#s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-content-s-c88cd949-2cf7-4946-9b19-9f428f6000f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c88cd949-2cf7-4946-9b19-9f428f6000f1 {
  display: none;
}
#s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-content-s-c88cd949-2cf7-4946-9b19-9f428f6000f1 { display: none !important; }}@media (max-width: 767px){#s-c88cd949-2cf7-4946-9b19-9f428f6000f1 {
  display: none;
}
#s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-content-s-c88cd949-2cf7-4946-9b19-9f428f6000f1 { display: none !important; }}
#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-13b9774b-6c2e-488c-8864-43f1de1dc170 {
  margin-left: 5%;
margin-right: 5%;
}

#s-fc117a7c-a45e-4636-b97b-38acb754f867 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-fc117a7c-a45e-4636-b97b-38acb754f867 {
  background-image: url();
}








#s-fc117a7c-a45e-4636-b97b-38acb754f867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc117a7c-a45e-4636-b97b-38acb754f867 {
  cursor: pointer;
}#s-fc117a7c-a45e-4636-b97b-38acb754f867.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-1135d508-f1c0-424a-9dd2-c2119af7c5a1 {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1135d508-f1c0-424a-9dd2-c2119af7c5a1 {
  display: none;
}
#s-1135d508-f1c0-424a-9dd2-c2119af7c5a1, #wrap-s-1135d508-f1c0-424a-9dd2-c2119af7c5a1, #wrap-content-s-1135d508-f1c0-424a-9dd2-c2119af7c5a1 { display: none !important; }}
#s-de647727-5b84-4b3d-bb2a-842e3a5660b1 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-de647727-5b84-4b3d-bb2a-842e3a5660b1 {
  display: none;
}
#s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-content-s-de647727-5b84-4b3d-bb2a-842e3a5660b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de647727-5b84-4b3d-bb2a-842e3a5660b1 {
  display: none;
}
#s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-content-s-de647727-5b84-4b3d-bb2a-842e3a5660b1 { display: none !important; }}@media (max-width: 767px){#s-de647727-5b84-4b3d-bb2a-842e3a5660b1 {
  display: none;
}
#s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-content-s-de647727-5b84-4b3d-bb2a-842e3a5660b1 { display: none !important; }}
#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-674aed80-b07e-4c7c-ad0a-2d76640f17e3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8 {
  background-image: url();
}








#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8 {
  cursor: pointer;
}#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-488f3f9e-1096-4cc7-bff1-5864da888972 {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-488f3f9e-1096-4cc7-bff1-5864da888972 {
  display: none;
}
#s-488f3f9e-1096-4cc7-bff1-5864da888972, #wrap-s-488f3f9e-1096-4cc7-bff1-5864da888972, #wrap-content-s-488f3f9e-1096-4cc7-bff1-5864da888972 { display: none !important; }}
#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  display: none;
}
#s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-content-s-4f2d5083-4300-447e-8917-ec8f0e802d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  display: none;
}
#s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-content-s-4f2d5083-4300-447e-8917-ec8f0e802d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  margin-left: 14%;
margin-right: 14%;
}
}@media (max-width: 767px){#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  display: none;
}
#s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-content-s-4f2d5083-4300-447e-8917-ec8f0e802d4d { display: none !important; }}
#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-943e088f-1461-4361-894a-2745704b084f {
  margin-left: 5%;
margin-right: 5%;
}

#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 {
  cursor: pointer;
}#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27.shg-box.shg-c {
  justify-content: center;
}

#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (max-width: 767px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}
@media (min-width: 0px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  padding-left: 4%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-dd51aaa2-f339-4753-b58a-b688c261537c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  cursor: pointer;
}#s-dd51aaa2-f339-4753-b58a-b688c261537c.shg-box.shg-c {
  justify-content: center;
}

#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe {
  margin-bottom: 10px;
}
}
#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-0573da05-1152-4a60-bb38-94b8193279b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0573da05-1152-4a60-bb38-94b8193279b2 {
  text-align: center;
}
}
#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 {
  text-align: center;
}
}
#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275:active {background-color: rgba(17, 17, 17, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275 {
  text-align: center;
}
}

  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: center;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/898;
text-align: center;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f.shg-box.shg-c {
  justify-content: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/71;
text-align: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(30, 100, 158, 1);
background-position: center center;
}








#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab.shg-box.shg-c {
  justify-content: center;
}

#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-bottom: 1px;
}
}
#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 11px;
margin-left: 9%;
margin-right: 9%;
}
}
#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}

#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  background-image: url();
}








#s-85ee1d31-b614-4085-870b-2a9825f14728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ee1d31-b614-4085-870b-2a9825f14728.shg-box.shg-c {
  justify-content: center;
}

#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  cursor: pointer;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48.shg-box.shg-c {
  justify-content: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-33d5cc7a-90aa-4fc7-830f-dc957282ead1 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  cursor: pointer;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25.shg-box.shg-c {
  justify-content: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7afcf635-3d97-4af9-8253-29d2a5cc7510 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-7b934657-2f76-4361-8f63-93e1ddcaf0a5 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-5c794a13-148d-414e-92c1-5e1d24fff80b:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c794a13-148d-414e-92c1-5e1d24fff80b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-730502a7-24cf-494d-b5ca-024b82b7b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  cursor: pointer;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb.shg-box.shg-c {
  justify-content: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fdd5e6c8-d207-40f8-9801-b3faded1cf74 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f700125c-7140-4fc3-95a1-be723beb640d {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}