.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-79659f6e-ad0e-414a-bd9d-c79e2be01fa3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-79659f6e-ad0e-414a-bd9d-c79e2be01fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79659f6e-ad0e-414a-bd9d-c79e2be01fa3 {
  cursor: pointer;
}#s-79659f6e-ad0e-414a-bd9d-c79e2be01fa3.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-77d7315c-d9b5-4c56-96e4-e2bf38cc0dfc {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(32, 75, 58, 1);
}

#s-77d7315c-d9b5-4c56-96e4-e2bf38cc0dfc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-77d7315c-d9b5-4c56-96e4-e2bf38cc0dfc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-77d7315c-d9b5-4c56-96e4-e2bf38cc0dfc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-99ccb8eb-12c4-4b55-9fe4-4512bbbdd58a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-99ccb8eb-12c4-4b55-9fe4-4512bbbdd58a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99ccb8eb-12c4-4b55-9fe4-4512bbbdd58a {
  cursor: pointer;
}#s-99ccb8eb-12c4-4b55-9fe4-4512bbbdd58a.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-26463e99-5c29-4d7b-9db7-df89c7473719 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-26463e99-5c29-4d7b-9db7-df89c7473719"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26463e99-5c29-4d7b-9db7-df89c7473719"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26463e99-5c29-4d7b-9db7-df89c7473719"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26463e99-5c29-4d7b-9db7-df89c7473719"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9a790c06-fa35-43c3-acec-ae43b7f7fa16 {
  min-height: 20px;
}








#s-9a790c06-fa35-43c3-acec-ae43b7f7fa16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a790c06-fa35-43c3-acec-ae43b7f7fa16.shg-box.shg-c {
  justify-content: center;
}

#s-ed289fd7-1ddc-4ad8-a79c-5f338e92c60e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed289fd7-1ddc-4ad8-a79c-5f338e92c60e {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-ed289fd7-1ddc-4ad8-a79c-5f338e92c60e .shogun-heading-component h1 {
  color: rgba(214, 19, 19, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-7e2ca6b3-4c69-4dcf-aa7c-072dc666d72f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7e2ca6b3-4c69-4dcf-aa7c-072dc666d72f {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e2ca6b3-4c69-4dcf-aa7c-072dc666d72f {
  padding-top: 4px;
padding-bottom: 3px;
}
}
#s-7e2ca6b3-4c69-4dcf-aa7c-072dc666d72f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7e2ca6b3-4c69-4dcf-aa7c-072dc666d72f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-7e2ca6b3-4c69-4dcf-aa7c-072dc666d72f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
#s-fb386612-938f-42a2-89dc-a4c368891e2a {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb386612-938f-42a2-89dc-a4c368891e2a {
  padding-top: 5px;
padding-bottom: 8px;
}
}@media (max-width: 767px){#s-fb386612-938f-42a2-89dc-a4c368891e2a {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-fb386612-938f-42a2-89dc-a4c368891e2a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



.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-2769d779-909e-491e-b23e-cbf1129747ad {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(214, 19, 19, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2769d779-909e-491e-b23e-cbf1129747ad:hover {background-color: rgba(181, 22, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2769d779-909e-491e-b23e-cbf1129747ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2769d779-909e-491e-b23e-cbf1129747ad {
  margin-top: 8px;
}
}

  #s-2769d779-909e-491e-b23e-cbf1129747ad-root {
    text-align: center;
  }


#s-2769d779-909e-491e-b23e-cbf1129747ad.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2769d779-909e-491e-b23e-cbf1129747ad-root {
    text-align: center;
  }


#s-2769d779-909e-491e-b23e-cbf1129747ad.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2769d779-909e-491e-b23e-cbf1129747ad-root {
    text-align: center;
  }


#s-2769d779-909e-491e-b23e-cbf1129747ad.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2769d779-909e-491e-b23e-cbf1129747ad-root {
    text-align: center;
  }


#s-2769d779-909e-491e-b23e-cbf1129747ad.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2769d779-909e-491e-b23e-cbf1129747ad-root {
    text-align: center;
  }


#s-2769d779-909e-491e-b23e-cbf1129747ad.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.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-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
  box-sizing: border-box;
}



.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
      position: relative;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
  box-sizing: border-box;
}



.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
      position: relative;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
  box-sizing: border-box;
}



.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
      position: relative;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
  box-sizing: border-box;
}



.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
      position: relative;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image {
  box-sizing: border-box;
}



.s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container {
      position: relative;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd0d595-a708-4f99-95d5-e2b0152f40bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-fa4b061e-846c-4f41-a377-bdf201644e7b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-fa4b061e-846c-4f41-a377-bdf201644e7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa4b061e-846c-4f41-a377-bdf201644e7b {
  cursor: pointer;
}#s-fa4b061e-846c-4f41-a377-bdf201644e7b.shg-box.shg-c {
  justify-content: center;
}

#s-1f0fdfc5-caee-4eb9-9793-43dd43a72468 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-1f0fdfc5-caee-4eb9-9793-43dd43a72468"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f0fdfc5-caee-4eb9-9793-43dd43a72468"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1f0fdfc5-caee-4eb9-9793-43dd43a72468"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f0fdfc5-caee-4eb9-9793-43dd43a72468"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-1f0fdfc5-caee-4eb9-9793-43dd43a72468"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 450px;
}
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 {
  background-image: url(https://i.shgcdn.com/c97d0527-9376-4f87-9012-a57a055148b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-177b6583-7bc1-45ab-bb5c-b50cc7a59a85.shg-box.shg-c {
  justify-content: center;
}

#s-688a5ed3-d91f-41e1-add5-026922a6091a {
  background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
background-color: rgba(245, 245, 245, 1);
}








#s-688a5ed3-d91f-41e1-add5-026922a6091a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-688a5ed3-d91f-41e1-add5-026922a6091a.shg-box.shg-c {
  justify-content: center;
}

#s-e150fc8e-8aa5-4a7a-9a58-1595ba7a970b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}








#s-e150fc8e-8aa5-4a7a-9a58-1595ba7a970b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e150fc8e-8aa5-4a7a-9a58-1595ba7a970b.shg-box.shg-c {
  justify-content: center;
}

#s-160d58b7-eb94-4d6c-a49b-9f5b504d5d74 {
  margin-top: 45px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-160d58b7-eb94-4d6c-a49b-9f5b504d5d74 {
  
}
}@media (max-width: 767px){#s-160d58b7-eb94-4d6c-a49b-9f5b504d5d74 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-160d58b7-eb94-4d6c-a49b-9f5b504d5d74 .shogun-heading-component h1 {
  color: rgba(32, 75, 58, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 0px;
  
}



#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  margin-top: 6px;
margin-left: 17%;
margin-bottom: 6px;
margin-right: 17%;
max-width: 865px;
aspect-ratio: 865/633;
text-align: center;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 17%;
  margin-right: 17%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.shg-image-content-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }

    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-link {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 865px;
  }



  img.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
    
    
    
    max-height: 865px;
  }


.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
  box-sizing: border-box;
}



.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
      --shg-aspect-ratio: calc(865/633); 
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
      position: relative;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 865px;
    }
  }

@media (min-width: 1200px){#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }

    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-link {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 865px;
  }



  img.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
    
    
    
    max-height: 865px;
  }


.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
  box-sizing: border-box;
}



.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
      --shg-aspect-ratio: calc(865/633); 
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
      position: relative;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 865px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }

    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-link {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 865px;
  }



  img.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
    
    
    
    max-height: 865px;
  }


.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
  box-sizing: border-box;
}



.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
      --shg-aspect-ratio: calc(865/633); 
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
      position: relative;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 865px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }

    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-link {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 865px;
  }



  img.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
    
    
    
    max-height: 865px;
  }


.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
  box-sizing: border-box;
}



.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
      --shg-aspect-ratio: calc(865/633); 
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
      position: relative;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 865px;
    }
  }

}@media (max-width: 767px){#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }

    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-link {
      aspect-ratio: 865/633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 865px;
  }



  img.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
    
    
    
    max-height: 865px;
  }


.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image {
  box-sizing: border-box;
}



.s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 {
      --shg-aspect-ratio: calc(865/633); 
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container {
      position: relative;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0c9a44-e0d4-4e1c-a7a8-b0546e1340b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 865px;
    }
  }

}
#s-868acfa1-580c-462e-9b79-94a3be639552 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(32, 75, 58, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-868acfa1-580c-462e-9b79-94a3be639552:hover {background-color: rgba(32, 75, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-868acfa1-580c-462e-9b79-94a3be639552:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-868acfa1-580c-462e-9b79-94a3be639552-root {
    text-align: center;
  }


#s-868acfa1-580c-462e-9b79-94a3be639552.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-868acfa1-580c-462e-9b79-94a3be639552-root {
    text-align: center;
  }


#s-868acfa1-580c-462e-9b79-94a3be639552.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-868acfa1-580c-462e-9b79-94a3be639552-root {
    text-align: center;
  }


#s-868acfa1-580c-462e-9b79-94a3be639552.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-868acfa1-580c-462e-9b79-94a3be639552-root {
    text-align: center;
  }


#s-868acfa1-580c-462e-9b79-94a3be639552.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-868acfa1-580c-462e-9b79-94a3be639552-root {
    text-align: center;
  }


#s-868acfa1-580c-462e-9b79-94a3be639552.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ff0d2224-084a-4a87-9f31-b156bdbd4c58 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 130, 30, 1);
}








#s-ff0d2224-084a-4a87-9f31-b156bdbd4c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff0d2224-084a-4a87-9f31-b156bdbd4c58 {
  cursor: pointer;
}#s-ff0d2224-084a-4a87-9f31-b156bdbd4c58.shg-box.shg-c {
  justify-content: center;
}

#s-1855f7d0-dbb7-42d1-8c3f-4f9f473bbd37 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1855f7d0-dbb7-42d1-8c3f-4f9f473bbd37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1855f7d0-dbb7-42d1-8c3f-4f9f473bbd37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1855f7d0-dbb7-42d1-8c3f-4f9f473bbd37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1855f7d0-dbb7-42d1-8c3f-4f9f473bbd37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5025b82c-4d00-497f-88b5-e1643d29bfd0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
background-position: center center;
}

#s-5025b82c-4d00-497f-88b5-e1643d29bfd0 {
  background-image: url(https://i.shgcdn.com/606dbc29-d653-48ce-a010-60eeb03528a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5025b82c-4d00-497f-88b5-e1643d29bfd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5025b82c-4d00-497f-88b5-e1643d29bfd0.shg-box.shg-c {
  justify-content: center;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  margin-top: 9px;
margin-left: 9%;
margin-bottom: 25px;
margin-right: 9%;
max-width: 1500px;
aspect-ratio: 1500/98;
text-align: center;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }

    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-link {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
  box-sizing: border-box;
}



.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
      --shg-aspect-ratio: calc(1500/98); 
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
      position: relative;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }

    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-link {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
  box-sizing: border-box;
}



.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
      --shg-aspect-ratio: calc(1500/98); 
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
      position: relative;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 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-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }

    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-link {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
  box-sizing: border-box;
}



.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
      --shg-aspect-ratio: calc(1500/98); 
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
      position: relative;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 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-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }

    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-link {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
  box-sizing: border-box;
}



.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
      --shg-aspect-ratio: calc(1500/98); 
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
      position: relative;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }

    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-link {
      aspect-ratio: 1500/98;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image {
  box-sizing: border-box;
}



.s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 {
      --shg-aspect-ratio: calc(1500/98); 
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container {
      position: relative;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f12f58-850a-47ff-abd6-b1cb121e2a16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 {
  display: none;
}
#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47, #wrap-s-faf56e1b-908e-4e3d-bf26-3e4efce03e47, #wrap-content-s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 {
  display: none;
}
#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47, #wrap-s-faf56e1b-908e-4e3d-bf26-3e4efce03e47, #wrap-content-s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 {
  
}
}@media (max-width: 767px){#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 {
  display: none;
}
#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47, #wrap-s-faf56e1b-908e-4e3d-bf26-3e4efce03e47, #wrap-content-s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 { display: none !important; }}
#s-faf56e1b-908e-4e3d-bf26-3e4efce03e47 .shogun-heading-component h1 {
  color: rgba(32, 75, 58, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 61px;
  line-height: 1em;
  
  
}



#s-648f69e2-5c93-48f9-923d-c04c424890fb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-648f69e2-5c93-48f9-923d-c04c424890fb {
  display: none;
}
#s-648f69e2-5c93-48f9-923d-c04c424890fb, #wrap-s-648f69e2-5c93-48f9-923d-c04c424890fb, #wrap-content-s-648f69e2-5c93-48f9-923d-c04c424890fb { display: none !important; }}
#s-648f69e2-5c93-48f9-923d-c04c424890fb .shogun-heading-component h1 {
  color: rgba(19, 45, 35, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 73px;
  line-height: 1em;
  
  
}



#s-0650fc25-709c-4b5b-be6f-a8584fecb811 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0650fc25-709c-4b5b-be6f-a8584fecb811 {
  
}
}
#s-0650fc25-709c-4b5b-be6f-a8584fecb811 .shogun-heading-component h1 {
  color: rgba(19, 45, 35, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 4.5px;
  
}



#s-6964a255-d3ae-4835-aef8-5e8f8c8625f2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6964a255-d3ae-4835-aef8-5e8f8c8625f2 {
  
}
}
#s-6964a255-d3ae-4835-aef8-5e8f8c8625f2 .shogun-heading-component h1 {
  color: rgba(1, 1, 1, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.4em;
  
  
}



#s-85b52230-eab6-4af4-a26d-9c10d978ae27 {
  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(19, 45, 35, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-85b52230-eab6-4af4-a26d-9c10d978ae27:hover {background-color: rgba(226, 163, 249, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(112, 26, 99, 1) !important;}#s-85b52230-eab6-4af4-a26d-9c10d978ae27:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-85b52230-eab6-4af4-a26d-9c10d978ae27-root {
    text-align: center;
  }


#s-85b52230-eab6-4af4-a26d-9c10d978ae27.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85b52230-eab6-4af4-a26d-9c10d978ae27-root {
    text-align: center;
  }


#s-85b52230-eab6-4af4-a26d-9c10d978ae27.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85b52230-eab6-4af4-a26d-9c10d978ae27-root {
    text-align: center;
  }


#s-85b52230-eab6-4af4-a26d-9c10d978ae27.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85b52230-eab6-4af4-a26d-9c10d978ae27-root {
    text-align: center;
  }


#s-85b52230-eab6-4af4-a26d-9c10d978ae27.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85b52230-eab6-4af4-a26d-9c10d978ae27-root {
    text-align: center;
  }


#s-85b52230-eab6-4af4-a26d-9c10d978ae27.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-430f17a1-c55f-42b7-8015-e3b57410378a {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-430f17a1-c55f-42b7-8015-e3b57410378a {
  margin-top: 8px;
}
}
#s-430f17a1-c55f-42b7-8015-e3b57410378a {
  margin: 0 !important;
  overflow: visible;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add background color handling */
  
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
  box-sizing: border-box;
}



.s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-430f17a1-c55f-42b7-8015-e3b57410378a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
      position: relative;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-430f17a1-c55f-42b7-8015-e3b57410378a {
  margin: 0 !important;
  overflow: visible;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add background color handling */
  
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
  box-sizing: border-box;
}



.s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-430f17a1-c55f-42b7-8015-e3b57410378a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
      position: relative;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-430f17a1-c55f-42b7-8015-e3b57410378a {
  margin: 0 !important;
  overflow: visible;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add background color handling */
  
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
  box-sizing: border-box;
}



.s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-430f17a1-c55f-42b7-8015-e3b57410378a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
      position: relative;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-430f17a1-c55f-42b7-8015-e3b57410378a {
  margin: 0 !important;
  overflow: visible;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add background color handling */
  
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
  box-sizing: border-box;
}



.s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-430f17a1-c55f-42b7-8015-e3b57410378a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
      position: relative;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-430f17a1-c55f-42b7-8015-e3b57410378a {
  margin: 0 !important;
  overflow: visible;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-430f17a1-c55f-42b7-8015-e3b57410378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add background color handling */
  
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-430f17a1-c55f-42b7-8015-e3b57410378a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-430f17a1-c55f-42b7-8015-e3b57410378a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image {
  box-sizing: border-box;
}



.s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-430f17a1-c55f-42b7-8015-e3b57410378a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container {
      position: relative;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-430f17a1-c55f-42b7-8015-e3b57410378a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-edd8af5e-ccd0-48f8-baf6-533b1512d2a0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-edd8af5e-ccd0-48f8-baf6-533b1512d2a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edd8af5e-ccd0-48f8-baf6-533b1512d2a0 {
  cursor: pointer;
}#s-edd8af5e-ccd0-48f8-baf6-533b1512d2a0.shg-box.shg-c {
  justify-content: center;
}

#s-9e3b2829-86fc-485f-993e-9a6b994b4eeb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9e3b2829-86fc-485f-993e-9a6b994b4eeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e3b2829-86fc-485f-993e-9a6b994b4eeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9e3b2829-86fc-485f-993e-9a6b994b4eeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e3b2829-86fc-485f-993e-9a6b994b4eeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  display: none;
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f, #wrap-s-1195fbaa-4be0-4eec-bdff-cbb75759068f, #wrap-content-s-1195fbaa-4be0-4eec-bdff-cbb75759068f { display: none !important; }}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1195fbaa-4be0-4eec-bdff-cbb75759068f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1195fbaa-4be0-4eec-bdff-cbb75759068f.shg-box.shg-c {
  justify-content: center;
}

#s-010567fe-c61d-476e-a467-9eaaf5d9fa54 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-010567fe-c61d-476e-a467-9eaaf5d9fa54 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-010567fe-c61d-476e-a467-9eaaf5d9fa54 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-010567fe-c61d-476e-a467-9eaaf5d9fa54 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/206;
text-align: center;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  margin: 0 !important;
  overflow: visible;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add background color handling */
  
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
  box-sizing: border-box;
}



.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
      position: relative;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  margin: 0 !important;
  overflow: visible;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add background color handling */
  
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
  box-sizing: border-box;
}



.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
      position: relative;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed 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-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  margin: 0 !important;
  overflow: visible;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add background color handling */
  
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
  box-sizing: border-box;
}



.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
      position: relative;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed 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-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  margin: 0 !important;
  overflow: visible;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add background color handling */
  
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
  box-sizing: border-box;
}



.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
      position: relative;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  margin: 0 !important;
  overflow: visible;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add background color handling */
  
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image {
  box-sizing: border-box;
}



.s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container {
      position: relative;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf8ed925-31b8-4833-82e1-f36dfd3e35ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-2f2b7e92-120b-4b45-8b93-f73ce925b777 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f2b7e92-120b-4b45-8b93-f73ce925b777 {
  display: none;
}
#s-2f2b7e92-120b-4b45-8b93-f73ce925b777, #wrap-s-2f2b7e92-120b-4b45-8b93-f73ce925b777, #wrap-content-s-2f2b7e92-120b-4b45-8b93-f73ce925b777 { display: none !important; }}
#s-2f2b7e92-120b-4b45-8b93-f73ce925b777 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e {
  display: none;
}
#s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e, #wrap-s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e, #wrap-content-s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e {
  display: none;
}
#s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e, #wrap-s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e, #wrap-content-s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e { display: none !important; }}@media (max-width: 767px){#s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e {
  display: none;
}
#s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e, #wrap-s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e, #wrap-content-s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e { display: none !important; }}
#s-4a1cf109-ade9-415b-bf0c-c6bd72a4a07e .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-308fa369-0296-430a-9fe9-d22e37577ea7 {
  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(32, 75, 58, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-308fa369-0296-430a-9fe9-d22e37577ea7:hover {background-color: rgba(32, 75, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-308fa369-0296-430a-9fe9-d22e37577ea7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-308fa369-0296-430a-9fe9-d22e37577ea7-root {
    text-align: center;
  }


#s-308fa369-0296-430a-9fe9-d22e37577ea7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-308fa369-0296-430a-9fe9-d22e37577ea7-root {
    text-align: center;
  }


#s-308fa369-0296-430a-9fe9-d22e37577ea7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-308fa369-0296-430a-9fe9-d22e37577ea7-root {
    text-align: center;
  }


#s-308fa369-0296-430a-9fe9-d22e37577ea7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-308fa369-0296-430a-9fe9-d22e37577ea7-root {
    text-align: center;
  }


#s-308fa369-0296-430a-9fe9-d22e37577ea7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-308fa369-0296-430a-9fe9-d22e37577ea7-root {
    text-align: center;
  }


#s-308fa369-0296-430a-9fe9-d22e37577ea7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  display: none;
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127, #wrap-s-03ed2057-6bc8-49a6-884f-8eb5cfe23127, #wrap-content-s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  display: none;
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127, #wrap-s-03ed2057-6bc8-49a6-884f-8eb5cfe23127, #wrap-content-s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  display: none;
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127, #wrap-s-03ed2057-6bc8-49a6-884f-8eb5cfe23127, #wrap-content-s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 { display: none !important; }}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03ed2057-6bc8-49a6-884f-8eb5cfe23127.shg-box.shg-c {
  justify-content: center;
}

#s-45a8e820-5b86-4115-b045-b1eaf7e3c31f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45a8e820-5b86-4115-b045-b1eaf7e3c31f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-45a8e820-5b86-4115-b045-b1eaf7e3c31f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-45a8e820-5b86-4115-b045-b1eaf7e3c31f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-2c6c886d-365d-4f17-9934-06232db1c67a {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/206;
text-align: center;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
  box-sizing: border-box;
}



.s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c6c886d-365d-4f17-9934-06232db1c67a {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
      position: relative;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-2c6c886d-365d-4f17-9934-06232db1c67a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
  box-sizing: border-box;
}



.s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c6c886d-365d-4f17-9934-06232db1c67a {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
      position: relative;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a 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-2c6c886d-365d-4f17-9934-06232db1c67a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
  box-sizing: border-box;
}



.s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c6c886d-365d-4f17-9934-06232db1c67a {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
      position: relative;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a 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-2c6c886d-365d-4f17-9934-06232db1c67a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
  box-sizing: border-box;
}



.s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c6c886d-365d-4f17-9934-06232db1c67a {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
      position: relative;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-2c6c886d-365d-4f17-9934-06232db1c67a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c6c886d-365d-4f17-9934-06232db1c67a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c6c886d-365d-4f17-9934-06232db1c67a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c6c886d-365d-4f17-9934-06232db1c67a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image {
  box-sizing: border-box;
}



.s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c6c886d-365d-4f17-9934-06232db1c67a {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container {
      position: relative;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6c886d-365d-4f17-9934-06232db1c67a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-f4d1c8d0-477a-4036-83d4-189eee18ce17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4d1c8d0-477a-4036-83d4-189eee18ce17 {
  display: none;
}
#s-f4d1c8d0-477a-4036-83d4-189eee18ce17, #wrap-s-f4d1c8d0-477a-4036-83d4-189eee18ce17, #wrap-content-s-f4d1c8d0-477a-4036-83d4-189eee18ce17 { display: none !important; }}
#s-f4d1c8d0-477a-4036-83d4-189eee18ce17 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-3c88950c-8f71-4807-a08a-1b14ecd745f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3c88950c-8f71-4807-a08a-1b14ecd745f8 {
  display: none;
}
#s-3c88950c-8f71-4807-a08a-1b14ecd745f8, #wrap-s-3c88950c-8f71-4807-a08a-1b14ecd745f8, #wrap-content-s-3c88950c-8f71-4807-a08a-1b14ecd745f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c88950c-8f71-4807-a08a-1b14ecd745f8 {
  display: none;
}
#s-3c88950c-8f71-4807-a08a-1b14ecd745f8, #wrap-s-3c88950c-8f71-4807-a08a-1b14ecd745f8, #wrap-content-s-3c88950c-8f71-4807-a08a-1b14ecd745f8 { display: none !important; }}@media (max-width: 767px){#s-3c88950c-8f71-4807-a08a-1b14ecd745f8 {
  display: none;
}
#s-3c88950c-8f71-4807-a08a-1b14ecd745f8, #wrap-s-3c88950c-8f71-4807-a08a-1b14ecd745f8, #wrap-content-s-3c88950c-8f71-4807-a08a-1b14ecd745f8 { display: none !important; }}
#s-3c88950c-8f71-4807-a08a-1b14ecd745f8 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e {
  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(32, 75, 58, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e:hover {background-color: rgba(32, 75, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e-root {
    text-align: center;
  }


#s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e-root {
    text-align: center;
  }


#s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e-root {
    text-align: center;
  }


#s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e-root {
    text-align: center;
  }


#s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e-root {
    text-align: center;
  }


#s-100b1cfa-b0a3-4a91-a4e8-2cd48f66c60e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1c8577ab-72c6-40fa-9aca-958930060acf {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
  box-sizing: border-box;
}



.s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8577ab-72c6-40fa-9aca-958930060acf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
      position: relative;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-1c8577ab-72c6-40fa-9aca-958930060acf {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
  box-sizing: border-box;
}



.s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8577ab-72c6-40fa-9aca-958930060acf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
      position: relative;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf 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-1c8577ab-72c6-40fa-9aca-958930060acf {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
  box-sizing: border-box;
}



.s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8577ab-72c6-40fa-9aca-958930060acf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
      position: relative;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf 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-1c8577ab-72c6-40fa-9aca-958930060acf {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
  box-sizing: border-box;
}



.s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8577ab-72c6-40fa-9aca-958930060acf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
      position: relative;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-1c8577ab-72c6-40fa-9aca-958930060acf {
  margin: 0 !important;
  overflow: visible;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c8577ab-72c6-40fa-9aca-958930060acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add background color handling */
  
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8577ab-72c6-40fa-9aca-958930060acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1c8577ab-72c6-40fa-9aca-958930060acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image {
  box-sizing: border-box;
}



.s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c8577ab-72c6-40fa-9aca-958930060acf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container {
      position: relative;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8577ab-72c6-40fa-9aca-958930060acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-91cfc4e2-a8bb-4615-b01a-dcfb97b8f525 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-91cfc4e2-a8bb-4615-b01a-dcfb97b8f525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91cfc4e2-a8bb-4615-b01a-dcfb97b8f525 {
  cursor: pointer;
}#s-91cfc4e2-a8bb-4615-b01a-dcfb97b8f525.shg-box.shg-c {
  justify-content: center;
}

#s-8bdb8c72-4228-4ecd-8169-db02490eb4fb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8bdb8c72-4228-4ecd-8169-db02490eb4fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bdb8c72-4228-4ecd-8169-db02490eb4fb.shg-box.shg-c {
  justify-content: center;
}

#s-a9b559bd-2e0b-4450-89ad-f1689f6e01de {
  margin-left: auto;
margin-bottom: -2px;
margin-right: auto;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
background-color: rgba(114, 193, 172, 1);
}

#s-a9b559bd-2e0b-4450-89ad-f1689f6e01de .shogun-heading-component h1 {
  color: rgba(28, 28, 28, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 1.2px;
  
}



#s-099b5fdb-b307-4bc9-8710-b81c272e1027 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-position: center top;
}

#s-099b5fdb-b307-4bc9-8710-b81c272e1027 {
  background-image: url(https://i.shgcdn.com/c115dfe3-d412-4337-a6ae-c551bac92a70/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-099b5fdb-b307-4bc9-8710-b81c272e1027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-099b5fdb-b307-4bc9-8710-b81c272e1027.shg-box.shg-c {
  justify-content: center;
}

#s-65823554-2fb4-495b-a8f6-e27508468583 {
  margin-top: 25px;
margin-left: 25%;
margin-right: 25%;
max-width: 1597px;
aspect-ratio: 1597/459;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-65823554-2fb4-495b-a8f6-e27508468583 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-65823554-2fb4-495b-a8f6-e27508468583 {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-65823554-2fb4-495b-a8f6-e27508468583 {
  margin: 0 !important;
  overflow: visible;
}

#s-65823554-2fb4-495b-a8f6-e27508468583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 25px;
  
}

.shg-image-content-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add background color handling */
  
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
  box-sizing: border-box;
}



.s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65823554-2fb4-495b-a8f6-e27508468583 {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
      position: relative;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

@media (min-width: 1200px){#s-65823554-2fb4-495b-a8f6-e27508468583 {
  margin: 0 !important;
  overflow: visible;
}

#s-65823554-2fb4-495b-a8f6-e27508468583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add background color handling */
  
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
  box-sizing: border-box;
}



.s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65823554-2fb4-495b-a8f6-e27508468583 {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
      position: relative;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-65823554-2fb4-495b-a8f6-e27508468583 {
  margin: 0 !important;
  overflow: visible;
}

#s-65823554-2fb4-495b-a8f6-e27508468583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add background color handling */
  
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
  box-sizing: border-box;
}



.s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65823554-2fb4-495b-a8f6-e27508468583 {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
      position: relative;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-65823554-2fb4-495b-a8f6-e27508468583 {
  margin: 0 !important;
  overflow: visible;
}

#s-65823554-2fb4-495b-a8f6-e27508468583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add background color handling */
  
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
  box-sizing: border-box;
}



.s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65823554-2fb4-495b-a8f6-e27508468583 {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
      position: relative;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

}@media (max-width: 767px){#s-65823554-2fb4-495b-a8f6-e27508468583 {
  margin: 0 !important;
  overflow: visible;
}

#s-65823554-2fb4-495b-a8f6-e27508468583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-65823554-2fb4-495b-a8f6-e27508468583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add background color handling */
  
}

#s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65823554-2fb4-495b-a8f6-e27508468583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-65823554-2fb4-495b-a8f6-e27508468583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image {
  box-sizing: border-box;
}



.s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65823554-2fb4-495b-a8f6-e27508468583 {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container {
      position: relative;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65823554-2fb4-495b-a8f6-e27508468583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

}
#s-a9efe529-9724-4c1d-9c1a-d63c608a489c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9efe529-9724-4c1d-9c1a-d63c608a489c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-fd369956-3da2-4932-88ba-cb7ff19ec70d {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 29px;
margin-right: auto;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 193, 172, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(27, 27, 27, 1);
}
#s-fd369956-3da2-4932-88ba-cb7ff19ec70d:hover {background-color: rgba(218, 151, 242, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd369956-3da2-4932-88ba-cb7ff19ec70d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd369956-3da2-4932-88ba-cb7ff19ec70d-root {
    text-align: center;
  }


#s-fd369956-3da2-4932-88ba-cb7ff19ec70d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd369956-3da2-4932-88ba-cb7ff19ec70d-root {
    text-align: center;
  }


#s-fd369956-3da2-4932-88ba-cb7ff19ec70d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd369956-3da2-4932-88ba-cb7ff19ec70d-root {
    text-align: center;
  }


#s-fd369956-3da2-4932-88ba-cb7ff19ec70d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd369956-3da2-4932-88ba-cb7ff19ec70d-root {
    text-align: center;
  }


#s-fd369956-3da2-4932-88ba-cb7ff19ec70d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd369956-3da2-4932-88ba-cb7ff19ec70d-root {
    text-align: center;
  }


#s-fd369956-3da2-4932-88ba-cb7ff19ec70d.shg-btn {
  color: rgba(27, 27, 27, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 3px;
margin-right: 3%;
}
@media (max-width: 767px){#s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1 {
  display: none;
}
#s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1, #wrap-s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1, #wrap-content-s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-56f20cb5-e4e3-4bbe-a575-bf6e1bc8ffc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-87bb34cf-9497-4519-b134-e8f417570214 {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-87bb34cf-9497-4519-b134-e8f417570214 {
  margin: 0 !important;
  overflow: visible;
}

#s-87bb34cf-9497-4519-b134-e8f417570214-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add background color handling */
  
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
  box-sizing: border-box;
}



.s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87bb34cf-9497-4519-b134-e8f417570214 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
      position: relative;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-87bb34cf-9497-4519-b134-e8f417570214 {
  margin: 0 !important;
  overflow: visible;
}

#s-87bb34cf-9497-4519-b134-e8f417570214-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add background color handling */
  
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
  box-sizing: border-box;
}



.s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87bb34cf-9497-4519-b134-e8f417570214 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
      position: relative;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87bb34cf-9497-4519-b134-e8f417570214 {
  margin: 0 !important;
  overflow: visible;
}

#s-87bb34cf-9497-4519-b134-e8f417570214-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add background color handling */
  
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
  box-sizing: border-box;
}



.s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87bb34cf-9497-4519-b134-e8f417570214 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
      position: relative;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87bb34cf-9497-4519-b134-e8f417570214 {
  margin: 0 !important;
  overflow: visible;
}

#s-87bb34cf-9497-4519-b134-e8f417570214-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add background color handling */
  
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
  box-sizing: border-box;
}



.s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87bb34cf-9497-4519-b134-e8f417570214 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
      position: relative;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-87bb34cf-9497-4519-b134-e8f417570214 {
  margin: 0 !important;
  overflow: visible;
}

#s-87bb34cf-9497-4519-b134-e8f417570214-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87bb34cf-9497-4519-b134-e8f417570214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add background color handling */
  
}

#s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87bb34cf-9497-4519-b134-e8f417570214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-87bb34cf-9497-4519-b134-e8f417570214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image {
  box-sizing: border-box;
}



.s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87bb34cf-9497-4519-b134-e8f417570214 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container {
      position: relative;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87bb34cf-9497-4519-b134-e8f417570214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
  box-sizing: border-box;
}



.s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f2b8b11-a882-4056-b95e-04996d1384bf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
      position: relative;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
  box-sizing: border-box;
}



.s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f2b8b11-a882-4056-b95e-04996d1384bf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
      position: relative;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
  box-sizing: border-box;
}



.s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f2b8b11-a882-4056-b95e-04996d1384bf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
      position: relative;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
  box-sizing: border-box;
}



.s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f2b8b11-a882-4056-b95e-04996d1384bf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
      position: relative;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2b8b11-a882-4056-b95e-04996d1384bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f2b8b11-a882-4056-b95e-04996d1384bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0f2b8b11-a882-4056-b95e-04996d1384bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image {
  box-sizing: border-box;
}



.s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f2b8b11-a882-4056-b95e-04996d1384bf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container {
      position: relative;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f2b8b11-a882-4056-b95e-04996d1384bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
  box-sizing: border-box;
}



.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
      position: relative;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
  box-sizing: border-box;
}



.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
      position: relative;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
  box-sizing: border-box;
}



.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
      position: relative;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
  box-sizing: border-box;
}



.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
      position: relative;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image {
  box-sizing: border-box;
}



.s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container {
      position: relative;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf3100b-d7b1-420c-bc24-7cc35f5d3f4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  margin: 0 !important;
  overflow: visible;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add background color handling */
  
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
  box-sizing: border-box;
}



.s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
      position: relative;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  margin: 0 !important;
  overflow: visible;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add background color handling */
  
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
  box-sizing: border-box;
}



.s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
      position: relative;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  margin: 0 !important;
  overflow: visible;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add background color handling */
  
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
  box-sizing: border-box;
}



.s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
      position: relative;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  margin: 0 !important;
  overflow: visible;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add background color handling */
  
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
  box-sizing: border-box;
}



.s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
      position: relative;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  margin: 0 !important;
  overflow: visible;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add background color handling */
  
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-ed5eb091-c63f-48e6-bd98-a9557d997fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image {
  box-sizing: border-box;
}



.s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container {
      position: relative;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5eb091-c63f-48e6-bd98-a9557d997fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-777c5163-80b1-4beb-9572-5a983a70d4bc {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 3px;
margin-right: 3%;
}
@media (max-width: 767px){#s-777c5163-80b1-4beb-9572-5a983a70d4bc {
  display: none;
}
#s-777c5163-80b1-4beb-9572-5a983a70d4bc, #wrap-s-777c5163-80b1-4beb-9572-5a983a70d4bc, #wrap-content-s-777c5163-80b1-4beb-9572-5a983a70d4bc { display: none !important; }}
@media (min-width: 0px) {
[id="s-777c5163-80b1-4beb-9572-5a983a70d4bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-777c5163-80b1-4beb-9572-5a983a70d4bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-777c5163-80b1-4beb-9572-5a983a70d4bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-777c5163-80b1-4beb-9572-5a983a70d4bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-6e669c61-153f-4829-9e47-4d8f14761464 {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
  box-sizing: border-box;
}



.s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e669c61-153f-4829-9e47-4d8f14761464 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
      position: relative;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-6e669c61-153f-4829-9e47-4d8f14761464 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
  box-sizing: border-box;
}



.s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e669c61-153f-4829-9e47-4d8f14761464 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
      position: relative;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e669c61-153f-4829-9e47-4d8f14761464 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
  box-sizing: border-box;
}



.s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e669c61-153f-4829-9e47-4d8f14761464 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
      position: relative;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e669c61-153f-4829-9e47-4d8f14761464 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
  box-sizing: border-box;
}



.s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e669c61-153f-4829-9e47-4d8f14761464 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
      position: relative;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-6e669c61-153f-4829-9e47-4d8f14761464 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e669c61-153f-4829-9e47-4d8f14761464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e669c61-153f-4829-9e47-4d8f14761464 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-6e669c61-153f-4829-9e47-4d8f14761464 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image {
  box-sizing: border-box;
}



.s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e669c61-153f-4829-9e47-4d8f14761464 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container {
      position: relative;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e669c61-153f-4829-9e47-4d8f14761464 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  margin: 0 !important;
  overflow: visible;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add background color handling */
  
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
  box-sizing: border-box;
}



.s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c7e83e-44e1-4334-87c6-84b370c6833e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
      position: relative;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  margin: 0 !important;
  overflow: visible;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add background color handling */
  
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
  box-sizing: border-box;
}



.s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c7e83e-44e1-4334-87c6-84b370c6833e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
      position: relative;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  margin: 0 !important;
  overflow: visible;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add background color handling */
  
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
  box-sizing: border-box;
}



.s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c7e83e-44e1-4334-87c6-84b370c6833e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
      position: relative;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  margin: 0 !important;
  overflow: visible;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add background color handling */
  
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
  box-sizing: border-box;
}



.s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c7e83e-44e1-4334-87c6-84b370c6833e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
      position: relative;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  margin: 0 !important;
  overflow: visible;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c7e83e-44e1-4334-87c6-84b370c6833e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add background color handling */
  
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c7e83e-44e1-4334-87c6-84b370c6833e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-18c7e83e-44e1-4334-87c6-84b370c6833e .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image {
  box-sizing: border-box;
}



.s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c7e83e-44e1-4334-87c6-84b370c6833e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container {
      position: relative;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c7e83e-44e1-4334-87c6-84b370c6833e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-04522e16-08db-4e53-a697-b945be95426b {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-04522e16-08db-4e53-a697-b945be95426b {
  margin: 0 !important;
  overflow: visible;
}

#s-04522e16-08db-4e53-a697-b945be95426b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add background color handling */
  
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-content {
  
    justify-content: center;
  
}

.s-04522e16-08db-4e53-a697-b945be95426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
  box-sizing: border-box;
}



.s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04522e16-08db-4e53-a697-b945be95426b {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
      position: relative;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-04522e16-08db-4e53-a697-b945be95426b {
  margin: 0 !important;
  overflow: visible;
}

#s-04522e16-08db-4e53-a697-b945be95426b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add background color handling */
  
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-content {
  
    justify-content: center;
  
}

.s-04522e16-08db-4e53-a697-b945be95426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
  box-sizing: border-box;
}



.s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04522e16-08db-4e53-a697-b945be95426b {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
      position: relative;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-04522e16-08db-4e53-a697-b945be95426b {
  margin: 0 !important;
  overflow: visible;
}

#s-04522e16-08db-4e53-a697-b945be95426b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add background color handling */
  
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-content {
  
    justify-content: center;
  
}

.s-04522e16-08db-4e53-a697-b945be95426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
  box-sizing: border-box;
}



.s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04522e16-08db-4e53-a697-b945be95426b {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
      position: relative;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-04522e16-08db-4e53-a697-b945be95426b {
  margin: 0 !important;
  overflow: visible;
}

#s-04522e16-08db-4e53-a697-b945be95426b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add background color handling */
  
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-content {
  
    justify-content: center;
  
}

.s-04522e16-08db-4e53-a697-b945be95426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
  box-sizing: border-box;
}



.s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04522e16-08db-4e53-a697-b945be95426b {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
      position: relative;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-04522e16-08db-4e53-a697-b945be95426b {
  margin: 0 !important;
  overflow: visible;
}

#s-04522e16-08db-4e53-a697-b945be95426b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04522e16-08db-4e53-a697-b945be95426b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add background color handling */
  
}

#s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04522e16-08db-4e53-a697-b945be95426b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-04522e16-08db-4e53-a697-b945be95426b .shogun-image-content {
  
    justify-content: center;
  
}

.s-04522e16-08db-4e53-a697-b945be95426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04522e16-08db-4e53-a697-b945be95426b.shogun-image {
  box-sizing: border-box;
}



.s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04522e16-08db-4e53-a697-b945be95426b {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container {
      position: relative;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04522e16-08db-4e53-a697-b945be95426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04522e16-08db-4e53-a697-b945be95426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  margin: 0 !important;
  overflow: visible;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add background color handling */
  
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-content {
  
    justify-content: center;
  
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
  box-sizing: border-box;
}



.s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-867a7c0b-5370-4184-8940-8a5370b0a789 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
      position: relative;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  margin: 0 !important;
  overflow: visible;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add background color handling */
  
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-content {
  
    justify-content: center;
  
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
  box-sizing: border-box;
}



.s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-867a7c0b-5370-4184-8940-8a5370b0a789 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
      position: relative;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  margin: 0 !important;
  overflow: visible;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add background color handling */
  
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-content {
  
    justify-content: center;
  
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
  box-sizing: border-box;
}



.s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-867a7c0b-5370-4184-8940-8a5370b0a789 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
      position: relative;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  margin: 0 !important;
  overflow: visible;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add background color handling */
  
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-content {
  
    justify-content: center;
  
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
  box-sizing: border-box;
}



.s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-867a7c0b-5370-4184-8940-8a5370b0a789 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
      position: relative;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  margin: 0 !important;
  overflow: visible;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-867a7c0b-5370-4184-8940-8a5370b0a789 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add background color handling */
  
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867a7c0b-5370-4184-8940-8a5370b0a789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-867a7c0b-5370-4184-8940-8a5370b0a789 .shogun-image-content {
  
    justify-content: center;
  
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image {
  box-sizing: border-box;
}



.s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-867a7c0b-5370-4184-8940-8a5370b0a789 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container {
      position: relative;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867a7c0b-5370-4184-8940-8a5370b0a789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-e6412e3f-87c8-453a-a5d7-8147c351aff0 {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e6412e3f-87c8-453a-a5d7-8147c351aff0 {
  display: none;
}
#s-e6412e3f-87c8-453a-a5d7-8147c351aff0, #wrap-s-e6412e3f-87c8-453a-a5d7-8147c351aff0, #wrap-content-s-e6412e3f-87c8-453a-a5d7-8147c351aff0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6412e3f-87c8-453a-a5d7-8147c351aff0 {
  display: none;
}
#s-e6412e3f-87c8-453a-a5d7-8147c351aff0, #wrap-s-e6412e3f-87c8-453a-a5d7-8147c351aff0, #wrap-content-s-e6412e3f-87c8-453a-a5d7-8147c351aff0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6412e3f-87c8-453a-a5d7-8147c351aff0 {
  display: none;
}
#s-e6412e3f-87c8-453a-a5d7-8147c351aff0, #wrap-s-e6412e3f-87c8-453a-a5d7-8147c351aff0, #wrap-content-s-e6412e3f-87c8-453a-a5d7-8147c351aff0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e6412e3f-87c8-453a-a5d7-8147c351aff0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-e6412e3f-87c8-453a-a5d7-8147c351aff0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e6412e3f-87c8-453a-a5d7-8147c351aff0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6412e3f-87c8-453a-a5d7-8147c351aff0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-812486c7-b00c-4dd5-828f-49d943827d9d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d {
  margin: 0 !important;
  overflow: visible;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add background color handling */
  
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
  box-sizing: border-box;
}



.s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-812486c7-b00c-4dd5-828f-49d943827d9d {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
      position: relative;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-812486c7-b00c-4dd5-828f-49d943827d9d {
  margin: 0 !important;
  overflow: visible;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add background color handling */
  
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
  box-sizing: border-box;
}



.s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-812486c7-b00c-4dd5-828f-49d943827d9d {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
      position: relative;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-812486c7-b00c-4dd5-828f-49d943827d9d {
  margin: 0 !important;
  overflow: visible;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add background color handling */
  
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
  box-sizing: border-box;
}



.s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-812486c7-b00c-4dd5-828f-49d943827d9d {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
      position: relative;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-812486c7-b00c-4dd5-828f-49d943827d9d {
  margin: 0 !important;
  overflow: visible;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add background color handling */
  
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
  box-sizing: border-box;
}



.s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-812486c7-b00c-4dd5-828f-49d943827d9d {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
      position: relative;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-812486c7-b00c-4dd5-828f-49d943827d9d {
  margin: 0 !important;
  overflow: visible;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812486c7-b00c-4dd5-828f-49d943827d9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add background color handling */
  
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-812486c7-b00c-4dd5-828f-49d943827d9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-812486c7-b00c-4dd5-828f-49d943827d9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image {
  box-sizing: border-box;
}



.s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-812486c7-b00c-4dd5-828f-49d943827d9d {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container {
      position: relative;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-812486c7-b00c-4dd5-828f-49d943827d9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
  box-sizing: border-box;
}



.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
      position: relative;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
  box-sizing: border-box;
}



.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
      position: relative;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
  box-sizing: border-box;
}



.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
      position: relative;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
  box-sizing: border-box;
}



.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
      position: relative;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image {
  box-sizing: border-box;
}



.s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container {
      position: relative;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ed0bf6-b453-4224-932b-0f8e34e1dd9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
  box-sizing: border-box;
}



.s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
      position: relative;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
  box-sizing: border-box;
}



.s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
      position: relative;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
  box-sizing: border-box;
}



.s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
      position: relative;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
  box-sizing: border-box;
}



.s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
      position: relative;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-cb1ce640-0638-40ce-862b-c150c2d827b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image {
  box-sizing: border-box;
}



.s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container {
      position: relative;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1ce640-0638-40ce-862b-c150c2d827b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
  box-sizing: border-box;
}



.s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
      position: relative;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
  box-sizing: border-box;
}



.s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
      position: relative;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
  box-sizing: border-box;
}



.s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
      position: relative;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
  box-sizing: border-box;
}



.s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
      position: relative;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-2f9e5986-63b5-40e3-a666-72a2faa37680 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image {
  box-sizing: border-box;
}



.s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container {
      position: relative;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e5986-63b5-40e3-a666-72a2faa37680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-664768b1-4482-4346-8721-9791d27af65a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-664768b1-4482-4346-8721-9791d27af65a {
  margin: 0 !important;
  overflow: visible;
}

#s-664768b1-4482-4346-8721-9791d27af65a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add background color handling */
  
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-content {
  
    justify-content: center;
  
}

.s-664768b1-4482-4346-8721-9791d27af65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
  box-sizing: border-box;
}



.s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-664768b1-4482-4346-8721-9791d27af65a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
      position: relative;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-664768b1-4482-4346-8721-9791d27af65a {
  margin: 0 !important;
  overflow: visible;
}

#s-664768b1-4482-4346-8721-9791d27af65a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add background color handling */
  
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-content {
  
    justify-content: center;
  
}

.s-664768b1-4482-4346-8721-9791d27af65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
  box-sizing: border-box;
}



.s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-664768b1-4482-4346-8721-9791d27af65a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
      position: relative;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-664768b1-4482-4346-8721-9791d27af65a {
  margin: 0 !important;
  overflow: visible;
}

#s-664768b1-4482-4346-8721-9791d27af65a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add background color handling */
  
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-content {
  
    justify-content: center;
  
}

.s-664768b1-4482-4346-8721-9791d27af65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
  box-sizing: border-box;
}



.s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-664768b1-4482-4346-8721-9791d27af65a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
      position: relative;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-664768b1-4482-4346-8721-9791d27af65a {
  margin: 0 !important;
  overflow: visible;
}

#s-664768b1-4482-4346-8721-9791d27af65a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add background color handling */
  
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-content {
  
    justify-content: center;
  
}

.s-664768b1-4482-4346-8721-9791d27af65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
  box-sizing: border-box;
}



.s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-664768b1-4482-4346-8721-9791d27af65a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
      position: relative;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-664768b1-4482-4346-8721-9791d27af65a {
  margin: 0 !important;
  overflow: visible;
}

#s-664768b1-4482-4346-8721-9791d27af65a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-664768b1-4482-4346-8721-9791d27af65a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add background color handling */
  
}

#s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-664768b1-4482-4346-8721-9791d27af65a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-664768b1-4482-4346-8721-9791d27af65a .shogun-image-content {
  
    justify-content: center;
  
}

.s-664768b1-4482-4346-8721-9791d27af65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-664768b1-4482-4346-8721-9791d27af65a.shogun-image {
  box-sizing: border-box;
}



.s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-664768b1-4482-4346-8721-9791d27af65a {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container {
      position: relative;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-664768b1-4482-4346-8721-9791d27af65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-664768b1-4482-4346-8721-9791d27af65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
  box-sizing: border-box;
}



.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
      position: relative;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
  box-sizing: border-box;
}



.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
      position: relative;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
  box-sizing: border-box;
}



.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
      position: relative;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
  box-sizing: border-box;
}



.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
      position: relative;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image {
  box-sizing: border-box;
}



.s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container {
      position: relative;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbc9a7c8-df2f-488a-a2ff-7fe22ab313a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-a88cf874-746b-4936-83c7-74e093e9830b {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a88cf874-746b-4936-83c7-74e093e9830b .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-a88cf874-746b-4936-83c7-74e093e9830b .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-0275f7a3-7a8c-494f-b736-dfc514a649ff {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0275f7a3-7a8c-494f-b736-dfc514a649ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0275f7a3-7a8c-494f-b736-dfc514a649ff {
  cursor: pointer;
}#s-0275f7a3-7a8c-494f-b736-dfc514a649ff.shg-box.shg-c {
  justify-content: center;
}

#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 18px;
margin-bottom: 10px;
min-height: 50px;
background-position: center bottom;
}

#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-388ed8e1-2be5-4e4b-b9ab-a7c256059929.shg-box.shg-c {
  justify-content: center;
}

#s-3a6cc701-e6e8-460a-ab4c-fb4d9453a95a {
  margin-top: 6px;
margin-left: 3%;
margin-right: auto;
padding-top: 17px;
padding-bottom: 3px;
text-align: center;
}
@media (max-width: 767px){#s-3a6cc701-e6e8-460a-ab4c-fb4d9453a95a {
  display: none;
}
#s-3a6cc701-e6e8-460a-ab4c-fb4d9453a95a, #wrap-s-3a6cc701-e6e8-460a-ab4c-fb4d9453a95a, #wrap-content-s-3a6cc701-e6e8-460a-ab4c-fb4d9453a95a { display: none !important; }}
#s-3a6cc701-e6e8-460a-ab4c-fb4d9453a95a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-498f6433-aaa3-4d6f-95da-8187659ea3ec {
  margin-left: 3%;
margin-right: auto;
padding-top: 17px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-498f6433-aaa3-4d6f-95da-8187659ea3ec {
  display: none;
}
#s-498f6433-aaa3-4d6f-95da-8187659ea3ec, #wrap-s-498f6433-aaa3-4d6f-95da-8187659ea3ec, #wrap-content-s-498f6433-aaa3-4d6f-95da-8187659ea3ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-498f6433-aaa3-4d6f-95da-8187659ea3ec {
  display: none;
}
#s-498f6433-aaa3-4d6f-95da-8187659ea3ec, #wrap-s-498f6433-aaa3-4d6f-95da-8187659ea3ec, #wrap-content-s-498f6433-aaa3-4d6f-95da-8187659ea3ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-498f6433-aaa3-4d6f-95da-8187659ea3ec {
  display: none;
}
#s-498f6433-aaa3-4d6f-95da-8187659ea3ec, #wrap-s-498f6433-aaa3-4d6f-95da-8187659ea3ec, #wrap-content-s-498f6433-aaa3-4d6f-95da-8187659ea3ec { display: none !important; }}
#s-498f6433-aaa3-4d6f-95da-8187659ea3ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-0904f49f-0f51-4978-955b-1fda628a9a43 {
  margin-left: 3%;
margin-bottom: 10px;
margin-right: auto;
padding-top: 4px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0904f49f-0f51-4978-955b-1fda628a9a43 {
  margin-bottom: 16px;
}
}
#s-0904f49f-0f51-4978-955b-1fda628a9a43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: center;
}



#s-60916098-1428-461f-b627-370e8779b1bf {
  background-image: url(https://i.shgcdn.com/10672b1f-c205-483b-98d3-e9744c1fc8b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 4px;
padding-left: 31px;
padding-bottom: 4px;
padding-right: 31px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(114, 193, 172, 1);
border-style: none;
border-radius: 0px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.8em;
hover-type: image;
background-position: undefined center;
color: rgba(14, 14, 14, 1);
}
#s-60916098-1428-461f-b627-370e8779b1bf:hover {background-color: rgba(32, 75, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-60916098-1428-461f-b627-370e8779b1bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60916098-1428-461f-b627-370e8779b1bf-root {
    text-align: center;
  }


#s-60916098-1428-461f-b627-370e8779b1bf.shg-btn {
  color: rgba(14, 14, 14, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60916098-1428-461f-b627-370e8779b1bf-root {
    text-align: center;
  }


#s-60916098-1428-461f-b627-370e8779b1bf.shg-btn {
  color: rgba(14, 14, 14, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60916098-1428-461f-b627-370e8779b1bf-root {
    text-align: center;
  }


#s-60916098-1428-461f-b627-370e8779b1bf.shg-btn {
  color: rgba(14, 14, 14, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60916098-1428-461f-b627-370e8779b1bf-root {
    text-align: center;
  }


#s-60916098-1428-461f-b627-370e8779b1bf.shg-btn {
  color: rgba(14, 14, 14, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60916098-1428-461f-b627-370e8779b1bf-root {
    text-align: center;
  }


#s-60916098-1428-461f-b627-370e8779b1bf.shg-btn {
  color: rgba(14, 14, 14, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}
#s-e436ae02-dfff-4793-a997-3831d5f2dac7 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e436ae02-dfff-4793-a997-3831d5f2dac7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e436ae02-dfff-4793-a997-3831d5f2dac7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (min-width: 992px) {
[id="s-e436ae02-dfff-4793-a997-3831d5f2dac7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (min-width: 1200px) {
[id="s-e436ae02-dfff-4793-a997-3831d5f2dac7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (max-width: 767px) {
  [id="s-e436ae02-dfff-4793-a997-3831d5f2dac7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3dce910e-5806-4a85-844b-dcb858fb6202 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3dce910e-5806-4a85-844b-dcb858fb6202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dce910e-5806-4a85-844b-dcb858fb6202 {
  cursor: pointer;
}#s-3dce910e-5806-4a85-844b-dcb858fb6202.shg-box.shg-c {
  justify-content: center;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/925;
text-align: center;
}
@media (max-width: 767px){#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  margin-bottom: 10px;
}
}
#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
  box-sizing: border-box;
}



.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
      position: relative;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
  box-sizing: border-box;
}



.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
      position: relative;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
  box-sizing: border-box;
}



.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
      position: relative;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
  box-sizing: border-box;
}



.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
      position: relative;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image {
  box-sizing: border-box;
}



.s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container {
      position: relative;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d964ab2d-82d6-47b1-ba72-9bcafa4b5d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 31px;
padding-bottom: 4px;
padding-right: 31px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(114, 193, 172, 1);
border-style: none;
border-radius: 0px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.8em;
hover-type: image;
background-position: undefined center;
color: rgba(255, 255, 255, 1);
}
#s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f:hover {background-color: rgba(32, 75, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f-root {
    text-align: center;
  }


#s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f-root {
    text-align: center;
  }


#s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f-root {
    text-align: center;
  }


#s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f-root {
    text-align: center;
  }


#s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f-root {
    text-align: center;
  }


#s-22b6aacd-ea2e-49d0-b0ca-e5240c0ef59f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}
#s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/151;
text-align: center;
}
@media (max-width: 767px){#s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  margin-bottom: 10px;
}
}
#s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
  box-sizing: border-box;
}



.s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab6712b-9ccd-4748-a451-24b398e89849 {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
      position: relative;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
  box-sizing: border-box;
}



.s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab6712b-9ccd-4748-a451-24b398e89849 {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
      position: relative;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
  box-sizing: border-box;
}



.s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab6712b-9ccd-4748-a451-24b398e89849 {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
      position: relative;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
  box-sizing: border-box;
}



.s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab6712b-9ccd-4748-a451-24b398e89849 {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
      position: relative;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2ab6712b-9ccd-4748-a451-24b398e89849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab6712b-9ccd-4748-a451-24b398e89849 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-2ab6712b-9ccd-4748-a451-24b398e89849 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image {
  box-sizing: border-box;
}



.s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab6712b-9ccd-4748-a451-24b398e89849 {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container {
      position: relative;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab6712b-9ccd-4748-a451-24b398e89849 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-fd53b2aa-f33a-4ac7-aa47-b52b36db224e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fd53b2aa-f33a-4ac7-aa47-b52b36db224e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd53b2aa-f33a-4ac7-aa47-b52b36db224e {
  cursor: pointer;
}#s-fd53b2aa-f33a-4ac7-aa47-b52b36db224e.shg-box.shg-c {
  justify-content: center;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/151;
text-align: center;
}
@media (max-width: 767px){#s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  margin-bottom: 10px;
}
}
#s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  margin: 0 !important;
  overflow: visible;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add background color handling */
  
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
  box-sizing: border-box;
}



.s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
      position: relative;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  margin: 0 !important;
  overflow: visible;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add background color handling */
  
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
  box-sizing: border-box;
}



.s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
      position: relative;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  margin: 0 !important;
  overflow: visible;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add background color handling */
  
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
  box-sizing: border-box;
}



.s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
      position: relative;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  margin: 0 !important;
  overflow: visible;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add background color handling */
  
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
  box-sizing: border-box;
}



.s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
      position: relative;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  margin: 0 !important;
  overflow: visible;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add background color handling */
  
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-e6975554-6d37-40cd-b6dd-11b8e92a110e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image {
  box-sizing: border-box;
}



.s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container {
      position: relative;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6975554-6d37-40cd-b6dd-11b8e92a110e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-c28fc1ef-3e64-4373-9c00-998473f282ba {
  background-image: url(https://i.shgcdn.com/bd51fa9d-d46c-4e7c-8b34-45af91b5a734/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 31px;
padding-bottom: 4px;
padding-right: 31px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(114, 193, 172, 1);
border-style: none;
border-radius: 0px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.8em;
hover-type: image;
background-position: undefined center;
color: rgba(255, 255, 255, 1);
}
#s-c28fc1ef-3e64-4373-9c00-998473f282ba:hover {background-color: rgba(32, 75, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c28fc1ef-3e64-4373-9c00-998473f282ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c28fc1ef-3e64-4373-9c00-998473f282ba-root {
    text-align: center;
  }


#s-c28fc1ef-3e64-4373-9c00-998473f282ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c28fc1ef-3e64-4373-9c00-998473f282ba-root {
    text-align: center;
  }


#s-c28fc1ef-3e64-4373-9c00-998473f282ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c28fc1ef-3e64-4373-9c00-998473f282ba-root {
    text-align: center;
  }


#s-c28fc1ef-3e64-4373-9c00-998473f282ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c28fc1ef-3e64-4373-9c00-998473f282ba-root {
    text-align: center;
  }


#s-c28fc1ef-3e64-4373-9c00-998473f282ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c28fc1ef-3e64-4373-9c00-998473f282ba-root {
    text-align: center;
  }


#s-c28fc1ef-3e64-4373-9c00-998473f282ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}
#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/925;
text-align: center;
}
@media (max-width: 767px){#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  margin-bottom: 10px;
}
}
#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
  box-sizing: border-box;
}



.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
      position: relative;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
  box-sizing: border-box;
}



.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
      position: relative;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
  box-sizing: border-box;
}



.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
      position: relative;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
  box-sizing: border-box;
}



.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
      position: relative;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image {
  box-sizing: border-box;
}



.s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container {
      position: relative;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a136873-6f35-48a8-aa3e-48329c3f8b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-da20bce4-d826-4327-8caf-174d0535fc3a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-da20bce4-d826-4327-8caf-174d0535fc3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da20bce4-d826-4327-8caf-174d0535fc3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da20bce4-d826-4327-8caf-174d0535fc3a {
  
}
}@media (max-width: 767px){#s-da20bce4-d826-4327-8caf-174d0535fc3a {
  display: none;
}
#s-da20bce4-d826-4327-8caf-174d0535fc3a, #wrap-s-da20bce4-d826-4327-8caf-174d0535fc3a, #wrap-content-s-da20bce4-d826-4327-8caf-174d0535fc3a { display: none !important; }}







#s-da20bce4-d826-4327-8caf-174d0535fc3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da20bce4-d826-4327-8caf-174d0535fc3a.shg-box.shg-c {
  justify-content: center;
}

#s-9c815934-3d34-484b-8a60-d946d279b2c1 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (max-width: 767px){#s-9c815934-3d34-484b-8a60-d946d279b2c1 {
  display: none;
}
#s-9c815934-3d34-484b-8a60-d946d279b2c1, #wrap-s-9c815934-3d34-484b-8a60-d946d279b2c1, #wrap-content-s-9c815934-3d34-484b-8a60-d946d279b2c1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9c815934-3d34-484b-8a60-d946d279b2c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9c815934-3d34-484b-8a60-d946d279b2c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c815934-3d34-484b-8a60-d946d279b2c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c815934-3d34-484b-8a60-d946d279b2c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-45c32b6a-a8af-47aa-be09-1ad000c9dd11 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-45c32b6a-a8af-47aa-be09-1ad000c9dd11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45c32b6a-a8af-47aa-be09-1ad000c9dd11 {
  cursor: pointer;
}#s-45c32b6a-a8af-47aa-be09-1ad000c9dd11.shg-box.shg-c {
  justify-content: center;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
  box-sizing: border-box;
}



.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
      position: relative;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
  box-sizing: border-box;
}



.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
      position: relative;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
  box-sizing: border-box;
}



.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
      position: relative;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
  box-sizing: border-box;
}



.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
      position: relative;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image {
  box-sizing: border-box;
}



.s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container {
      position: relative;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0f77a-65c0-4a29-96e9-0a8a09df4f90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-70f1bedd-7eda-41f1-8dfa-71d79e93eec2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-70f1bedd-7eda-41f1-8dfa-71d79e93eec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70f1bedd-7eda-41f1-8dfa-71d79e93eec2 {
  cursor: pointer;
}#s-70f1bedd-7eda-41f1-8dfa-71d79e93eec2.shg-box.shg-c {
  justify-content: center;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  margin: 0 !important;
  overflow: visible;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add background color handling */
  
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
  box-sizing: border-box;
}



.s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0750b96e-9502-4360-a358-d1b61f56a8ca {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
      position: relative;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  margin: 0 !important;
  overflow: visible;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add background color handling */
  
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
  box-sizing: border-box;
}



.s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0750b96e-9502-4360-a358-d1b61f56a8ca {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
      position: relative;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  margin: 0 !important;
  overflow: visible;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add background color handling */
  
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
  box-sizing: border-box;
}



.s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0750b96e-9502-4360-a358-d1b61f56a8ca {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
      position: relative;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  margin: 0 !important;
  overflow: visible;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add background color handling */
  
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
  box-sizing: border-box;
}



.s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0750b96e-9502-4360-a358-d1b61f56a8ca {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
      position: relative;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  margin: 0 !important;
  overflow: visible;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0750b96e-9502-4360-a358-d1b61f56a8ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add background color handling */
  
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0750b96e-9502-4360-a358-d1b61f56a8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-0750b96e-9502-4360-a358-d1b61f56a8ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image {
  box-sizing: border-box;
}



.s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0750b96e-9502-4360-a358-d1b61f56a8ca {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container {
      position: relative;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0750b96e-9502-4360-a358-d1b61f56a8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-ea9982f3-77b8-42b8-a4bd-4a18104cf6d3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ea9982f3-77b8-42b8-a4bd-4a18104cf6d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea9982f3-77b8-42b8-a4bd-4a18104cf6d3 {
  cursor: pointer;
}#s-ea9982f3-77b8-42b8-a4bd-4a18104cf6d3.shg-box.shg-c {
  justify-content: center;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  margin: 0 !important;
  overflow: visible;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add background color handling */
  
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
  box-sizing: border-box;
}



.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
      position: relative;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  margin: 0 !important;
  overflow: visible;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add background color handling */
  
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
  box-sizing: border-box;
}



.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
      position: relative;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  margin: 0 !important;
  overflow: visible;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add background color handling */
  
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
  box-sizing: border-box;
}



.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
      position: relative;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  margin: 0 !important;
  overflow: visible;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add background color handling */
  
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
  box-sizing: border-box;
}



.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
      position: relative;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  margin: 0 !important;
  overflow: visible;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add background color handling */
  
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image {
  box-sizing: border-box;
}



.s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container {
      position: relative;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-205f0974-ec75-40fd-bbbc-26ea1cb028ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-91fab46a-36c4-48e5-a570-7f0453439fae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-91fab46a-36c4-48e5-a570-7f0453439fae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91fab46a-36c4-48e5-a570-7f0453439fae {
  cursor: pointer;
}#s-91fab46a-36c4-48e5-a570-7f0453439fae.shg-box.shg-c {
  justify-content: center;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  margin: 0 !important;
  overflow: visible;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add background color handling */
  
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
  box-sizing: border-box;
}



.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
      position: relative;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  margin: 0 !important;
  overflow: visible;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add background color handling */
  
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
  box-sizing: border-box;
}



.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
      position: relative;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  margin: 0 !important;
  overflow: visible;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add background color handling */
  
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
  box-sizing: border-box;
}



.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
      position: relative;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  margin: 0 !important;
  overflow: visible;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add background color handling */
  
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
  box-sizing: border-box;
}



.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
      position: relative;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  margin: 0 !important;
  overflow: visible;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add background color handling */
  
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image {
  box-sizing: border-box;
}



.s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container {
      position: relative;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887ef566-d3d1-4c2d-aeb4-cac5f410ad64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  margin-left: 1%;
margin-right: 1%;
max-width: 2601px;
aspect-ratio: 2601/901;
text-align: center;
}
@media (min-width: 1200px){#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  display: none;
}
#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66, #wrap-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66, #wrap-content-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  display: none;
}
#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66, #wrap-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66, #wrap-content-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  display: none;
}
#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66, #wrap-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66, #wrap-content-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 { display: none !important; }}
#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  margin: 0 !important;
  overflow: visible;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add background color handling */
  
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
  box-sizing: border-box;
}



.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
      position: relative;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

@media (min-width: 1200px){#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  margin: 0 !important;
  overflow: visible;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add background color handling */
  
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
  box-sizing: border-box;
}



.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
      position: relative;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  margin: 0 !important;
  overflow: visible;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add background color handling */
  
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
  box-sizing: border-box;
}



.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
      position: relative;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  margin: 0 !important;
  overflow: visible;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add background color handling */
  
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
  box-sizing: border-box;
}



.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
      position: relative;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

}@media (max-width: 767px){#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  margin: 0 !important;
  overflow: visible;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add background color handling */
  
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image {
  box-sizing: border-box;
}



.s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container {
      position: relative;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a620e8-3aad-4b1b-91c1-90d79dc41c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

}
#s-1fb928db-2538-42cf-a2c4-4359803a0eb4 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1fb928db-2538-42cf-a2c4-4359803a0eb4 {
  display: none;
}
#s-1fb928db-2538-42cf-a2c4-4359803a0eb4, #wrap-s-1fb928db-2538-42cf-a2c4-4359803a0eb4, #wrap-content-s-1fb928db-2538-42cf-a2c4-4359803a0eb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fb928db-2538-42cf-a2c4-4359803a0eb4 {
  display: none;
}
#s-1fb928db-2538-42cf-a2c4-4359803a0eb4, #wrap-s-1fb928db-2538-42cf-a2c4-4359803a0eb4, #wrap-content-s-1fb928db-2538-42cf-a2c4-4359803a0eb4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1fb928db-2538-42cf-a2c4-4359803a0eb4 {
  display: none;
}
#s-1fb928db-2538-42cf-a2c4-4359803a0eb4, #wrap-s-1fb928db-2538-42cf-a2c4-4359803a0eb4, #wrap-content-s-1fb928db-2538-42cf-a2c4-4359803a0eb4 { display: none !important; }}







#s-1fb928db-2538-42cf-a2c4-4359803a0eb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fb928db-2538-42cf-a2c4-4359803a0eb4.shg-box.shg-c {
  justify-content: center;
}

#s-e6007f1a-26cb-4c9d-ac30-d6cfae014235 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e6007f1a-26cb-4c9d-ac30-d6cfae014235"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-e6007f1a-26cb-4c9d-ac30-d6cfae014235"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-e6007f1a-26cb-4c9d-ac30-d6cfae014235"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6007f1a-26cb-4c9d-ac30-d6cfae014235"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-185848fe-db61-4174-aa5b-251b4931666b {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-185848fe-db61-4174-aa5b-251b4931666b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-185848fe-db61-4174-aa5b-251b4931666b {
  cursor: pointer;
}#s-185848fe-db61-4174-aa5b-251b4931666b.shg-box.shg-c {
  justify-content: center;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc {
  margin: 0 !important;
  overflow: visible;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add background color handling */
  
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-content {
  
    justify-content: center;
  
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
  box-sizing: border-box;
}



.s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669b4094-a78c-4214-b81f-bfe437393abc {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
      position: relative;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-669b4094-a78c-4214-b81f-bfe437393abc {
  margin: 0 !important;
  overflow: visible;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add background color handling */
  
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-content {
  
    justify-content: center;
  
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
  box-sizing: border-box;
}



.s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669b4094-a78c-4214-b81f-bfe437393abc {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
      position: relative;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-669b4094-a78c-4214-b81f-bfe437393abc {
  margin: 0 !important;
  overflow: visible;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add background color handling */
  
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-content {
  
    justify-content: center;
  
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
  box-sizing: border-box;
}



.s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669b4094-a78c-4214-b81f-bfe437393abc {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
      position: relative;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-669b4094-a78c-4214-b81f-bfe437393abc {
  margin: 0 !important;
  overflow: visible;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add background color handling */
  
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-content {
  
    justify-content: center;
  
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
  box-sizing: border-box;
}



.s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669b4094-a78c-4214-b81f-bfe437393abc {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
      position: relative;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-669b4094-a78c-4214-b81f-bfe437393abc {
  margin: 0 !important;
  overflow: visible;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669b4094-a78c-4214-b81f-bfe437393abc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add background color handling */
  
}

#s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669b4094-a78c-4214-b81f-bfe437393abc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-669b4094-a78c-4214-b81f-bfe437393abc .shogun-image-content {
  
    justify-content: center;
  
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image {
  box-sizing: border-box;
}



.s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669b4094-a78c-4214-b81f-bfe437393abc {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container {
      position: relative;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669b4094-a78c-4214-b81f-bfe437393abc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-418aa8e4-999e-4949-8aa2-6ae9a3c14960 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-418aa8e4-999e-4949-8aa2-6ae9a3c14960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-418aa8e4-999e-4949-8aa2-6ae9a3c14960 {
  cursor: pointer;
}#s-418aa8e4-999e-4949-8aa2-6ae9a3c14960.shg-box.shg-c {
  justify-content: center;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
  box-sizing: border-box;
}



.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
      position: relative;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
  box-sizing: border-box;
}



.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
      position: relative;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
  box-sizing: border-box;
}



.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
      position: relative;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
  box-sizing: border-box;
}



.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
      position: relative;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image {
  box-sizing: border-box;
}



.s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container {
      position: relative;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ee2688d-f7ab-4257-bc30-46c35ff126c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-56c4e78e-1119-4f0d-9c72-f1386081fb0f {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-56c4e78e-1119-4f0d-9c72-f1386081fb0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56c4e78e-1119-4f0d-9c72-f1386081fb0f {
  cursor: pointer;
}#s-56c4e78e-1119-4f0d-9c72-f1386081fb0f.shg-box.shg-c {
  justify-content: center;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
  box-sizing: border-box;
}



.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
      position: relative;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
  box-sizing: border-box;
}



.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
      position: relative;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
  box-sizing: border-box;
}



.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
      position: relative;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
  box-sizing: border-box;
}



.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
      position: relative;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image {
  box-sizing: border-box;
}



.s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container {
      position: relative;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf32359-7c99-4231-a116-61d77a1f1dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-57bf6a7d-ff5d-4ba8-9fca-eb878443def5 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-57bf6a7d-ff5d-4ba8-9fca-eb878443def5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57bf6a7d-ff5d-4ba8-9fca-eb878443def5 {
  cursor: pointer;
}#s-57bf6a7d-ff5d-4ba8-9fca-eb878443def5.shg-box.shg-c {
  justify-content: center;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
  box-sizing: border-box;
}



.s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3156088-471d-48a8-b190-cf918ef0c7fa {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
      position: relative;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
  box-sizing: border-box;
}



.s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3156088-471d-48a8-b190-cf918ef0c7fa {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
      position: relative;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
  box-sizing: border-box;
}



.s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3156088-471d-48a8-b190-cf918ef0c7fa {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
      position: relative;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
  box-sizing: border-box;
}



.s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3156088-471d-48a8-b190-cf918ef0c7fa {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
      position: relative;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3156088-471d-48a8-b190-cf918ef0c7fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3156088-471d-48a8-b190-cf918ef0c7fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-d3156088-471d-48a8-b190-cf918ef0c7fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image {
  box-sizing: border-box;
}



.s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3156088-471d-48a8-b190-cf918ef0c7fa {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container {
      position: relative;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3156088-471d-48a8-b190-cf918ef0c7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-908a4351-e0db-41ec-8ceb-0f71d62ee653 {
  background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 161, 119, 1);
background-position: center top;
}








#s-908a4351-e0db-41ec-8ceb-0f71d62ee653 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-908a4351-e0db-41ec-8ceb-0f71d62ee653 {
  cursor: pointer;
}#s-908a4351-e0db-41ec-8ceb-0f71d62ee653.shg-box.shg-c {
  justify-content: center;
}

#s-fa5cd655-fa47-4e8c-9c14-a0ad6327130c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa5cd655-fa47-4e8c-9c14-a0ad6327130c .shogun-heading-component h2 {
  color: rgba(49, 48, 48, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-fa5cd655-fa47-4e8c-9c14-a0ad6327130c .shogun-heading-component h2 {
  color: rgba(49, 48, 48, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-dd2ee199-213e-4bd1-b6a6-5b70d379083a {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd2ee199-213e-4bd1-b6a6-5b70d379083a {
  margin-left: 9%;
margin-right: 9%;
}
}@media (max-width: 767px){#s-dd2ee199-213e-4bd1-b6a6-5b70d379083a {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-dd2ee199-213e-4bd1-b6a6-5b70d379083a .shogun-heading-component h2 {
  color: rgba(32, 75, 58, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dd2ee199-213e-4bd1-b6a6-5b70d379083a .shogun-heading-component h2 {
  color: rgba(32, 75, 58, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-dd2ee199-213e-4bd1-b6a6-5b70d379083a .shogun-heading-component h2 {
  color: rgba(32, 75, 58, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}
#s-f61124cc-8432-4961-bcda-39c4fd31fe03 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-f61124cc-8432-4961-bcda-39c4fd31fe03 .shogun-heading-component h2 {
  color: rgba(32, 75, 58, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 104px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f61124cc-8432-4961-bcda-39c4fd31fe03 .shogun-heading-component h2 {
  color: rgba(32, 75, 58, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-f61124cc-8432-4961-bcda-39c4fd31fe03 .shogun-heading-component h2 {
  color: rgba(32, 75, 58, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}


}
#s-f0fa763b-6de1-4a59-9d44-465000b36cad {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0fa763b-6de1-4a59-9d44-465000b36cad .shogun-heading-component h2 {
  color: rgba(49, 48, 48, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-f0fa763b-6de1-4a59-9d44-465000b36cad .shogun-heading-component h2 {
  color: rgba(49, 48, 48, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-875b4fda-122d-4501-b97a-8fed42ed4456 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 25px;
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-875b4fda-122d-4501-b97a-8fed42ed4456:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-875b4fda-122d-4501-b97a-8fed42ed4456:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-875b4fda-122d-4501-b97a-8fed42ed4456-root {
    text-align: center;
  }


#s-875b4fda-122d-4501-b97a-8fed42ed4456.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-875b4fda-122d-4501-b97a-8fed42ed4456-root {
    text-align: center;
  }


#s-875b4fda-122d-4501-b97a-8fed42ed4456.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-875b4fda-122d-4501-b97a-8fed42ed4456-root {
    text-align: center;
  }


#s-875b4fda-122d-4501-b97a-8fed42ed4456.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-875b4fda-122d-4501-b97a-8fed42ed4456-root {
    text-align: center;
  }


#s-875b4fda-122d-4501-b97a-8fed42ed4456.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-875b4fda-122d-4501-b97a-8fed42ed4456-root {
    text-align: center;
  }


#s-875b4fda-122d-4501-b97a-8fed42ed4456.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/700;
text-align: center;
}
@media (min-width: 1200px){#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  display: none;
}
#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c, #wrap-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c, #wrap-content-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  display: none;
}
#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c, #wrap-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c, #wrap-content-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  display: none;
}
#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c, #wrap-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c, #wrap-content-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c { display: none !important; }}
#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  margin: 0 !important;
  overflow: visible;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add background color handling */
  
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-content {
  
    justify-content: center;
  
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
  box-sizing: border-box;
}



.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
      position: relative;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  margin: 0 !important;
  overflow: visible;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add background color handling */
  
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-content {
  
    justify-content: center;
  
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
  box-sizing: border-box;
}



.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
      position: relative;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  margin: 0 !important;
  overflow: visible;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add background color handling */
  
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-content {
  
    justify-content: center;
  
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
  box-sizing: border-box;
}



.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
      position: relative;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  margin: 0 !important;
  overflow: visible;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add background color handling */
  
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-content {
  
    justify-content: center;
  
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
  box-sizing: border-box;
}



.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
      position: relative;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  margin: 0 !important;
  overflow: visible;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add background color handling */
  
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c .shogun-image-content {
  
    justify-content: center;
  
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image {
  box-sizing: border-box;
}



.s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container {
      position: relative;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e7f7d-a2eb-49d0-afb9-30d4ae9e341c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/550;
text-align: center;
}
@media (max-width: 767px){#s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  display: none;
}
#s-bf74c685-f87d-47e9-be50-4e0890278db4, #wrap-s-bf74c685-f87d-47e9-be50-4e0890278db4, #wrap-content-s-bf74c685-f87d-47e9-be50-4e0890278db4 { display: none !important; }}
#s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
  box-sizing: border-box;
}



.s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf74c685-f87d-47e9-be50-4e0890278db4 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
      position: relative;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
  box-sizing: border-box;
}



.s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf74c685-f87d-47e9-be50-4e0890278db4 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
      position: relative;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
  box-sizing: border-box;
}



.s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf74c685-f87d-47e9-be50-4e0890278db4 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
      position: relative;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
  box-sizing: border-box;
}



.s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf74c685-f87d-47e9-be50-4e0890278db4 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
      position: relative;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf74c685-f87d-47e9-be50-4e0890278db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf74c685-f87d-47e9-be50-4e0890278db4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bf74c685-f87d-47e9-be50-4e0890278db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image {
  box-sizing: border-box;
}



.s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf74c685-f87d-47e9-be50-4e0890278db4 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container {
      position: relative;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf74c685-f87d-47e9-be50-4e0890278db4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-2d4192d3-6068-4613-bf0c-a7fec94ef765 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-color: rgba(32, 75, 58, 1);
}








#s-2d4192d3-6068-4613-bf0c-a7fec94ef765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d4192d3-6068-4613-bf0c-a7fec94ef765 {
  cursor: pointer;
}#s-2d4192d3-6068-4613-bf0c-a7fec94ef765.shg-box.shg-c {
  justify-content: center;
}

#s-35131309-347f-4970-89b7-e46dc596f454 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-35131309-347f-4970-89b7-e46dc596f454"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35131309-347f-4970-89b7-e46dc596f454"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-35131309-347f-4970-89b7-e46dc596f454"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-35131309-347f-4970-89b7-e46dc596f454"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-3b5bcc4c-e654-41f5-bdba-a2fcf019d066 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
background-position: center center;
}

#s-3b5bcc4c-e654-41f5-bdba-a2fcf019d066 {
  background-image: url(https://i.shgcdn.com/ee57c7d5-42d8-4013-a4e6-99f6553d635a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3b5bcc4c-e654-41f5-bdba-a2fcf019d066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b5bcc4c-e654-41f5-bdba-a2fcf019d066.shg-box.shg-c {
  justify-content: center;
}

#s-bfae5694-1582-44d3-b051-b0af1e0ebadd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bfae5694-1582-44d3-b051-b0af1e0ebadd {
  
}
}
#s-bfae5694-1582-44d3-b051-b0af1e0ebadd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.4em;
  
  
}



#s-0fef28cf-809a-48d6-895a-4bffefb2650a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fef28cf-809a-48d6-895a-4bffefb2650a {
  
}
}
#s-0fef28cf-809a-48d6-895a-4bffefb2650a .shogun-heading-component h1 {
  color: rgba(84, 187, 160, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  
}



#s-3fdd677e-e2ba-42f9-bf1a-176952564b04 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3fdd677e-e2ba-42f9-bf1a-176952564b04 {
  
}
}
#s-3fdd677e-e2ba-42f9-bf1a-176952564b04 .shogun-heading-component h1 {
  color: rgba(84, 187, 160, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 71px;
  line-height: 1em;
  
  
}



#s-88bf5b44-9e29-4232-a5d0-97e593f32ff4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-88bf5b44-9e29-4232-a5d0-97e593f32ff4 {
  
}
}
#s-88bf5b44-9e29-4232-a5d0-97e593f32ff4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd {
  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(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
color: rgba(32, 75, 58, 1);
}
#s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd:hover {background-color: rgba(84, 187, 160, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(32, 75, 58, 1) !important;}#s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd:active {background-color: rgba(24, 24, 24, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd-root {
    text-align: center;
  }


#s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd.shg-btn {
  color: rgba(32, 75, 58, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd-root {
    text-align: center;
  }


#s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd.shg-btn {
  color: rgba(32, 75, 58, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd-root {
    text-align: center;
  }


#s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd.shg-btn {
  color: rgba(32, 75, 58, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd-root {
    text-align: center;
  }


#s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd.shg-btn {
  color: rgba(32, 75, 58, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd-root {
    text-align: center;
  }


#s-ba1f3426-543b-4052-b0e7-7d66ba3cc3fd.shg-btn {
  color: rgba(32, 75, 58, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.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-e9b6b23b-f2be-429d-b4c4-13a2791161af {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e9b6b23b-f2be-429d-b4c4-13a2791161af .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e9b6b23b-f2be-429d-b4c4-13a2791161af .shg-sld-nav-button.shg-sld-left,
#s-e9b6b23b-f2be-429d-b4c4-13a2791161af .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  margin-top: 8px;
}
}
#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
  box-sizing: border-box;
}



.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
      position: relative;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
  box-sizing: border-box;
}



.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
      position: relative;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
  box-sizing: border-box;
}



.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
      position: relative;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
  box-sizing: border-box;
}



.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
      position: relative;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image {
  box-sizing: border-box;
}



.s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container {
      position: relative;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fda8bcc8-4448-4e8a-b5f0-886aaa3f0db1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-3b7edc6e-d341-44da-bcd5-5bb0291aa3d0 {
  box-shadow:0px 0px 0px 0px rgba(35, 39, 37, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b7edc6e-d341-44da-bcd5-5bb0291aa3d0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-4871968f-5938-4136-badd-094d5a1dbf13 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-4871968f-5938-4136-badd-094d5a1dbf13 {
  margin-top: 8px;
}
}
#s-4871968f-5938-4136-badd-094d5a1dbf13 {
  margin: 0 !important;
  overflow: visible;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add background color handling */
  
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
  box-sizing: border-box;
}



.s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4871968f-5938-4136-badd-094d5a1dbf13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
      position: relative;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-4871968f-5938-4136-badd-094d5a1dbf13 {
  margin: 0 !important;
  overflow: visible;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add background color handling */
  
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
  box-sizing: border-box;
}



.s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4871968f-5938-4136-badd-094d5a1dbf13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
      position: relative;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4871968f-5938-4136-badd-094d5a1dbf13 {
  margin: 0 !important;
  overflow: visible;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add background color handling */
  
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
  box-sizing: border-box;
}



.s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4871968f-5938-4136-badd-094d5a1dbf13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
      position: relative;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4871968f-5938-4136-badd-094d5a1dbf13 {
  margin: 0 !important;
  overflow: visible;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add background color handling */
  
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
  box-sizing: border-box;
}



.s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4871968f-5938-4136-badd-094d5a1dbf13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
      position: relative;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-4871968f-5938-4136-badd-094d5a1dbf13 {
  margin: 0 !important;
  overflow: visible;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4871968f-5938-4136-badd-094d5a1dbf13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add background color handling */
  
}

#s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4871968f-5938-4136-badd-094d5a1dbf13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4871968f-5938-4136-badd-094d5a1dbf13 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image {
  box-sizing: border-box;
}



.s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4871968f-5938-4136-badd-094d5a1dbf13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container {
      position: relative;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4871968f-5938-4136-badd-094d5a1dbf13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-84dbd4e2-b0cb-4627-8666-472fc3f81c34 {
  box-shadow:0px 0px 0px 0px rgba(35, 39, 37, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84dbd4e2-b0cb-4627-8666-472fc3f81c34 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  margin-top: 8px;
}
}
#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
  box-sizing: border-box;
}



.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
      position: relative;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
  box-sizing: border-box;
}



.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
      position: relative;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
  box-sizing: border-box;
}



.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
      position: relative;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
  box-sizing: border-box;
}



.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
      position: relative;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image {
  box-sizing: border-box;
}



.s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container {
      position: relative;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82b4322f-34ca-404f-9bf0-62b84f02f9d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-6b0dd13a-8c68-4fd2-901f-a0999167b78e {
  box-shadow:0px 0px 0px 0px rgba(35, 39, 37, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b0dd13a-8c68-4fd2-901f-a0999167b78e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6b1b3c03-aad3-41a9-b963-592067e56428 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6b1b3c03-aad3-41a9-b963-592067e56428 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-6b1b3c03-aad3-41a9-b963-592067e56428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b1b3c03-aad3-41a9-b963-592067e56428 {
  cursor: pointer;
}#s-6b1b3c03-aad3-41a9-b963-592067e56428.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-d95dd706-6ba9-4d16-89ed-34c40dd45566 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-d95dd706-6ba9-4d16-89ed-34c40dd45566 {
  display: none;
}
#s-d95dd706-6ba9-4d16-89ed-34c40dd45566, #wrap-s-d95dd706-6ba9-4d16-89ed-34c40dd45566, #wrap-content-s-d95dd706-6ba9-4d16-89ed-34c40dd45566 { display: none !important; }}
#s-4117f255-05e6-41fd-94ab-079bb8607f21 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-4117f255-05e6-41fd-94ab-079bb8607f21 {
  display: none;
}
#s-4117f255-05e6-41fd-94ab-079bb8607f21, #wrap-s-4117f255-05e6-41fd-94ab-079bb8607f21, #wrap-content-s-4117f255-05e6-41fd-94ab-079bb8607f21 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4117f255-05e6-41fd-94ab-079bb8607f21 {
  display: none;
}
#s-4117f255-05e6-41fd-94ab-079bb8607f21, #wrap-s-4117f255-05e6-41fd-94ab-079bb8607f21, #wrap-content-s-4117f255-05e6-41fd-94ab-079bb8607f21 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4117f255-05e6-41fd-94ab-079bb8607f21 {
  display: none;
}
#s-4117f255-05e6-41fd-94ab-079bb8607f21, #wrap-s-4117f255-05e6-41fd-94ab-079bb8607f21, #wrap-content-s-4117f255-05e6-41fd-94ab-079bb8607f21 { display: none !important; }}
#s-b133e69b-5136-48bc-85e7-d34d94129170 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-b133e69b-5136-48bc-85e7-d34d94129170 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-b133e69b-5136-48bc-85e7-d34d94129170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b133e69b-5136-48bc-85e7-d34d94129170.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-93b1c956-801e-4510-98ce-157af5feed95 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-93b1c956-801e-4510-98ce-157af5feed95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-93b1c956-801e-4510-98ce-157af5feed95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-93b1c956-801e-4510-98ce-157af5feed95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-93b1c956-801e-4510-98ce-157af5feed95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-1fc5c9e8-4578-4687-bba5-91f696e13c4b {
  min-height: 50px;
}








#s-1fc5c9e8-4578-4687-bba5-91f696e13c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fc5c9e8-4578-4687-bba5-91f696e13c4b {
  cursor: pointer;
}#s-1fc5c9e8-4578-4687-bba5-91f696e13c4b.shg-box.shg-c {
  justify-content: center;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1433px;
aspect-ratio: 1433/1646;
text-align: center;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  margin: 0 !important;
  overflow: visible;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add background color handling */
  
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 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-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }

    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-link {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1433px;
  }



  img.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
    
    
    
    max-height: 1433px;
  }


.s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
  box-sizing: border-box;
}



.s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
      --shg-aspect-ratio: calc(1433/1646); 
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
      position: relative;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1433px;
    }
  }

@media (min-width: 1200px){#s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  margin: 0 !important;
  overflow: visible;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add background color handling */
  
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }

    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-link {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1433px;
  }



  img.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
    
    
    
    max-height: 1433px;
  }


.s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
  box-sizing: border-box;
}



.s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
      --shg-aspect-ratio: calc(1433/1646); 
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
      position: relative;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1433px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  margin: 0 !important;
  overflow: visible;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add background color handling */
  
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }

    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-link {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1433px;
  }



  img.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
    
    
    
    max-height: 1433px;
  }


.s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
  box-sizing: border-box;
}



.s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
      --shg-aspect-ratio: calc(1433/1646); 
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
      position: relative;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1433px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  margin: 0 !important;
  overflow: visible;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add background color handling */
  
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }

    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-link {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1433px;
  }



  img.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
    
    
    
    max-height: 1433px;
  }


.s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
  box-sizing: border-box;
}



.s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
      --shg-aspect-ratio: calc(1433/1646); 
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
      position: relative;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1433px;
    }
  }

}@media (max-width: 767px){#s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  margin: 0 !important;
  overflow: visible;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add background color handling */
  
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }

    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-link {
      aspect-ratio: 1433/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1433px;
  }



  img.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
    
    
    
    max-height: 1433px;
  }


.s-74682f41-4012-46c3-bfc2-8edf6a834d13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image {
  box-sizing: border-box;
}



.s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 {
      --shg-aspect-ratio: calc(1433/1646); 
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container {
      position: relative;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74682f41-4012-46c3-bfc2-8edf6a834d13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1433px;
    }
  }

}
#s-293b0e35-2338-43fa-a742-355116cce17f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-d55c8ac2-6e96-4df4-8082-93005248d72d {
  min-height: 50px;
}








#s-d55c8ac2-6e96-4df4-8082-93005248d72d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d55c8ac2-6e96-4df4-8082-93005248d72d {
  cursor: pointer;
}#s-d55c8ac2-6e96-4df4-8082-93005248d72d.shg-box.shg-c {
  justify-content: center;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 {
  margin: 0 !important;
  overflow: visible;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add background color handling */
  
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 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-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
  box-sizing: border-box;
}



.s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08fdf215-4c86-4e51-ab6b-888798577462 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
      position: relative;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-08fdf215-4c86-4e51-ab6b-888798577462 {
  margin: 0 !important;
  overflow: visible;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add background color handling */
  
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
  box-sizing: border-box;
}



.s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08fdf215-4c86-4e51-ab6b-888798577462 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
      position: relative;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462 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-08fdf215-4c86-4e51-ab6b-888798577462 {
  margin: 0 !important;
  overflow: visible;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add background color handling */
  
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
  box-sizing: border-box;
}



.s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08fdf215-4c86-4e51-ab6b-888798577462 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
      position: relative;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462 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-08fdf215-4c86-4e51-ab6b-888798577462 {
  margin: 0 !important;
  overflow: visible;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add background color handling */
  
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
  box-sizing: border-box;
}



.s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08fdf215-4c86-4e51-ab6b-888798577462 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
      position: relative;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-08fdf215-4c86-4e51-ab6b-888798577462 {
  margin: 0 !important;
  overflow: visible;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08fdf215-4c86-4e51-ab6b-888798577462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add background color handling */
  
}

#s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08fdf215-4c86-4e51-ab6b-888798577462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-08fdf215-4c86-4e51-ab6b-888798577462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image {
  box-sizing: border-box;
}



.s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08fdf215-4c86-4e51-ab6b-888798577462 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container {
      position: relative;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08fdf215-4c86-4e51-ab6b-888798577462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-2ce1b3a6-57cf-45f5-830f-b2604ca98a49 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-fca8624e-14ee-44dc-bd7a-3ec9d7da0d97 {
  min-height: 50px;
}








#s-fca8624e-14ee-44dc-bd7a-3ec9d7da0d97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fca8624e-14ee-44dc-bd7a-3ec9d7da0d97 {
  cursor: pointer;
}#s-fca8624e-14ee-44dc-bd7a-3ec9d7da0d97.shg-box.shg-c {
  justify-content: center;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  margin: 0 !important;
  overflow: visible;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add background color handling */
  
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b 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-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-content {
  
    justify-content: center;
  
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
  box-sizing: border-box;
}



.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
      position: relative;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  margin: 0 !important;
  overflow: visible;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add background color handling */
  
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-content {
  
    justify-content: center;
  
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
  box-sizing: border-box;
}



.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
      position: relative;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b 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-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  margin: 0 !important;
  overflow: visible;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add background color handling */
  
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-content {
  
    justify-content: center;
  
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
  box-sizing: border-box;
}



.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
      position: relative;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b 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-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  margin: 0 !important;
  overflow: visible;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add background color handling */
  
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-content {
  
    justify-content: center;
  
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
  box-sizing: border-box;
}



.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
      position: relative;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  margin: 0 !important;
  overflow: visible;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add background color handling */
  
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b .shogun-image-content {
  
    justify-content: center;
  
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image {
  box-sizing: border-box;
}



.s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container {
      position: relative;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a1ab13-9e37-4ead-adde-3556f2a6e51b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-b7c9abd0-9b84-47ec-ada2-5ddae001984b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-5377e286-0476-46c2-ab17-4a6fb1267f41 {
  min-height: 50px;
}








#s-5377e286-0476-46c2-ab17-4a6fb1267f41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5377e286-0476-46c2-ab17-4a6fb1267f41 {
  cursor: pointer;
}#s-5377e286-0476-46c2-ab17-4a6fb1267f41.shg-box.shg-c {
  justify-content: center;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 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-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
  box-sizing: border-box;
}



.s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
      position: relative;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
  box-sizing: border-box;
}



.s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
      position: relative;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 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-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
  box-sizing: border-box;
}



.s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
      position: relative;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 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-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
  box-sizing: border-box;
}



.s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
      position: relative;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-ea942825-b8e6-4dcd-8661-1300c6952e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image {
  box-sizing: border-box;
}



.s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container {
      position: relative;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea942825-b8e6-4dcd-8661-1300c6952e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-0f37c8ad-f960-4b89-9e8e-c8837649a98c {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-46318af1-009e-4bb3-b03c-3c2b54c38a09 {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-46318af1-009e-4bb3-b03c-3c2b54c38a09 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-46318af1-009e-4bb3-b03c-3c2b54c38a09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-46318af1-009e-4bb3-b03c-3c2b54c38a09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-46318af1-009e-4bb3-b03c-3c2b54c38a09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-46318af1-009e-4bb3-b03c-3c2b54c38a09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-9aecc1c4-f396-4c7f-a909-f9d95e203ff0 {
  min-height: 50px;
}








#s-9aecc1c4-f396-4c7f-a909-f9d95e203ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aecc1c4-f396-4c7f-a909-f9d95e203ff0 {
  cursor: pointer;
}#s-9aecc1c4-f396-4c7f-a909-f9d95e203ff0.shg-box.shg-c {
  justify-content: center;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 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-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
  box-sizing: border-box;
}



.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
      position: relative;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
  box-sizing: border-box;
}



.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
      position: relative;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 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-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
  box-sizing: border-box;
}



.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
      position: relative;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 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-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
  box-sizing: border-box;
}



.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
      position: relative;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image {
  box-sizing: border-box;
}



.s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container {
      position: relative;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9e7a02b-b1c7-416e-9689-fda2a6f9cbe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-d30a59fe-dc78-4ddd-a35f-199593e5bf7f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-d1f97f70-05a1-43f9-b031-44c77c0c31f6 {
  min-height: 50px;
}








#s-d1f97f70-05a1-43f9-b031-44c77c0c31f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1f97f70-05a1-43f9-b031-44c77c0c31f6 {
  cursor: pointer;
}#s-d1f97f70-05a1-43f9-b031-44c77c0c31f6.shg-box.shg-c {
  justify-content: center;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1346px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 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-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
  box-sizing: border-box;
}



.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
      position: relative;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
  box-sizing: border-box;
}



.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
      position: relative;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 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-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
  box-sizing: border-box;
}



.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
      position: relative;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 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-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
  box-sizing: border-box;
}



.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
      position: relative;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image {
  box-sizing: border-box;
}



.s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container {
      position: relative;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7878a6d-15e3-4aac-a0ec-6706f877bba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-4488e1a4-2068-4361-8cfc-5b6a94aa3d67 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-bb14f350-168d-465e-bf41-9daf856aecae {
  min-height: 50px;
}








#s-bb14f350-168d-465e-bf41-9daf856aecae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb14f350-168d-465e-bf41-9daf856aecae {
  cursor: pointer;
}#s-bb14f350-168d-465e-bf41-9daf856aecae.shg-box.shg-c {
  justify-content: center;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d {
  margin: 0 !important;
  overflow: visible;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add background color handling */
  
}

#s-b240014b-7927-4254-887c-ea66d362ca1d 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-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
  box-sizing: border-box;
}



.s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b240014b-7927-4254-887c-ea66d362ca1d {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
      position: relative;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-b240014b-7927-4254-887c-ea66d362ca1d {
  margin: 0 !important;
  overflow: visible;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add background color handling */
  
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
  box-sizing: border-box;
}



.s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b240014b-7927-4254-887c-ea66d362ca1d {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
      position: relative;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d 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-b240014b-7927-4254-887c-ea66d362ca1d {
  margin: 0 !important;
  overflow: visible;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add background color handling */
  
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
  box-sizing: border-box;
}



.s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b240014b-7927-4254-887c-ea66d362ca1d {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
      position: relative;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d 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-b240014b-7927-4254-887c-ea66d362ca1d {
  margin: 0 !important;
  overflow: visible;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add background color handling */
  
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
  box-sizing: border-box;
}



.s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b240014b-7927-4254-887c-ea66d362ca1d {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
      position: relative;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-b240014b-7927-4254-887c-ea66d362ca1d {
  margin: 0 !important;
  overflow: visible;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b240014b-7927-4254-887c-ea66d362ca1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add background color handling */
  
}

#s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b240014b-7927-4254-887c-ea66d362ca1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-b240014b-7927-4254-887c-ea66d362ca1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image {
  box-sizing: border-box;
}



.s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b240014b-7927-4254-887c-ea66d362ca1d {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container {
      position: relative;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b240014b-7927-4254-887c-ea66d362ca1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-774ddb14-b486-4be2-b730-252664907bf4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-a6787720-7905-423d-9a4b-8150a32758bb {
  min-height: 50px;
}








#s-a6787720-7905-423d-9a4b-8150a32758bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6787720-7905-423d-9a4b-8150a32758bb {
  cursor: pointer;
}#s-a6787720-7905-423d-9a4b-8150a32758bb.shg-box.shg-c {
  justify-content: center;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 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-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
  box-sizing: border-box;
}



.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
      position: relative;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
  box-sizing: border-box;
}



.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
      position: relative;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 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-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
  box-sizing: border-box;
}



.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
      position: relative;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 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-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
  box-sizing: border-box;
}



.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
      position: relative;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image {
  box-sizing: border-box;
}



.s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container {
      position: relative;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9afc-9841-4f11-9651-4dd9e92ba2a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-b8c1727a-a5e5-473a-8ed5-9e88366fef5f {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-d29cbf81-436f-44e8-b3aa-e23dd882e512 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-d29cbf81-436f-44e8-b3aa-e23dd882e512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d29cbf81-436f-44e8-b3aa-e23dd882e512 {
  cursor: pointer;
}#s-d29cbf81-436f-44e8-b3aa-e23dd882e512.shg-box.shg-c {
  justify-content: center;
}

#s-5a655ab5-a1d2-47ee-b4bf-9fe297f58444 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-5a655ab5-a1d2-47ee-b4bf-9fe297f58444"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a655ab5-a1d2-47ee-b4bf-9fe297f58444"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a655ab5-a1d2-47ee-b4bf-9fe297f58444"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a655ab5-a1d2-47ee-b4bf-9fe297f58444"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5a655ab5-a1d2-47ee-b4bf-9fe297f58444"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3f319678-68ea-4cc7-9cf7-9cc760457c8d {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-3f319678-68ea-4cc7-9cf7-9cc760457c8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f319678-68ea-4cc7-9cf7-9cc760457c8d.shg-box.shg-c {
  justify-content: center;
}

#s-8fdb4155-9b6d-4fa1-abdb-38d61111e3ee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8fdb4155-9b6d-4fa1-abdb-38d61111e3ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8fdb4155-9b6d-4fa1-abdb-38d61111e3ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8fdb4155-9b6d-4fa1-abdb-38d61111e3ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fdb4155-9b6d-4fa1-abdb-38d61111e3ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-687e91c4-5cd2-4630-bf7d-fab2febe4688 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-687e91c4-5cd2-4630-bf7d-fab2febe4688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-687e91c4-5cd2-4630-bf7d-fab2febe4688 {
  cursor: pointer;
}#s-687e91c4-5cd2-4630-bf7d-fab2febe4688.shg-box.shg-c {
  justify-content: center;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  margin-left: auto;
margin-right: auto;
max-width: 837px;
aspect-ratio: 837/937;
text-align: center;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }

    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-link {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 837px;
  }



  img.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
    
    
    
    max-height: 837px;
  }


.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
  box-sizing: border-box;
}



.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
      --shg-aspect-ratio: calc(837/937); 
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
      position: relative;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 837px;
    }
  }

@media (min-width: 1200px){#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }

    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-link {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 837px;
  }



  img.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
    
    
    
    max-height: 837px;
  }


.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
  box-sizing: border-box;
}



.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
      --shg-aspect-ratio: calc(837/937); 
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
      position: relative;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 837px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }

    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-link {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 837px;
  }



  img.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
    
    
    
    max-height: 837px;
  }


.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
  box-sizing: border-box;
}



.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
      --shg-aspect-ratio: calc(837/937); 
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
      position: relative;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 837px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }

    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-link {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 837px;
  }



  img.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
    
    
    
    max-height: 837px;
  }


.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
  box-sizing: border-box;
}



.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
      --shg-aspect-ratio: calc(837/937); 
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
      position: relative;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 837px;
    }
  }

}@media (max-width: 767px){#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }

    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-link {
      aspect-ratio: 837/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 837px;
  }



  img.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
    
    
    
    max-height: 837px;
  }


.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image {
  box-sizing: border-box;
}



.s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 {
      --shg-aspect-ratio: calc(837/937); 
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container {
      position: relative;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffce5fd-5260-4538-a2c4-06025c30d6f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 837px;
    }
  }

}
#s-daa40e2c-8bef-4d07-8005-1df7d45df738 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-daa40e2c-8bef-4d07-8005-1df7d45df738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daa40e2c-8bef-4d07-8005-1df7d45df738 {
  cursor: pointer;
}#s-daa40e2c-8bef-4d07-8005-1df7d45df738.shg-box.shg-c {
  justify-content: center;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
  box-sizing: border-box;
}



.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
      position: relative;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
  box-sizing: border-box;
}



.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
      position: relative;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
  box-sizing: border-box;
}



.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
      position: relative;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
  box-sizing: border-box;
}



.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
      position: relative;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image {
  box-sizing: border-box;
}



.s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container {
      position: relative;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f731e4e-a6c5-4625-9105-6c1bd1dc9b8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-3b2ad953-e25e-4925-82ce-49de288dfc70 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-3b2ad953-e25e-4925-82ce-49de288dfc70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3b2ad953-e25e-4925-82ce-49de288dfc70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3b2ad953-e25e-4925-82ce-49de288dfc70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b2ad953-e25e-4925-82ce-49de288dfc70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fa605618-5d08-419b-bbe2-987068d17b9b {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-fa605618-5d08-419b-bbe2-987068d17b9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa605618-5d08-419b-bbe2-987068d17b9b {
  cursor: pointer;
}#s-fa605618-5d08-419b-bbe2-987068d17b9b.shg-box.shg-c {
  justify-content: center;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
  box-sizing: border-box;
}



.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
      position: relative;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
  box-sizing: border-box;
}



.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
      position: relative;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
  box-sizing: border-box;
}



.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
      position: relative;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
  box-sizing: border-box;
}



.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
      position: relative;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image {
  box-sizing: border-box;
}



.s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container {
      position: relative;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf9aa82a-e86c-4ea7-95ec-23def281df85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-e00e4eb8-be80-42db-a032-d4c186faed23 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-e00e4eb8-be80-42db-a032-d4c186faed23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e00e4eb8-be80-42db-a032-d4c186faed23 {
  cursor: pointer;
}#s-e00e4eb8-be80-42db-a032-d4c186faed23.shg-box.shg-c {
  justify-content: center;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  margin: 0 !important;
  overflow: visible;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add background color handling */
  
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
  box-sizing: border-box;
}



.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
      position: relative;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  margin: 0 !important;
  overflow: visible;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add background color handling */
  
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
  box-sizing: border-box;
}



.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
      position: relative;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  margin: 0 !important;
  overflow: visible;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add background color handling */
  
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
  box-sizing: border-box;
}



.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
      position: relative;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  margin: 0 !important;
  overflow: visible;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add background color handling */
  
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
  box-sizing: border-box;
}



.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
      position: relative;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  margin: 0 !important;
  overflow: visible;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add background color handling */
  
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image {
  box-sizing: border-box;
}



.s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container {
      position: relative;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f051565-fa4a-4f9b-9b7e-8d7dbad0380a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-2d3f79d0-5180-4421-acd5-641fb36d1adc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2d3f79d0-5180-4421-acd5-641fb36d1adc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d3f79d0-5180-4421-acd5-641fb36d1adc.shg-box.shg-c {
  justify-content: center;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
aspect-ratio: 1792/2011;
text-align: center;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 {
  margin: 0 !important;
  overflow: visible;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add background color handling */
  
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
  box-sizing: border-box;
}



.s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d46d554c-151b-48b1-95b6-8f9300104987 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
      position: relative;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

@media (min-width: 1200px){#s-d46d554c-151b-48b1-95b6-8f9300104987 {
  margin: 0 !important;
  overflow: visible;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add background color handling */
  
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
  box-sizing: border-box;
}



.s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d46d554c-151b-48b1-95b6-8f9300104987 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
      position: relative;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987 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-d46d554c-151b-48b1-95b6-8f9300104987 {
  margin: 0 !important;
  overflow: visible;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add background color handling */
  
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
  box-sizing: border-box;
}



.s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d46d554c-151b-48b1-95b6-8f9300104987 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
      position: relative;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987 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-d46d554c-151b-48b1-95b6-8f9300104987 {
  margin: 0 !important;
  overflow: visible;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add background color handling */
  
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
  box-sizing: border-box;
}



.s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d46d554c-151b-48b1-95b6-8f9300104987 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
      position: relative;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (max-width: 767px){#s-d46d554c-151b-48b1-95b6-8f9300104987 {
  margin: 0 !important;
  overflow: visible;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d46d554c-151b-48b1-95b6-8f9300104987 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add background color handling */
  
}

#s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d46d554c-151b-48b1-95b6-8f9300104987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-d46d554c-151b-48b1-95b6-8f9300104987 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image {
  box-sizing: border-box;
}



.s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d46d554c-151b-48b1-95b6-8f9300104987 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container {
      position: relative;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d46d554c-151b-48b1-95b6-8f9300104987 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}
#s-b14f3821-96af-45ef-9dcc-5b213e7e0d9a {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}








#s-b14f3821-96af-45ef-9dcc-5b213e7e0d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b14f3821-96af-45ef-9dcc-5b213e7e0d9a.shg-box.shg-c {
  justify-content: center;
}

#s-72110981-aa4a-48c3-9605-566a1c457ef9 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-72110981-aa4a-48c3-9605-566a1c457ef9 {
  
}
}
#s-72110981-aa4a-48c3-9605-566a1c457ef9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-63bab0df-6525-495f-b503-0302db62594a {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-63bab0df-6525-495f-b503-0302db62594a {
  display: none;
}
#s-63bab0df-6525-495f-b503-0302db62594a, #wrap-s-63bab0df-6525-495f-b503-0302db62594a, #wrap-content-s-63bab0df-6525-495f-b503-0302db62594a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63bab0df-6525-495f-b503-0302db62594a {
  display: none;
}
#s-63bab0df-6525-495f-b503-0302db62594a, #wrap-s-63bab0df-6525-495f-b503-0302db62594a, #wrap-content-s-63bab0df-6525-495f-b503-0302db62594a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63bab0df-6525-495f-b503-0302db62594a {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-63bab0df-6525-495f-b503-0302db62594a {
  display: none;
}
#s-63bab0df-6525-495f-b503-0302db62594a, #wrap-s-63bab0df-6525-495f-b503-0302db62594a, #wrap-content-s-63bab0df-6525-495f-b503-0302db62594a { display: none !important; }}
#s-63bab0df-6525-495f-b503-0302db62594a .shogun-heading-component h1 {
  color: rgba(154, 11, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  
}



#s-64361ec5-dac1-4e65-bb03-db850432a8ef {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-64361ec5-dac1-4e65-bb03-db850432a8ef {
  display: none;
}
#s-64361ec5-dac1-4e65-bb03-db850432a8ef, #wrap-s-64361ec5-dac1-4e65-bb03-db850432a8ef, #wrap-content-s-64361ec5-dac1-4e65-bb03-db850432a8ef { display: none !important; }}@media (max-width: 767px){#s-64361ec5-dac1-4e65-bb03-db850432a8ef {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-64361ec5-dac1-4e65-bb03-db850432a8ef .shogun-heading-component h1 {
  color: rgba(177, 70, 34, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  
}



#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de {
  display: none;
}
#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de, #wrap-s-c4ced937-ce43-44d0-b097-13d8ceb1e3de, #wrap-content-s-c4ced937-ce43-44d0-b097-13d8ceb1e3de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de {
  display: none;
}
#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de, #wrap-s-c4ced937-ce43-44d0-b097-13d8ceb1e3de, #wrap-content-s-c4ced937-ce43-44d0-b097-13d8ceb1e3de { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de {
  
}
}@media (max-width: 767px){#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de {
  display: none;
}
#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de, #wrap-s-c4ced937-ce43-44d0-b097-13d8ceb1e3de, #wrap-content-s-c4ced937-ce43-44d0-b097-13d8ceb1e3de { display: none !important; }}
#s-c4ced937-ce43-44d0-b097-13d8ceb1e3de .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  
}



#s-dde81c60-d431-4573-8bb4-32a40ad04a19 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dde81c60-d431-4573-8bb4-32a40ad04a19 {
  display: none;
}
#s-dde81c60-d431-4573-8bb4-32a40ad04a19, #wrap-s-dde81c60-d431-4573-8bb4-32a40ad04a19, #wrap-content-s-dde81c60-d431-4573-8bb4-32a40ad04a19 { display: none !important; }}
#s-dde81c60-d431-4573-8bb4-32a40ad04a19 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-1993fd89-9607-449f-8698-998be28fbf07 {
  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-1993fd89-9607-449f-8698-998be28fbf07:hover {background-color: rgba(112, 26, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1993fd89-9607-449f-8698-998be28fbf07:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1993fd89-9607-449f-8698-998be28fbf07-root {
    text-align: center;
  }


#s-1993fd89-9607-449f-8698-998be28fbf07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1993fd89-9607-449f-8698-998be28fbf07-root {
    text-align: center;
  }


#s-1993fd89-9607-449f-8698-998be28fbf07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1993fd89-9607-449f-8698-998be28fbf07-root {
    text-align: center;
  }


#s-1993fd89-9607-449f-8698-998be28fbf07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1993fd89-9607-449f-8698-998be28fbf07-root {
    text-align: center;
  }


#s-1993fd89-9607-449f-8698-998be28fbf07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1993fd89-9607-449f-8698-998be28fbf07-root {
    text-align: center;
  }


#s-1993fd89-9607-449f-8698-998be28fbf07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3d0edf5c-9594-43f6-8f72-5276f5171f6b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-3d0edf5c-9594-43f6-8f72-5276f5171f6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d0edf5c-9594-43f6-8f72-5276f5171f6b {
  cursor: pointer;
}#s-3d0edf5c-9594-43f6-8f72-5276f5171f6b.shg-box.shg-c {
  justify-content: center;
}

#s-d6c71be8-baaf-4619-ab20-98b80b0b0f91 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-d6c71be8-baaf-4619-ab20-98b80b0b0f91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6c71be8-baaf-4619-ab20-98b80b0b0f91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6c71be8-baaf-4619-ab20-98b80b0b0f91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6c71be8-baaf-4619-ab20-98b80b0b0f91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
aspect-ratio: 1792/2011;
text-align: center;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  margin: 0 !important;
  overflow: visible;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add background color handling */
  
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
  box-sizing: border-box;
}



.s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
      position: relative;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

@media (min-width: 1200px){#s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  margin: 0 !important;
  overflow: visible;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add background color handling */
  
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
  box-sizing: border-box;
}



.s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
      position: relative;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 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-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  margin: 0 !important;
  overflow: visible;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add background color handling */
  
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
  box-sizing: border-box;
}



.s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
      position: relative;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 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-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  margin: 0 !important;
  overflow: visible;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add background color handling */
  
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
  box-sizing: border-box;
}



.s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
      position: relative;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (max-width: 767px){#s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  margin: 0 !important;
  overflow: visible;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add background color handling */
  
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-01d9b166-8c15-4185-9c5b-7d484edfa426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image {
  box-sizing: border-box;
}



.s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container {
      position: relative;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d9b166-8c15-4185-9c5b-7d484edfa426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}
#s-7ade9f98-1711-47ea-a739-c2a086adee87 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}








#s-7ade9f98-1711-47ea-a739-c2a086adee87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ade9f98-1711-47ea-a739-c2a086adee87.shg-box.shg-c {
  justify-content: center;
}

#s-07089fa3-528d-4455-b330-7d7b243b4e01 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-07089fa3-528d-4455-b330-7d7b243b4e01 {
  
}
}
#s-07089fa3-528d-4455-b330-7d7b243b4e01 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d {
  display: none;
}
#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d, #wrap-s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d, #wrap-content-s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d {
  display: none;
}
#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d, #wrap-s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d, #wrap-content-s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d {
  display: none;
}
#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d, #wrap-s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d, #wrap-content-s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d { display: none !important; }}
#s-d8c2052c-8c3f-46a3-a2ea-9ec16be24f3d .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-f322b689-add8-419d-a903-068e9cd80734 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f322b689-add8-419d-a903-068e9cd80734 {
  display: none;
}
#s-f322b689-add8-419d-a903-068e9cd80734, #wrap-s-f322b689-add8-419d-a903-068e9cd80734, #wrap-content-s-f322b689-add8-419d-a903-068e9cd80734 { display: none !important; }}@media (max-width: 767px){#s-f322b689-add8-419d-a903-068e9cd80734 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-f322b689-add8-419d-a903-068e9cd80734 .shogun-heading-component h1 {
  color: rgba(166, 66, 38, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  
}



#s-f17e4044-c3a4-40aa-98a5-ce94ca0282b7 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f17e4044-c3a4-40aa-98a5-ce94ca0282b7 {
  
}
}
#s-f17e4044-c3a4-40aa-98a5-ce94ca0282b7 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe {
  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-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe:hover {background-color: rgba(166, 66, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe-root {
    text-align: center;
  }


#s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe-root {
    text-align: center;
  }


#s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe-root {
    text-align: center;
  }


#s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe-root {
    text-align: center;
  }


#s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe-root {
    text-align: center;
  }


#s-5878a1d3-b464-43ad-b3d3-a87b65d3f3fe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-49c4703e-30ab-4e16-a02a-f9d15c752ba1 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-49c4703e-30ab-4e16-a02a-f9d15c752ba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49c4703e-30ab-4e16-a02a-f9d15c752ba1.shg-box.shg-c {
  justify-content: center;
}

#s-02cece96-8147-4284-9714-b1360f4b0837 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-02cece96-8147-4284-9714-b1360f4b0837"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-02cece96-8147-4284-9714-b1360f4b0837"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-02cece96-8147-4284-9714-b1360f4b0837"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-02cece96-8147-4284-9714-b1360f4b0837"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-30075227-7f5f-43a0-a49f-a342b8e53271 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-30075227-7f5f-43a0-a49f-a342b8e53271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30075227-7f5f-43a0-a49f-a342b8e53271 {
  cursor: pointer;
}#s-30075227-7f5f-43a0-a49f-a342b8e53271.shg-box.shg-c {
  justify-content: center;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
  box-sizing: border-box;
}



.s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b48a924-4b98-4300-91c6-224efc7657ab {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
      position: relative;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-4b48a924-4b98-4300-91c6-224efc7657ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
  box-sizing: border-box;
}



.s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b48a924-4b98-4300-91c6-224efc7657ab {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
      position: relative;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b48a924-4b98-4300-91c6-224efc7657ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
  box-sizing: border-box;
}



.s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b48a924-4b98-4300-91c6-224efc7657ab {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
      position: relative;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b48a924-4b98-4300-91c6-224efc7657ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
  box-sizing: border-box;
}



.s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b48a924-4b98-4300-91c6-224efc7657ab {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
      position: relative;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-4b48a924-4b98-4300-91c6-224efc7657ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b48a924-4b98-4300-91c6-224efc7657ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b48a924-4b98-4300-91c6-224efc7657ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4b48a924-4b98-4300-91c6-224efc7657ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image {
  box-sizing: border-box;
}



.s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b48a924-4b98-4300-91c6-224efc7657ab {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container {
      position: relative;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b48a924-4b98-4300-91c6-224efc7657ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-bb0b0af4-2f25-463e-8c4b-f7ed97d463fb {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-bb0b0af4-2f25-463e-8c4b-f7ed97d463fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb0b0af4-2f25-463e-8c4b-f7ed97d463fb {
  cursor: pointer;
}#s-bb0b0af4-2f25-463e-8c4b-f7ed97d463fb.shg-box.shg-c {
  justify-content: center;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  margin-left: auto;
margin-right: auto;
max-width: 1156px;
aspect-ratio: 1156/1295;
text-align: center;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
  box-sizing: border-box;
}



.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
      position: relative;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

@media (min-width: 1200px){#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
  box-sizing: border-box;
}



.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
      position: relative;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
  box-sizing: border-box;
}



.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
      position: relative;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
  box-sizing: border-box;
}



.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
      position: relative;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

}@media (max-width: 767px){#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image {
  box-sizing: border-box;
}



.s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container {
      position: relative;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce86cad-612e-42ec-ac75-1a6c8ecddbe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

}
#s-25e8ce67-86f8-41cd-9a14-713f1087034b {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-25e8ce67-86f8-41cd-9a14-713f1087034b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-25e8ce67-86f8-41cd-9a14-713f1087034b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-25e8ce67-86f8-41cd-9a14-713f1087034b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-25e8ce67-86f8-41cd-9a14-713f1087034b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1516d62c-bc18-4ea9-a76b-a346814c93ee {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-1516d62c-bc18-4ea9-a76b-a346814c93ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1516d62c-bc18-4ea9-a76b-a346814c93ee {
  cursor: pointer;
}#s-1516d62c-bc18-4ea9-a76b-a346814c93ee.shg-box.shg-c {
  justify-content: center;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
  box-sizing: border-box;
}



.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
      position: relative;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
  box-sizing: border-box;
}



.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
      position: relative;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
  box-sizing: border-box;
}



.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
      position: relative;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
  box-sizing: border-box;
}



.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
      position: relative;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image {
  box-sizing: border-box;
}



.s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container {
      position: relative;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6a31a2-43ce-45f5-8a5e-8049a1f0bfc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-36e3dbcf-d17b-4ff6-9de6-4b248b352355 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-36e3dbcf-d17b-4ff6-9de6-4b248b352355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36e3dbcf-d17b-4ff6-9de6-4b248b352355 {
  cursor: pointer;
}#s-36e3dbcf-d17b-4ff6-9de6-4b248b352355.shg-box.shg-c {
  justify-content: center;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  margin-left: auto;
margin-right: auto;
max-width: 1155px;
aspect-ratio: 1155/1295;
text-align: center;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
  box-sizing: border-box;
}



.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
      position: relative;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

@media (min-width: 1200px){#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
  box-sizing: border-box;
}



.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
      position: relative;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
  box-sizing: border-box;
}



.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
      position: relative;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
  box-sizing: border-box;
}



.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
      position: relative;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

}@media (max-width: 767px){#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image {
  box-sizing: border-box;
}



.s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container {
      position: relative;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-354b0ef8-9502-46a4-a036-cb43d40f9ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

}
#s-f4523939-3440-4f3e-9d0b-d6bc4558adbe {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f4523939-3440-4f3e-9d0b-d6bc4558adbe {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-f4523939-3440-4f3e-9d0b-d6bc4558adbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4523939-3440-4f3e-9d0b-d6bc4558adbe.shg-box.shg-c {
  justify-content: center;
}

#s-8216c2ef-9c79-4165-ad1f-cd0c10ddb878 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-362bc984-4b87-4311-b3ad-e6165f32a7ef {
  min-height: 50px;
}
@media (max-width: 767px){#s-362bc984-4b87-4311-b3ad-e6165f32a7ef {
  display: none;
}
#s-362bc984-4b87-4311-b3ad-e6165f32a7ef, #wrap-s-362bc984-4b87-4311-b3ad-e6165f32a7ef, #wrap-content-s-362bc984-4b87-4311-b3ad-e6165f32a7ef { display: none !important; }}







#s-362bc984-4b87-4311-b3ad-e6165f32a7ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-362bc984-4b87-4311-b3ad-e6165f32a7ef.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e008663e-ef3b-4422-901e-84f5bdaaf456"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e008663e-ef3b-4422-901e-84f5bdaaf456"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-e008663e-ef3b-4422-901e-84f5bdaaf456"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-e008663e-ef3b-4422-901e-84f5bdaaf456"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-c10022d7-cf9c-49c6-b157-72b978fbe352 {
  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-c10022d7-cf9c-49c6-b157-72b978fbe352 {
  background-image: url();
}








#s-c10022d7-cf9c-49c6-b157-72b978fbe352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c10022d7-cf9c-49c6-b157-72b978fbe352 {
  cursor: pointer;
}#s-c10022d7-cf9c-49c6-b157-72b978fbe352.shg-box.shg-c {
  justify-content: flex-start;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  margin: 0 !important;
  overflow: visible;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add background color handling */
  
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-content {
  
    justify-content: center;
  
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
  box-sizing: border-box;
}



.s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09054c2c-fedb-43f7-bb65-192a90bd033b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
      position: relative;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  margin: 0 !important;
  overflow: visible;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add background color handling */
  
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-content {
  
    justify-content: center;
  
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
  box-sizing: border-box;
}



.s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09054c2c-fedb-43f7-bb65-192a90bd033b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
      position: relative;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  margin: 0 !important;
  overflow: visible;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add background color handling */
  
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-content {
  
    justify-content: center;
  
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
  box-sizing: border-box;
}



.s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09054c2c-fedb-43f7-bb65-192a90bd033b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
      position: relative;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  margin: 0 !important;
  overflow: visible;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add background color handling */
  
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-content {
  
    justify-content: center;
  
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
  box-sizing: border-box;
}



.s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09054c2c-fedb-43f7-bb65-192a90bd033b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
      position: relative;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  margin: 0 !important;
  overflow: visible;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09054c2c-fedb-43f7-bb65-192a90bd033b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add background color handling */
  
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09054c2c-fedb-43f7-bb65-192a90bd033b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-09054c2c-fedb-43f7-bb65-192a90bd033b .shogun-image-content {
  
    justify-content: center;
  
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image {
  box-sizing: border-box;
}



.s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09054c2c-fedb-43f7-bb65-192a90bd033b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container {
      position: relative;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054c2c-fedb-43f7-bb65-192a90bd033b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-4404a278-0ea0-41fe-a601-2e1eae076457 {
  margin-top: 5px;
margin-left: 28%;
margin-bottom: 5px;
margin-right: 28%;
padding-top: 9px;
padding-bottom: 9px;
}

@media (min-width: 0px) {
[id="s-4404a278-0ea0-41fe-a601-2e1eae076457"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4404a278-0ea0-41fe-a601-2e1eae076457"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4404a278-0ea0-41fe-a601-2e1eae076457"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4404a278-0ea0-41fe-a601-2e1eae076457"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-52435ec0-2b23-4f55-859b-8b7f1456a2f9 {
  margin-left: auto;
margin-right: auto;
}

#s-52435ec0-2b23-4f55-859b-8b7f1456a2f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-52435ec0-2b23-4f55-859b-8b7f1456a2f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-9d8fec2b-a6ce-4424-b5ce-36998fb674e0 {
  margin-left: auto;
margin-right: auto;
}

#s-9d8fec2b-a6ce-4424-b5ce-36998fb674e0 .shogun-icon-wrapper {
  text-align: center;
}


#s-9d8fec2b-a6ce-4424-b5ce-36998fb674e0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-5f21caa6-e8d9-4136-917b-336ec141c6fc {
  margin-left: auto;
margin-right: auto;
}

#s-5f21caa6-e8d9-4136-917b-336ec141c6fc .shogun-icon-wrapper {
  text-align: center;
}


#s-5f21caa6-e8d9-4136-917b-336ec141c6fc .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-db7b43a1-cc48-4605-8509-00b0a2925800 {
  margin-left: auto;
margin-right: auto;
}

#s-db7b43a1-cc48-4605-8509-00b0a2925800 .shogun-icon-wrapper {
  text-align: center;
}


#s-db7b43a1-cc48-4605-8509-00b0a2925800 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-9042ec72-8da9-4651-9f86-ab992074c4f6 {
  margin-left: auto;
margin-right: auto;
}

#s-9042ec72-8da9-4651-9f86-ab992074c4f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-9042ec72-8da9-4651-9f86-ab992074c4f6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-2bc81bd0-dabc-4391-a48f-998b22d4033a {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bc81bd0-dabc-4391-a48f-998b22d4033a {
  display: none;
}
#s-2bc81bd0-dabc-4391-a48f-998b22d4033a, #wrap-s-2bc81bd0-dabc-4391-a48f-998b22d4033a, #wrap-content-s-2bc81bd0-dabc-4391-a48f-998b22d4033a { display: none !important; }}
#s-d5279458-7c1d-4588-823e-55357e7e9203 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-d5279458-7c1d-4588-823e-55357e7e9203 {
  display: none;
}
#s-d5279458-7c1d-4588-823e-55357e7e9203, #wrap-s-d5279458-7c1d-4588-823e-55357e7e9203, #wrap-content-s-d5279458-7c1d-4588-823e-55357e7e9203 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5279458-7c1d-4588-823e-55357e7e9203 {
  display: none;
}
#s-d5279458-7c1d-4588-823e-55357e7e9203, #wrap-s-d5279458-7c1d-4588-823e-55357e7e9203, #wrap-content-s-d5279458-7c1d-4588-823e-55357e7e9203 { display: none !important; }}@media (max-width: 767px){#s-d5279458-7c1d-4588-823e-55357e7e9203 {
  display: none;
}
#s-d5279458-7c1d-4588-823e-55357e7e9203, #wrap-s-d5279458-7c1d-4588-823e-55357e7e9203, #wrap-content-s-d5279458-7c1d-4588-823e-55357e7e9203 { display: none !important; }}
#s-38067b95-23ca-42a9-8ba0-022ba601c294 {
  margin-left: 5%;
margin-right: 5%;
}

#s-88d8a6df-ed2a-4a15-a8a0-a3a8e00cc5b8 {
  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-88d8a6df-ed2a-4a15-a8a0-a3a8e00cc5b8 {
  background-image: url();
}








#s-88d8a6df-ed2a-4a15-a8a0-a3a8e00cc5b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88d8a6df-ed2a-4a15-a8a0-a3a8e00cc5b8 {
  cursor: pointer;
}#s-88d8a6df-ed2a-4a15-a8a0-a3a8e00cc5b8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
  box-sizing: border-box;
}



.s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
      position: relative;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
  box-sizing: border-box;
}



.s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
      position: relative;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
  box-sizing: border-box;
}



.s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
      position: relative;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
  box-sizing: border-box;
}



.s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
      position: relative;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c93259c-a789-4777-9106-f6192dd1f4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image {
  box-sizing: border-box;
}



.s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container {
      position: relative;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c93259c-a789-4777-9106-f6192dd1f4d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-9a1744de-7eb4-4b0f-b6fa-cee04528da01 {
  margin-top: 5px;
margin-left: 28%;
margin-bottom: 5px;
margin-right: 28%;
padding-top: 9px;
padding-bottom: 9px;
}

@media (min-width: 0px) {
[id="s-9a1744de-7eb4-4b0f-b6fa-cee04528da01"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9a1744de-7eb4-4b0f-b6fa-cee04528da01"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a1744de-7eb4-4b0f-b6fa-cee04528da01"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a1744de-7eb4-4b0f-b6fa-cee04528da01"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-3b326717-d117-42ce-8cf4-065e376955ec {
  margin-left: auto;
margin-right: auto;
}

#s-3b326717-d117-42ce-8cf4-065e376955ec .shogun-icon-wrapper {
  text-align: center;
}


#s-3b326717-d117-42ce-8cf4-065e376955ec .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-858ac10a-d208-4e20-840f-04b4a8ce952b {
  margin-left: auto;
margin-right: auto;
}

#s-858ac10a-d208-4e20-840f-04b4a8ce952b .shogun-icon-wrapper {
  text-align: center;
}


#s-858ac10a-d208-4e20-840f-04b4a8ce952b .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-de4ebfdd-cb37-474b-9b7f-a78f9de6798c {
  margin-left: auto;
margin-right: auto;
}

#s-de4ebfdd-cb37-474b-9b7f-a78f9de6798c .shogun-icon-wrapper {
  text-align: center;
}


#s-de4ebfdd-cb37-474b-9b7f-a78f9de6798c .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-6718930e-1e72-4040-a7f2-b83507d2172f {
  margin-left: auto;
margin-right: auto;
}

#s-6718930e-1e72-4040-a7f2-b83507d2172f .shogun-icon-wrapper {
  text-align: center;
}


#s-6718930e-1e72-4040-a7f2-b83507d2172f .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-df54a80a-279b-4ec5-95fd-c0e4a3cef412 {
  margin-left: auto;
margin-right: auto;
}

#s-df54a80a-279b-4ec5-95fd-c0e4a3cef412 .shogun-icon-wrapper {
  text-align: center;
}


#s-df54a80a-279b-4ec5-95fd-c0e4a3cef412 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-38820317-2c3a-4008-a386-3a288790787b {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-38820317-2c3a-4008-a386-3a288790787b {
  display: none;
}
#s-38820317-2c3a-4008-a386-3a288790787b, #wrap-s-38820317-2c3a-4008-a386-3a288790787b, #wrap-content-s-38820317-2c3a-4008-a386-3a288790787b { display: none !important; }}
#s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf {
  display: none;
}
#s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf, #wrap-s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf, #wrap-content-s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf {
  display: none;
}
#s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf, #wrap-s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf, #wrap-content-s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf { display: none !important; }}@media (max-width: 767px){#s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf {
  display: none;
}
#s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf, #wrap-s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf, #wrap-content-s-f2dcb11b-4c40-469b-bb33-1617fdf31eaf { display: none !important; }}
#s-b2edfc85-ba44-42c1-9d4b-bd8eacf4bb58 {
  margin-left: 5%;
margin-right: 5%;
}

#s-34f7660a-c43a-463e-a257-c90a94d1265b {
  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-34f7660a-c43a-463e-a257-c90a94d1265b {
  background-image: url();
}








#s-34f7660a-c43a-463e-a257-c90a94d1265b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34f7660a-c43a-463e-a257-c90a94d1265b {
  cursor: pointer;
}#s-34f7660a-c43a-463e-a257-c90a94d1265b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
  box-sizing: border-box;
}



.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
      position: relative;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
  box-sizing: border-box;
}



.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
      position: relative;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
  box-sizing: border-box;
}



.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
      position: relative;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
  box-sizing: border-box;
}



.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
      position: relative;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image {
  box-sizing: border-box;
}



.s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container {
      position: relative;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcbceed8-fecc-4fca-bd33-4efb04a45de3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-43605248-93f5-43d2-b2a7-6b672c55e038 {
  margin-top: 5px;
margin-left: 28%;
margin-bottom: 5px;
margin-right: 28%;
padding-top: 9px;
padding-bottom: 9px;
}

@media (min-width: 0px) {
[id="s-43605248-93f5-43d2-b2a7-6b672c55e038"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-43605248-93f5-43d2-b2a7-6b672c55e038"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43605248-93f5-43d2-b2a7-6b672c55e038"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43605248-93f5-43d2-b2a7-6b672c55e038"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-ee658090-dc9d-4035-8d50-e44be03b00b2 {
  margin-left: auto;
margin-right: auto;
}

#s-ee658090-dc9d-4035-8d50-e44be03b00b2 .shogun-icon-wrapper {
  text-align: center;
}


#s-ee658090-dc9d-4035-8d50-e44be03b00b2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-22575f81-0bae-4805-969e-d8cf5ddcb580 {
  margin-left: auto;
margin-right: auto;
}

#s-22575f81-0bae-4805-969e-d8cf5ddcb580 .shogun-icon-wrapper {
  text-align: center;
}


#s-22575f81-0bae-4805-969e-d8cf5ddcb580 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-e649cae5-f78b-47ff-9624-811b1e99e41f {
  margin-left: auto;
margin-right: auto;
}

#s-e649cae5-f78b-47ff-9624-811b1e99e41f .shogun-icon-wrapper {
  text-align: center;
}


#s-e649cae5-f78b-47ff-9624-811b1e99e41f .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-2419cccd-614d-43b4-9e0b-7633590b49c3 {
  margin-left: auto;
margin-right: auto;
}

#s-2419cccd-614d-43b4-9e0b-7633590b49c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-2419cccd-614d-43b4-9e0b-7633590b49c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-1815189f-1b46-4726-a1e3-8baa36d545ab {
  margin-left: auto;
margin-right: auto;
}

#s-1815189f-1b46-4726-a1e3-8baa36d545ab .shogun-icon-wrapper {
  text-align: center;
}


#s-1815189f-1b46-4726-a1e3-8baa36d545ab .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-482baf1c-6671-4b57-9e7a-3473b7be5010 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-482baf1c-6671-4b57-9e7a-3473b7be5010 {
  display: none;
}
#s-482baf1c-6671-4b57-9e7a-3473b7be5010, #wrap-s-482baf1c-6671-4b57-9e7a-3473b7be5010, #wrap-content-s-482baf1c-6671-4b57-9e7a-3473b7be5010 { display: none !important; }}
#s-c4015149-d9cc-4cb8-bf5f-653f4eda9275 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-c4015149-d9cc-4cb8-bf5f-653f4eda9275 {
  display: none;
}
#s-c4015149-d9cc-4cb8-bf5f-653f4eda9275, #wrap-s-c4015149-d9cc-4cb8-bf5f-653f4eda9275, #wrap-content-s-c4015149-d9cc-4cb8-bf5f-653f4eda9275 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4015149-d9cc-4cb8-bf5f-653f4eda9275 {
  display: none;
}
#s-c4015149-d9cc-4cb8-bf5f-653f4eda9275, #wrap-s-c4015149-d9cc-4cb8-bf5f-653f4eda9275, #wrap-content-s-c4015149-d9cc-4cb8-bf5f-653f4eda9275 { display: none !important; }}@media (max-width: 767px){#s-c4015149-d9cc-4cb8-bf5f-653f4eda9275 {
  display: none;
}
#s-c4015149-d9cc-4cb8-bf5f-653f4eda9275, #wrap-s-c4015149-d9cc-4cb8-bf5f-653f4eda9275, #wrap-content-s-c4015149-d9cc-4cb8-bf5f-653f4eda9275 { display: none !important; }}
#s-071be30e-28b6-4a44-8378-544ca9402964 {
  margin-left: 5%;
margin-right: 5%;
}

#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 {
  display: none;
}
#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83, #wrap-s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83, #wrap-content-s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 {
  display: none;
}
#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83, #wrap-s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83, #wrap-content-s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 {
  display: none;
}
#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83, #wrap-s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83, #wrap-content-s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 { display: none !important; }}
#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 .shg-sld-nav-button.shg-sld-left,
#s-e589c2a9-7f5d-4415-ba83-d3ae840fbf83 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2ef61613-69ca-41fb-a0d8-d5d945b77880 {
  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-2ef61613-69ca-41fb-a0d8-d5d945b77880 {
  background-image: url();
}








#s-2ef61613-69ca-41fb-a0d8-d5d945b77880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ef61613-69ca-41fb-a0d8-d5d945b77880 {
  cursor: pointer;
}#s-2ef61613-69ca-41fb-a0d8-d5d945b77880.shg-box.shg-c {
  justify-content: flex-start;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  margin: 0 !important;
  overflow: visible;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add background color handling */
  
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
  box-sizing: border-box;
}



.s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488924ed-4d91-43e8-918e-be09b1b4d187 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
      position: relative;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  margin: 0 !important;
  overflow: visible;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add background color handling */
  
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
  box-sizing: border-box;
}



.s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488924ed-4d91-43e8-918e-be09b1b4d187 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
      position: relative;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  margin: 0 !important;
  overflow: visible;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add background color handling */
  
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
  box-sizing: border-box;
}



.s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488924ed-4d91-43e8-918e-be09b1b4d187 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
      position: relative;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  margin: 0 !important;
  overflow: visible;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add background color handling */
  
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
  box-sizing: border-box;
}



.s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488924ed-4d91-43e8-918e-be09b1b4d187 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
      position: relative;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  margin: 0 !important;
  overflow: visible;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488924ed-4d91-43e8-918e-be09b1b4d187 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add background color handling */
  
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488924ed-4d91-43e8-918e-be09b1b4d187 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-488924ed-4d91-43e8-918e-be09b1b4d187 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image {
  box-sizing: border-box;
}



.s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488924ed-4d91-43e8-918e-be09b1b4d187 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container {
      position: relative;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488924ed-4d91-43e8-918e-be09b1b4d187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-d1cbae12-e9bb-4181-aa86-9c41b4edbbef {
  margin-top: 5px;
margin-left: 28%;
margin-bottom: 5px;
margin-right: 28%;
padding-top: 9px;
padding-bottom: 9px;
}

@media (min-width: 0px) {
[id="s-d1cbae12-e9bb-4181-aa86-9c41b4edbbef"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d1cbae12-e9bb-4181-aa86-9c41b4edbbef"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1cbae12-e9bb-4181-aa86-9c41b4edbbef"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1cbae12-e9bb-4181-aa86-9c41b4edbbef"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-f27f3023-3c4a-4dcd-acf5-344fb107d838 {
  margin-left: auto;
margin-right: auto;
}

#s-f27f3023-3c4a-4dcd-acf5-344fb107d838 .shogun-icon-wrapper {
  text-align: center;
}


#s-f27f3023-3c4a-4dcd-acf5-344fb107d838 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-a42a1405-0bfd-42f6-9584-9968a09128e8 {
  margin-left: auto;
margin-right: auto;
}

#s-a42a1405-0bfd-42f6-9584-9968a09128e8 .shogun-icon-wrapper {
  text-align: center;
}


#s-a42a1405-0bfd-42f6-9584-9968a09128e8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-16f8effb-5416-4bb5-a99b-968a66612604 {
  margin-left: auto;
margin-right: auto;
}

#s-16f8effb-5416-4bb5-a99b-968a66612604 .shogun-icon-wrapper {
  text-align: center;
}


#s-16f8effb-5416-4bb5-a99b-968a66612604 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-19c36ae8-91cc-4b8b-8a05-8e449345ed66 {
  margin-left: auto;
margin-right: auto;
}

#s-19c36ae8-91cc-4b8b-8a05-8e449345ed66 .shogun-icon-wrapper {
  text-align: center;
}


#s-19c36ae8-91cc-4b8b-8a05-8e449345ed66 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-953e877b-10f1-4dcf-b8f4-ea651c424b1b {
  margin-left: auto;
margin-right: auto;
}

#s-953e877b-10f1-4dcf-b8f4-ea651c424b1b .shogun-icon-wrapper {
  text-align: center;
}


#s-953e877b-10f1-4dcf-b8f4-ea651c424b1b .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-9246174d-9e3c-4f6b-9951-11d48ab216b4 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9246174d-9e3c-4f6b-9951-11d48ab216b4 {
  display: none;
}
#s-9246174d-9e3c-4f6b-9951-11d48ab216b4, #wrap-s-9246174d-9e3c-4f6b-9951-11d48ab216b4, #wrap-content-s-9246174d-9e3c-4f6b-9951-11d48ab216b4 { display: none !important; }}
#s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f {
  display: none;
}
#s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f, #wrap-s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f, #wrap-content-s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f {
  display: none;
}
#s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f, #wrap-s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f, #wrap-content-s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f { display: none !important; }}@media (max-width: 767px){#s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f {
  display: none;
}
#s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f, #wrap-s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f, #wrap-content-s-3bb0521f-bd1b-4bba-89bd-0c36fd3be29f { display: none !important; }}
#s-9ebde247-722f-4afb-a04f-ec0d0f544847 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ae5b0630-3d2f-4779-9df1-07d8419c1f45 {
  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-ae5b0630-3d2f-4779-9df1-07d8419c1f45 {
  background-image: url();
}








#s-ae5b0630-3d2f-4779-9df1-07d8419c1f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae5b0630-3d2f-4779-9df1-07d8419c1f45 {
  cursor: pointer;
}#s-ae5b0630-3d2f-4779-9df1-07d8419c1f45.shg-box.shg-c {
  justify-content: flex-start;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
  box-sizing: border-box;
}



.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
      position: relative;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
  box-sizing: border-box;
}



.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
      position: relative;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
  box-sizing: border-box;
}



.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
      position: relative;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
  box-sizing: border-box;
}



.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
      position: relative;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image {
  box-sizing: border-box;
}



.s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container {
      position: relative;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47187bb8-fd1c-4af3-bb73-4cc16338f5c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-7d5b6e36-9b8f-4ead-9c70-f909c9bcbe81 {
  margin-top: 5px;
margin-left: 28%;
margin-bottom: 5px;
margin-right: 28%;
padding-top: 9px;
padding-bottom: 9px;
}

@media (min-width: 0px) {
[id="s-7d5b6e36-9b8f-4ead-9c70-f909c9bcbe81"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7d5b6e36-9b8f-4ead-9c70-f909c9bcbe81"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d5b6e36-9b8f-4ead-9c70-f909c9bcbe81"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d5b6e36-9b8f-4ead-9c70-f909c9bcbe81"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-f197b51f-f3a1-466d-8ee9-7a4efcefb11b {
  margin-left: auto;
margin-right: auto;
}

#s-f197b51f-f3a1-466d-8ee9-7a4efcefb11b .shogun-icon-wrapper {
  text-align: center;
}


#s-f197b51f-f3a1-466d-8ee9-7a4efcefb11b .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-299cb837-9aad-4f15-ba11-374dfbc97044 {
  margin-left: auto;
margin-right: auto;
}

#s-299cb837-9aad-4f15-ba11-374dfbc97044 .shogun-icon-wrapper {
  text-align: center;
}


#s-299cb837-9aad-4f15-ba11-374dfbc97044 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-edb2b671-a132-4369-84d1-7a9ef742cb25 {
  margin-left: auto;
margin-right: auto;
}

#s-edb2b671-a132-4369-84d1-7a9ef742cb25 .shogun-icon-wrapper {
  text-align: center;
}


#s-edb2b671-a132-4369-84d1-7a9ef742cb25 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-e6a3a2bd-0bd7-428b-9bc2-70b409cf6ec9 {
  margin-left: auto;
margin-right: auto;
}

#s-e6a3a2bd-0bd7-428b-9bc2-70b409cf6ec9 .shogun-icon-wrapper {
  text-align: center;
}


#s-e6a3a2bd-0bd7-428b-9bc2-70b409cf6ec9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-d2180a25-4dc1-4f8d-9829-96d709d26691 {
  margin-left: auto;
margin-right: auto;
}

#s-d2180a25-4dc1-4f8d-9829-96d709d26691 .shogun-icon-wrapper {
  text-align: center;
}


#s-d2180a25-4dc1-4f8d-9829-96d709d26691 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-e041cd2a-88cf-4776-a5d5-39e2a6570a77 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e041cd2a-88cf-4776-a5d5-39e2a6570a77 {
  display: none;
}
#s-e041cd2a-88cf-4776-a5d5-39e2a6570a77, #wrap-s-e041cd2a-88cf-4776-a5d5-39e2a6570a77, #wrap-content-s-e041cd2a-88cf-4776-a5d5-39e2a6570a77 { display: none !important; }}
#s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c {
  display: none;
}
#s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c, #wrap-s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c, #wrap-content-s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c {
  display: none;
}
#s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c, #wrap-s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c, #wrap-content-s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c { display: none !important; }}@media (max-width: 767px){#s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c {
  display: none;
}
#s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c, #wrap-s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c, #wrap-content-s-8f11fbcb-a5e6-414d-94e1-5ce11ec6226c { display: none !important; }}
#s-c9c66e06-cbfa-454d-828a-886179db52f3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-49821c2e-ecdf-453f-b2db-57f2c4991db7 {
  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-49821c2e-ecdf-453f-b2db-57f2c4991db7 {
  background-image: url();
}








#s-49821c2e-ecdf-453f-b2db-57f2c4991db7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49821c2e-ecdf-453f-b2db-57f2c4991db7 {
  cursor: pointer;
}#s-49821c2e-ecdf-453f-b2db-57f2c4991db7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
  box-sizing: border-box;
}



.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
      position: relative;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
  box-sizing: border-box;
}



.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
      position: relative;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
  box-sizing: border-box;
}



.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
      position: relative;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
  box-sizing: border-box;
}



.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
      position: relative;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image {
  box-sizing: border-box;
}



.s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container {
      position: relative;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b8abce-26d4-4d8c-886a-f0456eedfbc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-71327ca2-202b-4a8c-a581-8e5959e095e3 {
  margin-top: 5px;
margin-left: 28%;
margin-bottom: 5px;
margin-right: 28%;
padding-top: 9px;
padding-bottom: 9px;
}

@media (min-width: 0px) {
[id="s-71327ca2-202b-4a8c-a581-8e5959e095e3"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-71327ca2-202b-4a8c-a581-8e5959e095e3"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71327ca2-202b-4a8c-a581-8e5959e095e3"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71327ca2-202b-4a8c-a581-8e5959e095e3"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-80531ad3-cafd-4fd3-87f4-c067985be07d {
  margin-left: auto;
margin-right: auto;
}

#s-80531ad3-cafd-4fd3-87f4-c067985be07d .shogun-icon-wrapper {
  text-align: center;
}


#s-80531ad3-cafd-4fd3-87f4-c067985be07d .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-913ae135-e6e7-4dfa-ae9e-1deae21c0f83 {
  margin-left: auto;
margin-right: auto;
}

#s-913ae135-e6e7-4dfa-ae9e-1deae21c0f83 .shogun-icon-wrapper {
  text-align: center;
}


#s-913ae135-e6e7-4dfa-ae9e-1deae21c0f83 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-efe45b26-da3a-4bfc-b301-f1fd51c79394 {
  margin-left: auto;
margin-right: auto;
}

#s-efe45b26-da3a-4bfc-b301-f1fd51c79394 .shogun-icon-wrapper {
  text-align: center;
}


#s-efe45b26-da3a-4bfc-b301-f1fd51c79394 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-a064fefb-5353-40c2-8d16-6753cf17e613 {
  margin-left: auto;
margin-right: auto;
}

#s-a064fefb-5353-40c2-8d16-6753cf17e613 .shogun-icon-wrapper {
  text-align: center;
}


#s-a064fefb-5353-40c2-8d16-6753cf17e613 .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-a5d38c58-8734-4138-b0e0-bfdc73bf88ba {
  margin-left: auto;
margin-right: auto;
}

#s-a5d38c58-8734-4138-b0e0-bfdc73bf88ba .shogun-icon-wrapper {
  text-align: center;
}


#s-a5d38c58-8734-4138-b0e0-bfdc73bf88ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 27px !important;
  color: rgba(21, 44, 78, 1);
}

#s-619ddec3-835a-4b04-9708-3d79c42cd327 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-619ddec3-835a-4b04-9708-3d79c42cd327 {
  display: none;
}
#s-619ddec3-835a-4b04-9708-3d79c42cd327, #wrap-s-619ddec3-835a-4b04-9708-3d79c42cd327, #wrap-content-s-619ddec3-835a-4b04-9708-3d79c42cd327 { display: none !important; }}
#s-780575e7-fe24-4a31-894c-0ef74b9b8675 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-780575e7-fe24-4a31-894c-0ef74b9b8675 {
  display: none;
}
#s-780575e7-fe24-4a31-894c-0ef74b9b8675, #wrap-s-780575e7-fe24-4a31-894c-0ef74b9b8675, #wrap-content-s-780575e7-fe24-4a31-894c-0ef74b9b8675 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-780575e7-fe24-4a31-894c-0ef74b9b8675 {
  display: none;
}
#s-780575e7-fe24-4a31-894c-0ef74b9b8675, #wrap-s-780575e7-fe24-4a31-894c-0ef74b9b8675, #wrap-content-s-780575e7-fe24-4a31-894c-0ef74b9b8675 { display: none !important; }}@media (max-width: 767px){#s-780575e7-fe24-4a31-894c-0ef74b9b8675 {
  display: none;
}
#s-780575e7-fe24-4a31-894c-0ef74b9b8675, #wrap-s-780575e7-fe24-4a31-894c-0ef74b9b8675, #wrap-content-s-780575e7-fe24-4a31-894c-0ef74b9b8675 { display: none !important; }}
#s-bab41db2-0e37-49ee-acf8-134e271c6d6d {
  margin-left: 5%;
margin-right: 5%;
}

#s-f925d042-ae19-45e1-b2e2-bba2b123df77 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-f925d042-ae19-45e1-b2e2-bba2b123df77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f925d042-ae19-45e1-b2e2-bba2b123df77 {
  cursor: pointer;
}#s-f925d042-ae19-45e1-b2e2-bba2b123df77.shg-box.shg-c {
  justify-content: center;
}

#s-d0120c87-297d-446b-a39d-f260dffeb1e7 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(14, 14, 14, 1);
}

#s-d0120c87-297d-446b-a39d-f260dffeb1e7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-d0120c87-297d-446b-a39d-f260dffeb1e7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-d0120c87-297d-446b-a39d-f260dffeb1e7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-d0120c87-297d-446b-a39d-f260dffeb1e7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-0e4501b2-10c2-4a11-805a-19f98bc8186b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-0e4501b2-10c2-4a11-805a-19f98bc8186b {
  background-image: url(https://i.shgcdn.com/3762ea8c-9e43-4964-a97f-066de61e121b/);
}








#s-0e4501b2-10c2-4a11-805a-19f98bc8186b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e4501b2-10c2-4a11-805a-19f98bc8186b.shg-box.shg-c {
  justify-content: center;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  margin-top: 0px;
margin-left: 35%;
margin-right: 35%;
max-width: 1000px;
aspect-ratio: 1000/447;
text-align: center;
}
@media (max-width: 767px){#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  margin-left: 28%;
margin-right: 28%;
}
}
#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }

    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-link {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }




.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image {
  box-sizing: border-box;
}



.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
      --shg-aspect-ratio: calc(1000/447); 
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
      position: relative;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }

    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-link {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }




.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image {
  box-sizing: border-box;
}



.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
      --shg-aspect-ratio: calc(1000/447); 
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
      position: relative;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }

    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-link {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }




.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image {
  box-sizing: border-box;
}



.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
      --shg-aspect-ratio: calc(1000/447); 
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
      position: relative;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }

    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-link {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }




.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image {
  box-sizing: border-box;
}



.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
      --shg-aspect-ratio: calc(1000/447); 
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
      position: relative;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }

    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-link {
      aspect-ratio: 1000/447;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }




.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image {
  box-sizing: border-box;
}



.s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 {
      --shg-aspect-ratio: calc(1000/447); 
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container {
      position: relative;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c0c1417-c064-4cca-954d-5b7d5f5eee52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-74a8f2bc-7687-40ac-b719-72a138d9b615 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74a8f2bc-7687-40ac-b719-72a138d9b615 .shogun-heading-component h1 {
  color: rgba(15, 14, 14, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-1e1ad715-bde6-41ed-b053-29a6e931537b {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(17, 17, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1e1ad715-bde6-41ed-b053-29a6e931537b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e1ad715-bde6-41ed-b053-29a6e931537b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e1ad715-bde6-41ed-b053-29a6e931537b-root {
    text-align: center;
  }


#s-1e1ad715-bde6-41ed-b053-29a6e931537b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e1ad715-bde6-41ed-b053-29a6e931537b-root {
    text-align: center;
  }


#s-1e1ad715-bde6-41ed-b053-29a6e931537b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e1ad715-bde6-41ed-b053-29a6e931537b-root {
    text-align: center;
  }


#s-1e1ad715-bde6-41ed-b053-29a6e931537b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e1ad715-bde6-41ed-b053-29a6e931537b-root {
    text-align: center;
  }


#s-1e1ad715-bde6-41ed-b053-29a6e931537b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e1ad715-bde6-41ed-b053-29a6e931537b-root {
    text-align: center;
  }


#s-1e1ad715-bde6-41ed-b053-29a6e931537b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-70894820-cadc-4205-9400-43089946ce48 {
  margin-top: 30px;
margin-left: 6%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 50px;
}








#s-70894820-cadc-4205-9400-43089946ce48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70894820-cadc-4205-9400-43089946ce48.shg-box.shg-c {
  justify-content: center;
}

#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  
}
}@media (max-width: 767px){#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  
}
}
@media (min-width: 0px) {
[id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  
}
}@media (max-width: 767px){#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}







#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  cursor: pointer;
}#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8.shg-box.shg-c {
  justify-content: center;
}

#s-1e598c6e-1172-4851-b105-421708b107b2 {
  margin-top: 60px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1e598c6e-1172-4851-b105-421708b107b2 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-f477cc1f-6b4e-4fd8-b1bd-abe4e5008c80 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f477cc1f-6b4e-4fd8-b1bd-abe4e5008c80 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-ca22d748-03a2-4c90-9078-7f6d82a35822 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ca22d748-03a2-4c90-9078-7f6d82a35822 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



#s-77c9c021-a0a3-4c43-83ee-e8b342b18028 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-77c9c021-a0a3-4c43-83ee-e8b342b18028 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-894e26a6-9c0b-4391-9d6c-538aa77b663c {
  margin-bottom: 60px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-894e26a6-9c0b-4391-9d6c-538aa77b663c:hover {background-color: rgba(166, 66, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-894e26a6-9c0b-4391-9d6c-538aa77b663c:active {background-color: rgba(17, 17, 17, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-894e26a6-9c0b-4391-9d6c-538aa77b663c {
  margin-bottom: 0px;
}
}

  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-position: left center;
}
@media (min-width: 1200px){#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  
}
}@media (max-width: 767px){#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  min-height: 500px;
}
}







#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  cursor: pointer;
}#s-bae6f874-8179-4161-96ab-a4e41e48b6e7.shg-box.shg-c {
  justify-content: center;
}

#s-befdd0c1-a450-419e-8d3b-f798246b32eb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(21, 44, 78, 1);
}








#s-befdd0c1-a450-419e-8d3b-f798246b32eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-befdd0c1-a450-419e-8d3b-f798246b32eb {
  cursor: pointer;
}#s-befdd0c1-a450-419e-8d3b-f798246b32eb.shg-box.shg-c {
  justify-content: center;
}

#s-410e4335-278c-438c-8882-a3d2b9b2a9b7 {
  min-height: 0px;
}








#s-410e4335-278c-438c-8882-a3d2b9b2a9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-410e4335-278c-438c-8882-a3d2b9b2a9b7.shg-box.shg-c {
  justify-content: center;
}

#s-e2e833d3-87e5-4128-967a-fa3a4c5ade38 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2e833d3-87e5-4128-967a-fa3a4c5ade38 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e2e833d3-87e5-4128-967a-fa3a4c5ade38 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0px;
}
#s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf-root {
    text-align: center;
  }


#s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf-root {
    text-align: center;
  }


#s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf-root {
    text-align: center;
  }


#s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf-root {
    text-align: center;
  }


#s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf-root {
    text-align: center;
  }


#s-96a7353a-252b-4475-b5cd-1a6f8e8f8acf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-501ca2ec-b4b0-48a7-b201-24dbd5577ada {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}
@media (max-width: 767px){#s-501ca2ec-b4b0-48a7-b201-24dbd5577ada {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-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: 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}