.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-1f77634a-15f5-4ac1-9cb0-34aca8384db9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1f77634a-15f5-4ac1-9cb0-34aca8384db9 {
  display: none;
}
#s-1f77634a-15f5-4ac1-9cb0-34aca8384db9, #wrap-s-1f77634a-15f5-4ac1-9cb0-34aca8384db9, #wrap-content-s-1f77634a-15f5-4ac1-9cb0-34aca8384db9 { display: none !important; }}







#s-1f77634a-15f5-4ac1-9cb0-34aca8384db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f77634a-15f5-4ac1-9cb0-34aca8384db9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-e92b3621-0e6b-4962-9414-35919080af02 {
  margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e92b3621-0e6b-4962-9414-35919080af02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e92b3621-0e6b-4962-9414-35919080af02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e92b3621-0e6b-4962-9414-35919080af02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e92b3621-0e6b-4962-9414-35919080af02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c614a6ff-2a50-4932-bf08-d673e0d6fa19 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 {
  text-align: left;
}


.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 {
  max-width:  100%;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 {
  max-width:  100%;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 {
  max-width:  100%;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 {
  max-width:  100%;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 {
  max-width:  100%;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 .shg-image-zoom,
.shg-c#s-02eaa627-e995-4cab-ac9d-8a28c268fe28 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-c66ebd85-a8d1-4d47-aac8-acd6d832e10d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-c66ebd85-a8d1-4d47-aac8-acd6d832e10d .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-c66ebd85-a8d1-4d47-aac8-acd6d832e10d .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c66ebd85-a8d1-4d47-aac8-acd6d832e10d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-c66ebd85-a8d1-4d47-aac8-acd6d832e10d .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c66ebd85-a8d1-4d47-aac8-acd6d832e10d .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c66ebd85-a8d1-4d47-aac8-acd6d832e10d .shg-gallery-dot {
  background-color: #FFF;
}

#s-06724435-cbca-4e17-b1e0-04800170afb3 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 450/75;
text-align: center;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  margin: 0 !important;
  overflow: visible;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add background color handling */
  
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
  box-sizing: border-box;
}



.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
      position: relative;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  margin: 0 !important;
  overflow: visible;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add background color handling */
  
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
  box-sizing: border-box;
}



.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
      position: relative;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  margin: 0 !important;
  overflow: visible;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add background color handling */
  
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
  box-sizing: border-box;
}



.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
      position: relative;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  margin: 0 !important;
  overflow: visible;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add background color handling */
  
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
  box-sizing: border-box;
}



.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
      position: relative;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  margin: 0 !important;
  overflow: visible;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add background color handling */
  
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image {
  box-sizing: border-box;
}



.s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container {
      position: relative;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e397da8c-c7a2-4134-a9c1-64b1c4e0422a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

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

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

#s-fa27e302-74d8-452a-8a1c-68d08715aa10 {
  margin-top: 1%;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-bottom: 5px;
text-align: center;
}

#s-fa27e302-74d8-452a-8a1c-68d08715aa10 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-19d03551-69bf-44f1-ac35-ec0549f3689b {
  margin-top: -10px;
margin-left: 30%;
margin-bottom: -10px;
margin-right: 30%;
min-height: 50px;
}








#s-19d03551-69bf-44f1-ac35-ec0549f3689b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19d03551-69bf-44f1-ac35-ec0549f3689b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-78b710a1-e97f-4ca9-91e7-fbf29c400323 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 1%;
padding-bottom: 3px;
padding-right: 1%;
max-width: 250px;
background-color: rgba(66, 143, 65, 1);
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 170/21;
text-align: center;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 1%;
}

.shg-image-content-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
  box-sizing: border-box;
}



.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
      position: relative;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
  box-sizing: border-box;
}



.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
      position: relative;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
  box-sizing: border-box;
}



.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
      position: relative;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
  box-sizing: border-box;
}



.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
      position: relative;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image {
  box-sizing: border-box;
}



.s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container {
      position: relative;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8c7b73-5c74-41d8-9d15-24f316edbf0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-e2e0bb2d-9ae3-471a-bfe9-8f39176d500f {
  margin-top: 1%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2e0bb2d-9ae3-471a-bfe9-8f39176d500f .shogun-heading-component h1 {
  color: rgba(50, 95, 16, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c0308a3d-40ea-40bf-8bec-18a4e408b4e3 {
  margin-top: 2%;
margin-left: 7%;
margin-right: 7%;
}

#s-09c912fe-2852-4723-9245-a3bde8138e2e {
  margin-top: 2%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(66, 143, 65, 1);
border-style: solid;
}

#s-46d97194-b6cb-4bc4-a234-311101917d3f {
  margin-top: 2%;
margin-left: 7%;
margin-right: 7%;
}

#s-129c152e-6e70-4099-9b4d-77e362463369 {
  margin-top: 0%;
margin-left: 15%;
margin-right: 15%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-3589d7da-91a3-47cd-86e1-2ef8e23f22f6 {
  margin-top: 2%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(66, 143, 65, 1);
border-style: solid;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-decoration: none;
text-align: center;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    font-size: 0px;
  }

  
    #s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-91a099f7-91ea-424a-9319-baa66dfc4a6a-btn-wrapper {
    text-align: center;
  }


#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-variant-btn:active, #s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-variant-btn.active {
  
    background-image: none;
    background-color: rgba(66, 143, 65, 1);
  
  color: #ffffff;
  
  
  
}

#s-91a099f7-91ea-424a-9319-baa66dfc4a6a .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-10568c34-e428-4f5e-aefa-809699420150 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
text-align: center;
}

#s-38cd0e1b-735e-4109-99ca-a2d44a245be1 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-ec764235-38e1-466e-aeb8-4327235b2cd5 {
  margin-top: 7px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec764235-38e1-466e-aeb8-4327235b2cd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-60136bb3-97a0-4bfc-b318-4d80dce55ed0 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-aefa17c0-3eeb-405d-aadc-9dade24b9f04 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(232, 233, 241, 1);
border-style: solid;
border-radius: 30px;
text-align: left;
}

#s-aefa17c0-3eeb-405d-aadc-9dade24b9f04 .shg-product-quantity-wrapper {
  display: flex;
}

#s-aefa17c0-3eeb-405d-aadc-9dade24b9f04 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-aefa17c0-3eeb-405d-aadc-9dade24b9f04 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-aefa17c0-3eeb-405d-aadc-9dade24b9f04 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-aefa17c0-3eeb-405d-aadc-9dade24b9f04 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-510eb568-eaef-4b33-a59d-72ba5f1816ca {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
text-align: right;
}

#s-510eb568-eaef-4b33-a59d-72ba5f1816ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Montserrat;
  font-style:  normal ;
}

#s-510eb568-eaef-4b33-a59d-72ba5f1816ca .shg-product-price {
  color: #000;
  
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-510eb568-eaef-4b33-a59d-72ba5f1816ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-76278c67-decd-406e-8f7f-19839bc32ad1 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-bd7d8e8b-c5af-451e-9c62-4033de81f5cc {
  margin-top: 3%;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-bd7d8e8b-c5af-451e-9c62-4033de81f5cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd7d8e8b-c5af-451e-9c62-4033de81f5cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5 {
  margin-left: 30%;
margin-right: 30%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 143, 65, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0e796c5b-3966-4b4f-be96-d069d1c659c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e796c5b-3966-4b4f-be96-d069d1c659c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e796c5b-3966-4b4f-be96-d069d1c659c5-atc-btn-wrapper {
    text-align: center;
  }


#s-0e796c5b-3966-4b4f-be96-d069d1c659c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0e796c5b-3966-4b4f-be96-d069d1c659c5-atc-btn-wrapper {
    text-align: center;
  }


#s-0e796c5b-3966-4b4f-be96-d069d1c659c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e796c5b-3966-4b4f-be96-d069d1c659c5-atc-btn-wrapper {
    text-align: center;
  }


#s-0e796c5b-3966-4b4f-be96-d069d1c659c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0e796c5b-3966-4b4f-be96-d069d1c659c5-atc-btn-wrapper {
    text-align: center;
  }


#s-0e796c5b-3966-4b4f-be96-d069d1c659c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0e796c5b-3966-4b4f-be96-d069d1c659c5-atc-btn-wrapper {
    text-align: center;
  }


#s-0e796c5b-3966-4b4f-be96-d069d1c659c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-0e796c5b-3966-4b4f-be96-d069d1c659c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-010a293b-6e89-458f-a4ec-6d1392695f91 {
  margin-top: 1%;
margin-left: auto;
margin-right: auto;
}

#s-968ad9f0-ecb2-46b6-a9a9-d621a5303083 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 240, 232, 1);
}








#s-968ad9f0-ecb2-46b6-a9a9-d621a5303083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-968ad9f0-ecb2-46b6-a9a9-d621a5303083.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e0d6759-c5f4-4f34-b18f-cac6ea03a8ef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5e0d6759-c5f4-4f34-b18f-cac6ea03a8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e0d6759-c5f4-4f34-b18f-cac6ea03a8ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09065e39-65c6-4461-8b5b-bfe10ed24a8d {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-09065e39-65c6-4461-8b5b-bfe10ed24a8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-09065e39-65c6-4461-8b5b-bfe10ed24a8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-09065e39-65c6-4461-8b5b-bfe10ed24a8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-09065e39-65c6-4461-8b5b-bfe10ed24a8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-01e128ee-0a8e-47d9-b0d5-f34bea047a8a {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-01e128ee-0a8e-47d9-b0d5-f34bea047a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01e128ee-0a8e-47d9-b0d5-f34bea047a8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 500/75;
text-align: center;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  
}

.shg-image-content-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
  box-sizing: border-box;
}



.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
      position: relative;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
  box-sizing: border-box;
}



.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
      position: relative;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
  box-sizing: border-box;
}



.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
      position: relative;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
  box-sizing: border-box;
}



.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
      position: relative;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image {
  box-sizing: border-box;
}



.s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container {
      position: relative;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849dbb83-c270-46db-b71c-75d5ea5c93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-5f9b8853-d7eb-4fd7-b8aa-0aae79679804 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f9b8853-d7eb-4fd7-b8aa-0aae79679804 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b390166c-94de-461b-a935-80922b9bbc94 {
  margin-left: auto;
margin-right: auto;
}

#s-3812e7bb-8079-4f32-8e67-84dea60ae0ac {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 4%;
padding-bottom: 6%;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3812e7bb-8079-4f32-8e67-84dea60ae0ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3812e7bb-8079-4f32-8e67-84dea60ae0ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 500/75;
text-align: center;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
  box-sizing: border-box;
}



.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
      position: relative;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
  box-sizing: border-box;
}



.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
      position: relative;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
  box-sizing: border-box;
}



.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
      position: relative;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
  box-sizing: border-box;
}



.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
      position: relative;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image {
  box-sizing: border-box;
}



.s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container {
      position: relative;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5b7f66-4bf5-4552-bf06-0ed86a85bf27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-d80854c5-6d1d-4aba-b616-2b33d689984a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d80854c5-6d1d-4aba-b616-2b33d689984a .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5dcd7b6d-8a62-4308-b0d9-d1f87462ad1b {
  margin-left: auto;
margin-right: auto;
}

#s-0a2085be-6ffc-47ec-b56f-ba08123bd829 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 4%;
padding-bottom: 6%;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a2085be-6ffc-47ec-b56f-ba08123bd829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a2085be-6ffc-47ec-b56f-ba08123bd829.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 500/75;
text-align: center;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  margin: 0 !important;
  overflow: visible;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add background color handling */
  
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
  box-sizing: border-box;
}



.s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11056f07-096c-4b8b-aae3-db0099d3c099 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
      position: relative;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  margin: 0 !important;
  overflow: visible;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add background color handling */
  
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
  box-sizing: border-box;
}



.s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11056f07-096c-4b8b-aae3-db0099d3c099 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
      position: relative;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  margin: 0 !important;
  overflow: visible;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add background color handling */
  
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
  box-sizing: border-box;
}



.s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11056f07-096c-4b8b-aae3-db0099d3c099 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
      position: relative;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  margin: 0 !important;
  overflow: visible;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add background color handling */
  
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
  box-sizing: border-box;
}



.s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11056f07-096c-4b8b-aae3-db0099d3c099 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
      position: relative;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  margin: 0 !important;
  overflow: visible;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11056f07-096c-4b8b-aae3-db0099d3c099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add background color handling */
  
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11056f07-096c-4b8b-aae3-db0099d3c099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-11056f07-096c-4b8b-aae3-db0099d3c099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image {
  box-sizing: border-box;
}



.s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11056f07-096c-4b8b-aae3-db0099d3c099 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container {
      position: relative;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11056f07-096c-4b8b-aae3-db0099d3c099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-56ede3f3-c67f-4d19-aaf8-268243e4342d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56ede3f3-c67f-4d19-aaf8-268243e4342d .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8824c15c-1ee9-4f80-b814-d5161bd53d25 {
  margin-left: auto;
margin-right: auto;
}

#s-71819412-4a5b-48fb-a41b-cc16c756234c {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 4%;
padding-bottom: 6%;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-71819412-4a5b-48fb-a41b-cc16c756234c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71819412-4a5b-48fb-a41b-cc16c756234c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 500/75;
text-align: center;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
  box-sizing: border-box;
}



.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
      position: relative;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
  box-sizing: border-box;
}



.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
      position: relative;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
  box-sizing: border-box;
}



.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
      position: relative;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
  box-sizing: border-box;
}



.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
      position: relative;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image {
  box-sizing: border-box;
}



.s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container {
      position: relative;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d03617f-fe72-4d9a-b1b6-270cc7b85937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-81c5c488-b177-4040-b662-1aa5de238d23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81c5c488-b177-4040-b662-1aa5de238d23 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c295488a-cbee-4f2e-aaa8-b4fbd0d8e284 {
  margin-left: auto;
margin-right: auto;
}

#s-321afee7-65a9-4f53-b566-6ec31bfd33e2 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-321afee7-65a9-4f53-b566-6ec31bfd33e2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-f240261e-cabf-4e4a-858a-379785497c94 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f240261e-cabf-4e4a-858a-379785497c94 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 170/21;
text-align: center;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 1%;
}

.shg-image-content-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
  box-sizing: border-box;
}



.s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
      position: relative;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
  box-sizing: border-box;
}



.s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
      position: relative;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
  box-sizing: border-box;
}



.s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
      position: relative;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
  box-sizing: border-box;
}



.s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
      position: relative;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-69b1906c-dc82-4900-b544-576b9ad4b3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image {
  box-sizing: border-box;
}



.s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container {
      position: relative;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b1906c-dc82-4900-b544-576b9ad4b3bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-dc97bcb0-a4e3-496f-b8e4-2257851041c6 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 33%;
padding-bottom: 1%;
padding-right: 33%;
background-color: rgba(248, 248, 246, 1);
}

@media (min-width: 0px) {
[id="s-dc97bcb0-a4e3-496f-b8e4-2257851041c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dc97bcb0-a4e3-496f-b8e4-2257851041c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dc97bcb0-a4e3-496f-b8e4-2257851041c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dc97bcb0-a4e3-496f-b8e4-2257851041c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e713e951-0c1b-42dd-a660-efce967850ad {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
  box-sizing: border-box;
}



.s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e713e951-0c1b-42dd-a660-efce967850ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
      position: relative;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-e713e951-0c1b-42dd-a660-efce967850ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
  box-sizing: border-box;
}



.s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e713e951-0c1b-42dd-a660-efce967850ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
      position: relative;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e713e951-0c1b-42dd-a660-efce967850ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
  box-sizing: border-box;
}



.s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e713e951-0c1b-42dd-a660-efce967850ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
      position: relative;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e713e951-0c1b-42dd-a660-efce967850ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
  box-sizing: border-box;
}



.s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e713e951-0c1b-42dd-a660-efce967850ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
      position: relative;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-e713e951-0c1b-42dd-a660-efce967850ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e713e951-0c1b-42dd-a660-efce967850ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e713e951-0c1b-42dd-a660-efce967850ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e713e951-0c1b-42dd-a660-efce967850ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image {
  box-sizing: border-box;
}



.s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e713e951-0c1b-42dd-a660-efce967850ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container {
      position: relative;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e713e951-0c1b-42dd-a660-efce967850ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-305818be-6f01-4558-9d0b-46722625ae51 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-305818be-6f01-4558-9d0b-46722625ae51 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
  box-sizing: border-box;
}



.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
      position: relative;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
  box-sizing: border-box;
}



.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
      position: relative;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
  box-sizing: border-box;
}



.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
      position: relative;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
  box-sizing: border-box;
}



.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
      position: relative;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image {
  box-sizing: border-box;
}



.s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container {
      position: relative;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad12ad3-39ef-45d6-8b12-48973244edb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-c31a0de2-f483-4a9c-bf9c-c0d30486126d {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c31a0de2-f483-4a9c-bf9c-c0d30486126d .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-a173353f-14e4-4417-8f48-5c72824cee06 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 {
  margin: 0 !important;
  overflow: visible;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add background color handling */
  
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
  box-sizing: border-box;
}



.s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a173353f-14e4-4417-8f48-5c72824cee06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
      position: relative;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-a173353f-14e4-4417-8f48-5c72824cee06 {
  margin: 0 !important;
  overflow: visible;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add background color handling */
  
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
  box-sizing: border-box;
}



.s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a173353f-14e4-4417-8f48-5c72824cee06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
      position: relative;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a173353f-14e4-4417-8f48-5c72824cee06 {
  margin: 0 !important;
  overflow: visible;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add background color handling */
  
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
  box-sizing: border-box;
}



.s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a173353f-14e4-4417-8f48-5c72824cee06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
      position: relative;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a173353f-14e4-4417-8f48-5c72824cee06 {
  margin: 0 !important;
  overflow: visible;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add background color handling */
  
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
  box-sizing: border-box;
}



.s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a173353f-14e4-4417-8f48-5c72824cee06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
      position: relative;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-a173353f-14e4-4417-8f48-5c72824cee06 {
  margin: 0 !important;
  overflow: visible;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a173353f-14e4-4417-8f48-5c72824cee06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add background color handling */
  
}

#s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a173353f-14e4-4417-8f48-5c72824cee06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-a173353f-14e4-4417-8f48-5c72824cee06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image {
  box-sizing: border-box;
}



.s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a173353f-14e4-4417-8f48-5c72824cee06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container {
      position: relative;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a173353f-14e4-4417-8f48-5c72824cee06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-3039c58e-1a2c-4399-b4da-04db0ab1d2d9 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3039c58e-1a2c-4399-b4da-04db0ab1d2d9 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-5159db69-c819-430f-b926-9ffe42c33e98 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
  box-sizing: border-box;
}



.s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5159db69-c819-430f-b926-9ffe42c33e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
      position: relative;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-5159db69-c819-430f-b926-9ffe42c33e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
  box-sizing: border-box;
}



.s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5159db69-c819-430f-b926-9ffe42c33e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
      position: relative;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5159db69-c819-430f-b926-9ffe42c33e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
  box-sizing: border-box;
}



.s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5159db69-c819-430f-b926-9ffe42c33e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
      position: relative;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5159db69-c819-430f-b926-9ffe42c33e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
  box-sizing: border-box;
}



.s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5159db69-c819-430f-b926-9ffe42c33e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
      position: relative;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-5159db69-c819-430f-b926-9ffe42c33e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5159db69-c819-430f-b926-9ffe42c33e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5159db69-c819-430f-b926-9ffe42c33e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5159db69-c819-430f-b926-9ffe42c33e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image {
  box-sizing: border-box;
}



.s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5159db69-c819-430f-b926-9ffe42c33e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container {
      position: relative;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5159db69-c819-430f-b926-9ffe42c33e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-58f5cf90-bf4c-44fd-a9a7-b4281e44dd1f {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58f5cf90-bf4c-44fd-a9a7-b4281e44dd1f .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-dc2ae584-1bd3-4738-b83e-b3510d4a8074 {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-dc2ae584-1bd3-4738-b83e-b3510d4a8074"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dc2ae584-1bd3-4738-b83e-b3510d4a8074"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dc2ae584-1bd3-4738-b83e-b3510d4a8074"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dc2ae584-1bd3-4738-b83e-b3510d4a8074"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  margin: 0 !important;
  overflow: visible;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add background color handling */
  
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
  box-sizing: border-box;
}



.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
      position: relative;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  margin: 0 !important;
  overflow: visible;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add background color handling */
  
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
  box-sizing: border-box;
}



.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
      position: relative;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  margin: 0 !important;
  overflow: visible;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add background color handling */
  
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
  box-sizing: border-box;
}



.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
      position: relative;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  margin: 0 !important;
  overflow: visible;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add background color handling */
  
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
  box-sizing: border-box;
}



.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
      position: relative;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  margin: 0 !important;
  overflow: visible;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add background color handling */
  
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image {
  box-sizing: border-box;
}



.s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container {
      position: relative;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9844dfd-83af-4f62-9d57-ea63c63ff26c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-e42541c1-2213-43c0-9c96-80f3c1ab6241 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e42541c1-2213-43c0-9c96-80f3c1ab6241 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-aa5649b1-4a05-4f01-a534-a820510f803b {
  margin-left: auto;
margin-right: auto;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
  box-sizing: border-box;
}



.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
      position: relative;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
  box-sizing: border-box;
}



.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
      position: relative;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
  box-sizing: border-box;
}



.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
      position: relative;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
  box-sizing: border-box;
}



.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
      position: relative;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image {
  box-sizing: border-box;
}



.s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container {
      position: relative;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fa199b9-0d4d-46fe-a55d-54fdca240fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-e30fe8e8-0e49-44c3-aa08-8caae5dd42f9 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e30fe8e8-0e49-44c3-aa08-8caae5dd42f9 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-aa08d2bb-f42b-4c75-8ffd-8463b6a53c2c {
  margin-left: auto;
margin-right: auto;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  margin: 0 !important;
  overflow: visible;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add background color handling */
  
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
  box-sizing: border-box;
}



.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
      position: relative;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  margin: 0 !important;
  overflow: visible;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add background color handling */
  
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
  box-sizing: border-box;
}



.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
      position: relative;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  margin: 0 !important;
  overflow: visible;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add background color handling */
  
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
  box-sizing: border-box;
}



.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
      position: relative;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  margin: 0 !important;
  overflow: visible;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add background color handling */
  
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
  box-sizing: border-box;
}



.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
      position: relative;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  margin: 0 !important;
  overflow: visible;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add background color handling */
  
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image {
  box-sizing: border-box;
}



.s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container {
      position: relative;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf5e621-79d5-4b04-8d0f-471dd1078900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-f0542c33-da52-41b1-b528-59c3fce0089a {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0542c33-da52-41b1-b528-59c3fce0089a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9b89b28d-7155-42af-a7f6-f602f656d61e {
  margin-left: auto;
margin-right: auto;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
  box-sizing: border-box;
}



.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
      position: relative;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
  box-sizing: border-box;
}



.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
      position: relative;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
  box-sizing: border-box;
}



.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
      position: relative;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
  box-sizing: border-box;
}



.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
      position: relative;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image {
  box-sizing: border-box;
}



.s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container {
      position: relative;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fb3bfb-c3c8-4f3e-9e77-82627b781cd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-83ec1312-ecfc-4107-817d-ef2a9953e26d {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83ec1312-ecfc-4107-817d-ef2a9953e26d .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0558bb5f-fd8e-4098-b34d-8c7447fb311c {
  margin-left: auto;
margin-right: auto;
}

#s-63353d9a-7fd4-4a86-aa62-f095045179b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 240, 232, 1);
}








#s-63353d9a-7fd4-4a86-aa62-f095045179b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63353d9a-7fd4-4a86-aa62-f095045179b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0916ad06-7263-46ca-a4bf-61b05c9625aa {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0916ad06-7263-46ca-a4bf-61b05c9625aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0916ad06-7263-46ca-a4bf-61b05c9625aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-0916ad06-7263-46ca-a4bf-61b05c9625aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-0916ad06-7263-46ca-a4bf-61b05c9625aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

}

#s-b4ccb05d-0aca-4033-9d76-2f942894f92a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4ccb05d-0aca-4033-9d76-2f942894f92a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 500/75;
text-align: center;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
  box-sizing: border-box;
}



.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
      position: relative;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
  box-sizing: border-box;
}



.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
      position: relative;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
  box-sizing: border-box;
}



.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
      position: relative;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
  box-sizing: border-box;
}



.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
      position: relative;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image {
  box-sizing: border-box;
}



.s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container {
      position: relative;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab811f2-2ff5-4ac8-9e7c-f82e5f678466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-7222c61d-cc6c-412f-97c3-1051c2b79fe5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  margin-top: -7%;
margin-left: auto;
margin-bottom: -7%;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -7%;
  margin-bottom: -7%;
}

.shg-image-content-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
  box-sizing: border-box;
}



.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
      position: relative;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
  box-sizing: border-box;
}



.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
      position: relative;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
  box-sizing: border-box;
}



.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
      position: relative;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
  box-sizing: border-box;
}



.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
      position: relative;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image {
  box-sizing: border-box;
}



.s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container {
      position: relative;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1143c9ed-aa89-4701-8601-b46cbb0f39c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-482752cc-cc0a-479c-afd8-e09d316574e0 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-482752cc-cc0a-479c-afd8-e09d316574e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-482752cc-cc0a-479c-afd8-e09d316574e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-482752cc-cc0a-479c-afd8-e09d316574e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-482752cc-cc0a-479c-afd8-e09d316574e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  margin: 0 !important;
  overflow: visible;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add background color handling */
  
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
  box-sizing: border-box;
}



.s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
      position: relative;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  margin: 0 !important;
  overflow: visible;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add background color handling */
  
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
  box-sizing: border-box;
}



.s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
      position: relative;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  margin: 0 !important;
  overflow: visible;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add background color handling */
  
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
  box-sizing: border-box;
}



.s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
      position: relative;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  margin: 0 !important;
  overflow: visible;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add background color handling */
  
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
  box-sizing: border-box;
}



.s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
      position: relative;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  margin: 0 !important;
  overflow: visible;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add background color handling */
  
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3492ae26-cf46-42c6-9a6e-f18202afc505 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image {
  box-sizing: border-box;
}



.s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container {
      position: relative;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3492ae26-cf46-42c6-9a6e-f18202afc505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-2f179aef-18dd-43d0-ae85-5cb884e9b45e {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f179aef-18dd-43d0-ae85-5cb884e9b45e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 170/21;
text-align: center;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
  box-sizing: border-box;
}



.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
      position: relative;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
  box-sizing: border-box;
}



.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
      position: relative;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
  box-sizing: border-box;
}



.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
      position: relative;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
  box-sizing: border-box;
}



.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
      position: relative;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image {
  box-sizing: border-box;
}



.s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container {
      position: relative;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1923faa5-91ec-42c3-b57c-3575e962a1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-587dd02d-cb77-4a6d-970e-60f77ec2af48 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
}

#s-3a1f88d7-329b-43fa-84f0-bfdc1ece6e28 {
  min-height: 50px;
background-color: rgba(243, 240, 232, 1);
}








#s-3a1f88d7-329b-43fa-84f0-bfdc1ece6e28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a1f88d7-329b-43fa-84f0-bfdc1ece6e28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc6b3bcc-5cbc-46ca-a6e5-87fdb3dad9bc {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc6b3bcc-5cbc-46ca-a6e5-87fdb3dad9bc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 500/75;
text-align: center;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
  box-sizing: border-box;
}



.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
      position: relative;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
  box-sizing: border-box;
}



.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
      position: relative;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
  box-sizing: border-box;
}



.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
      position: relative;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
  box-sizing: border-box;
}



.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
      position: relative;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image {
  box-sizing: border-box;
}



.s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container {
      position: relative;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51603e4a-85b5-45fe-add8-8c0d6735e9e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-143f2811-fc60-423d-9def-df4fdd6be1fb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
max-width: 1120px;
background-color: rgba(243, 240, 232, 1);
}








#s-143f2811-fc60-423d-9def-df4fdd6be1fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-143f2811-fc60-423d-9def-df4fdd6be1fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-db926638-4084-43e2-9172-2a9c23588553 {
  margin-left: auto;
margin-right: auto;
}

#s-db926638-4084-43e2-9172-2a9c23588553 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-db926638-4084-43e2-9172-2a9c23588553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-db926638-4084-43e2-9172-2a9c23588553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 143, 65, 1);
}

#s-db926638-4084-43e2-9172-2a9c23588553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-db926638-4084-43e2-9172-2a9c23588553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 143, 65, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-db926638-4084-43e2-9172-2a9c23588553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f9aec42a-7f29-48d2-8539-9b6f93954b18 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-9a6e749a-82e3-41d2-9e3b-b6b751154442 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-0c771665-fb1f-4b4e-8b89-2edd6bf4e5e0 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-647c6242-c317-49a2-9c63-54ba453c3b5d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-8576e299-65f9-45e5-84f2-1b8e2ff8dcbc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-efe49f3f-90c9-42a9-b8f3-893dda3b2a6d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-76fcf8b0-3209-45d3-a2e1-d41b6d81270c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-5690808f-26c1-47bb-b0c2-cc066f0e2e0a {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 0%;
padding-bottom: 70px;
padding-right: 0%;
min-height: 50px;
max-width: 50%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5690808f-26c1-47bb-b0c2-cc066f0e2e0a {
  max-width: 70%;
}
}@media (max-width: 767px){#s-5690808f-26c1-47bb-b0c2-cc066f0e2e0a {
  max-width: 80%;
}
}







#s-5690808f-26c1-47bb-b0c2-cc066f0e2e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5690808f-26c1-47bb-b0c2-cc066f0e2e0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2701b9d3-9146-439f-ab88-2b58e4878001 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2701b9d3-9146-439f-ab88-2b58e4878001 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-f4026e01-07af-49d6-8be7-4579c6756207 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 170/21;
text-align: center;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
  box-sizing: border-box;
}



.s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4026e01-07af-49d6-8be7-4579c6756207 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
      position: relative;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-f4026e01-07af-49d6-8be7-4579c6756207 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
  box-sizing: border-box;
}



.s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4026e01-07af-49d6-8be7-4579c6756207 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
      position: relative;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f4026e01-07af-49d6-8be7-4579c6756207 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
  box-sizing: border-box;
}



.s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4026e01-07af-49d6-8be7-4579c6756207 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
      position: relative;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f4026e01-07af-49d6-8be7-4579c6756207 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
  box-sizing: border-box;
}



.s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4026e01-07af-49d6-8be7-4579c6756207 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
      position: relative;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-f4026e01-07af-49d6-8be7-4579c6756207 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4026e01-07af-49d6-8be7-4579c6756207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4026e01-07af-49d6-8be7-4579c6756207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f4026e01-07af-49d6-8be7-4579c6756207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image {
  box-sizing: border-box;
}



.s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4026e01-07af-49d6-8be7-4579c6756207 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container {
      position: relative;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4026e01-07af-49d6-8be7-4579c6756207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-1d123b72-2ccf-4cc0-9587-a36e3f9b2f91 {
  min-height: 50px;
background-color: rgba(243, 240, 232, 1);
}








#s-1d123b72-2ccf-4cc0-9587-a36e3f9b2f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d123b72-2ccf-4cc0-9587-a36e3f9b2f91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a244b60-7302-4fac-a997-a771f3de9793 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
max-width: 1120px;
background-color: rgba(243, 240, 232, 1);
}








#s-3a244b60-7302-4fac-a997-a771f3de9793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a244b60-7302-4fac-a997-a771f3de9793.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1652a372-594e-433a-844b-ea1aa05ca99c {
  min-height: 50px;
}








#s-1652a372-594e-433a-844b-ea1aa05ca99c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1652a372-594e-433a-844b-ea1aa05ca99c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e94001db-49c0-44d5-bc3b-56ba3f7ba68c {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e94001db-49c0-44d5-bc3b-56ba3f7ba68c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e94001db-49c0-44d5-bc3b-56ba3f7ba68c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-3fcaed68-76fb-4d84-b516-4caaa748c7a1 {
  margin-top: 20px;
}

#s-3fcaed68-76fb-4d84-b516-4caaa748c7a1 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-3fcaed68-76fb-4d84-b516-4caaa748c7a1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3fcaed68-76fb-4d84-b516-4caaa748c7a1 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  
  font-size: 14px;
  
  
  
  
  
}

#s-3fcaed68-76fb-4d84-b516-4caaa748c7a1 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-3fcaed68-76fb-4d84-b516-4caaa748c7a1 td.shogun-table-column, #s-3fcaed68-76fb-4d84-b516-4caaa748c7a1 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 1);
}

#s-352a4b50-cb19-4602-8bda-7cc698090152 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-60350880-4584-46ac-917e-3be4071a3f54 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-01f4e725-e21a-4bb8-9def-aa12eeae1876 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-94b653b7-466a-43e7-b12b-09ca0ea88c63 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-8e41d5d9-3477-4513-8087-04d597e13512 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-66806d08-4761-4868-91ff-3b8cb277f069 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-7243fb14-de60-4160-b963-0e5edfafa9c3 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-7365a898-dd66-4815-a130-7f64df1eb9b1 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-46b06423-63a6-4e50-a4e1-2018d1c2a1c2 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-12eb0629-61f7-4fc3-bc99-ce37e1dd260f {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-65bfb2d6-b4c6-4663-8990-ac52555a7506 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-57845255-14ee-4f04-b754-83f6e80169b7 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-729262e7-c4ba-4f9c-9eb9-9fed3f5b2952 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-825e6c30-e8f1-4d2b-a49a-49922afecfaf {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-519061d4-934f-48f9-b066-f8fe12e0531f {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9daad1de-2aa4-4fc6-9c48-81ea0874d20e {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-bea148b5-56b9-44df-804b-fb045f260bac {
  margin-top: 1%;
}

#s-bea148b5-56b9-44df-804b-fb045f260bac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(241, 241, 241, 1);
}

#s-bea148b5-56b9-44df-804b-fb045f260bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 25px;
}

#s-bea148b5-56b9-44df-804b-fb045f260bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(47, 47, 47, 1);
}

#s-bea148b5-56b9-44df-804b-fb045f260bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(241, 241, 241, 1);
}

#s-bea148b5-56b9-44df-804b-fb045f260bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(47, 47, 47, 1);
  text-align: left;
  font-family: League Spartan;
  
  
  font-size: 18px;
}

#s-bea148b5-56b9-44df-804b-fb045f260bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-4535c1d7-c8cd-4e63-814e-b8f67f3c1fff {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
}

#s-783d4cd2-14e0-4074-b528-a315c02890a7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-783d4cd2-14e0-4074-b528-a315c02890a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-783d4cd2-14e0-4074-b528-a315c02890a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adfc780f-285b-433d-8e47-7028ee41822b {
  margin-left: -3%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-adfc780f-285b-433d-8e47-7028ee41822b {
  display: none;
}
#s-adfc780f-285b-433d-8e47-7028ee41822b, #wrap-s-adfc780f-285b-433d-8e47-7028ee41822b, #wrap-content-s-adfc780f-285b-433d-8e47-7028ee41822b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adfc780f-285b-433d-8e47-7028ee41822b {
  display: none;
}
#s-adfc780f-285b-433d-8e47-7028ee41822b, #wrap-s-adfc780f-285b-433d-8e47-7028ee41822b, #wrap-content-s-adfc780f-285b-433d-8e47-7028ee41822b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adfc780f-285b-433d-8e47-7028ee41822b {
  display: none;
}
#s-adfc780f-285b-433d-8e47-7028ee41822b, #wrap-s-adfc780f-285b-433d-8e47-7028ee41822b, #wrap-content-s-adfc780f-285b-433d-8e47-7028ee41822b { display: none !important; }}







#s-adfc780f-285b-433d-8e47-7028ee41822b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adfc780f-285b-433d-8e47-7028ee41822b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29b9c473-94a1-49b4-8e5c-8d2ae6e28430 {
  margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-29b9c473-94a1-49b4-8e5c-8d2ae6e28430"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29b9c473-94a1-49b4-8e5c-8d2ae6e28430"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29b9c473-94a1-49b4-8e5c-8d2ae6e28430"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29b9c473-94a1-49b4-8e5c-8d2ae6e28430"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4a15c2bd-1a31-4497-8f76-743c8b41e20a {
  margin-left: auto;
margin-right: auto;
}

#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f {
  text-align: left;
}


.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f {
  max-width:  100%;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  max-width: 3011px !important;
  
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f {
  max-width:  100%;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  max-width: 3011px !important;
  
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f {
  max-width:  100%;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  max-width: 3011px !important;
  
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f {
  max-width:  100%;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  max-width: 3011px !important;
  
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f {
  max-width:  100%;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  max-width: 3011px !important;
  
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom {
  width:  1755; 
  height:  100%; 
}




.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f .shg-image-zoom,
.shg-c#s-123b79c7-4ae7-4abb-9ebf-66798e69bb8f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}


}
#s-3bb8aedd-fd1c-4bb7-b84b-513c5d747970 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-3bb8aedd-fd1c-4bb7-b84b-513c5d747970 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-3bb8aedd-fd1c-4bb7-b84b-513c5d747970 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-3bb8aedd-fd1c-4bb7-b84b-513c5d747970 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-3bb8aedd-fd1c-4bb7-b84b-513c5d747970 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-3bb8aedd-fd1c-4bb7-b84b-513c5d747970 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-3bb8aedd-fd1c-4bb7-b84b-513c5d747970 .shg-gallery-dot {
  background-color: #FFF;
}

#s-dbebacd1-b4a0-4d7b-ab88-c3543d8ba5b4 {
  margin-left: auto;
margin-right: auto;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 300px;
aspect-ratio: 450/75;
text-align: center;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  margin: 0 !important;
  overflow: visible;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add background color handling */
  
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
  box-sizing: border-box;
}



.s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0df1b907-a42f-4281-8d12-e44e55b52169 {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
      position: relative;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  margin: 0 !important;
  overflow: visible;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add background color handling */
  
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
  box-sizing: border-box;
}



.s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0df1b907-a42f-4281-8d12-e44e55b52169 {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
      position: relative;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  margin: 0 !important;
  overflow: visible;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add background color handling */
  
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
  box-sizing: border-box;
}



.s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0df1b907-a42f-4281-8d12-e44e55b52169 {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
      position: relative;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  margin: 0 !important;
  overflow: visible;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add background color handling */
  
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
  box-sizing: border-box;
}



.s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0df1b907-a42f-4281-8d12-e44e55b52169 {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
      position: relative;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  margin: 0 !important;
  overflow: visible;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0df1b907-a42f-4281-8d12-e44e55b52169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add background color handling */
  
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }

    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-link {
      aspect-ratio: 450/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0df1b907-a42f-4281-8d12-e44e55b52169 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0df1b907-a42f-4281-8d12-e44e55b52169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image {
  box-sizing: border-box;
}



.s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0df1b907-a42f-4281-8d12-e44e55b52169 {
      --shg-aspect-ratio: calc(450/75); 
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container {
      position: relative;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0df1b907-a42f-4281-8d12-e44e55b52169 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-f1842290-65c7-43ed-b128-74636493677b {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 7px;
padding-bottom: 5px;
text-align: center;
}

#s-f1842290-65c7-43ed-b128-74636493677b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4600fb83-3ab1-42a4-9998-2e5ba5001971 {
  margin-top: -5%;
margin-left: 15%;
margin-bottom: -5%;
margin-right: 15%;
min-height: 50px;
}








#s-4600fb83-3ab1-42a4-9998-2e5ba5001971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4600fb83-3ab1-42a4-9998-2e5ba5001971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e079766-0bfd-475c-948c-e0a7ef45c56e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 1%;
padding-bottom: 3px;
padding-right: 1%;
max-width: 250px;
background-color: rgba(66, 143, 65, 1);
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 170/21;
text-align: center;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  margin-bottom: 1%;
}

.shg-image-content-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
  box-sizing: border-box;
}



.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
      position: relative;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
  box-sizing: border-box;
}



.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
      position: relative;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
  box-sizing: border-box;
}



.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
      position: relative;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
  box-sizing: border-box;
}



.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
      position: relative;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image {
  box-sizing: border-box;
}



.s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container {
      position: relative;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6256593c-b64f-418b-8cb4-4c6d16f993c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-165d3905-60df-4169-878e-c4a157d48d11 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-165d3905-60df-4169-878e-c4a157d48d11 .shogun-heading-component h1 {
  color: rgba(66, 143, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-eab63db6-a250-493e-b413-65d7f4c8c917 {
  margin-top: 2%;
margin-left: 7%;
margin-right: 7%;
}

#s-fff20b3a-3813-4c71-a4cd-b2a507fabea6 {
  margin-top: 4%;
margin-left: 7%;
margin-bottom: 2%;
margin-right: 7%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(66, 143, 65, 1);
border-style: solid;
}

#s-3ca04cf2-094d-487a-873b-5d25328e4dbf {
  margin-top: 4%;
margin-left: 7%;
margin-right: 7%;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-decoration: none;
text-align: center;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    font-size: 0px;
  }

  
    #s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-3c9400f3-c4b6-47fa-af29-164f7a3e8000-btn-wrapper {
    text-align: center;
  }


#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-variant-btn:active, #s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-variant-btn.active {
  
    background-image: none;
    background-color: rgba(66, 143, 65, 1);
  
  color: #ffffff;
  
  
  
}

#s-3c9400f3-c4b6-47fa-af29-164f7a3e8000 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-13b86e17-f0a2-4bc9-a70c-69a4966baf50 {
  margin-top: 8%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
text-align: center;
}

#s-37cedfb3-0b62-4d67-b4f2-dd0e9ec694e4 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-31a828ec-1885-4b3d-97ea-dfffaab28eb2 {
  margin-top: 7px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-31a828ec-1885-4b3d-97ea-dfffaab28eb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-31a828ec-1885-4b3d-97ea-dfffaab28eb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31a828ec-1885-4b3d-97ea-dfffaab28eb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31a828ec-1885-4b3d-97ea-dfffaab28eb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bafc9ec3-9d50-41aa-b7b6-ef4f857c5dd2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0bb6d744-fff8-4a70-9733-e2653ddadb22 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(232, 233, 241, 1);
border-style: solid;
border-radius: 30px;
text-align: left;
}

#s-0bb6d744-fff8-4a70-9733-e2653ddadb22 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0bb6d744-fff8-4a70-9733-e2653ddadb22 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0bb6d744-fff8-4a70-9733-e2653ddadb22 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0bb6d744-fff8-4a70-9733-e2653ddadb22 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0bb6d744-fff8-4a70-9733-e2653ddadb22 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1607346f-36d8-44e6-9817-4d3563b49d0f {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-17e8e2c6-8f62-4e38-8dea-b8bbc3fafd7d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
text-align: center;
}

#s-17e8e2c6-8f62-4e38-8dea-b8bbc3fafd7d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  
  font-family: Montserrat;
  font-style:  normal ;
}

#s-17e8e2c6-8f62-4e38-8dea-b8bbc3fafd7d .shg-product-price {
  color: #000;
  
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 22px;
}

#s-17e8e2c6-8f62-4e38-8dea-b8bbc3fafd7d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65262165-4376-44ee-9d63-6d64bbc2e6ce {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-65262165-4376-44ee-9d63-6d64bbc2e6ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65262165-4376-44ee-9d63-6d64bbc2e6ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 143, 65, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-aa24daa0-ad79-471f-a835-729b81a748e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa24daa0-ad79-471f-a835-729b81a748e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa24daa0-ad79-471f-a835-729b81a748e5-atc-btn-wrapper {
    text-align: center;
  }


#s-aa24daa0-ad79-471f-a835-729b81a748e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-aa24daa0-ad79-471f-a835-729b81a748e5-atc-btn-wrapper {
    text-align: center;
  }


#s-aa24daa0-ad79-471f-a835-729b81a748e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa24daa0-ad79-471f-a835-729b81a748e5-atc-btn-wrapper {
    text-align: center;
  }


#s-aa24daa0-ad79-471f-a835-729b81a748e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-aa24daa0-ad79-471f-a835-729b81a748e5-atc-btn-wrapper {
    text-align: center;
  }


#s-aa24daa0-ad79-471f-a835-729b81a748e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-aa24daa0-ad79-471f-a835-729b81a748e5-atc-btn-wrapper {
    text-align: center;
  }


#s-aa24daa0-ad79-471f-a835-729b81a748e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat Semibold;
  display:  block ;
}

#s-aa24daa0-ad79-471f-a835-729b81a748e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d999df10-cb11-450c-943c-a06c9e2118c7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
}

#s-54e5dce2-811b-419f-966b-984d3f0c36f7 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 240, 232, 1);
}








#s-54e5dce2-811b-419f-966b-984d3f0c36f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54e5dce2-811b-419f-966b-984d3f0c36f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71a64f42-8116-4208-889a-6742b5c4b309 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-71a64f42-8116-4208-889a-6742b5c4b309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71a64f42-8116-4208-889a-6742b5c4b309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c469f736-9896-4d69-be49-6749fdaa724b {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c469f736-9896-4d69-be49-6749fdaa724b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c469f736-9896-4d69-be49-6749fdaa724b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c469f736-9896-4d69-be49-6749fdaa724b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c469f736-9896-4d69-be49-6749fdaa724b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4fa9a72d-7199-413d-9347-a0ee1f45dbf8 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4fa9a72d-7199-413d-9347-a0ee1f45dbf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fa9a72d-7199-413d-9347-a0ee1f45dbf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03acad68-9885-4d14-b08a-7b128015095c {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 500/75;
text-align: center;
}

#s-03acad68-9885-4d14-b08a-7b128015095c {
  margin: 0 !important;
  overflow: visible;
}

#s-03acad68-9885-4d14-b08a-7b128015095c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  
}

.shg-image-content-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add background color handling */
  
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-content {
  
    justify-content: center;
  
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
  box-sizing: border-box;
}



.s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03acad68-9885-4d14-b08a-7b128015095c {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
      position: relative;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-03acad68-9885-4d14-b08a-7b128015095c {
  margin: 0 !important;
  overflow: visible;
}

#s-03acad68-9885-4d14-b08a-7b128015095c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add background color handling */
  
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-content {
  
    justify-content: center;
  
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
  box-sizing: border-box;
}



.s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03acad68-9885-4d14-b08a-7b128015095c {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
      position: relative;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-03acad68-9885-4d14-b08a-7b128015095c {
  margin: 0 !important;
  overflow: visible;
}

#s-03acad68-9885-4d14-b08a-7b128015095c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add background color handling */
  
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-content {
  
    justify-content: center;
  
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
  box-sizing: border-box;
}



.s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03acad68-9885-4d14-b08a-7b128015095c {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
      position: relative;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-03acad68-9885-4d14-b08a-7b128015095c {
  margin: 0 !important;
  overflow: visible;
}

#s-03acad68-9885-4d14-b08a-7b128015095c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add background color handling */
  
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-content {
  
    justify-content: center;
  
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
  box-sizing: border-box;
}



.s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03acad68-9885-4d14-b08a-7b128015095c {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
      position: relative;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-03acad68-9885-4d14-b08a-7b128015095c {
  margin: 0 !important;
  overflow: visible;
}

#s-03acad68-9885-4d14-b08a-7b128015095c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03acad68-9885-4d14-b08a-7b128015095c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add background color handling */
  
}

#s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03acad68-9885-4d14-b08a-7b128015095c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-03acad68-9885-4d14-b08a-7b128015095c .shogun-image-content {
  
    justify-content: center;
  
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image {
  box-sizing: border-box;
}



.s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03acad68-9885-4d14-b08a-7b128015095c {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container {
      position: relative;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03acad68-9885-4d14-b08a-7b128015095c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-1e23d0c1-f9fa-4fbc-9e1f-9eaab58447e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e23d0c1-f9fa-4fbc-9e1f-9eaab58447e4 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5c889835-c67a-4cb8-bf29-7441d74ac7c5 {
  margin-left: auto;
margin-right: auto;
}

#s-930b6b32-1b02-432c-87e0-4ad1d16250bb {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 6%;
padding-left: 4%;
padding-bottom: 6%;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-930b6b32-1b02-432c-87e0-4ad1d16250bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-930b6b32-1b02-432c-87e0-4ad1d16250bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 500/75;
text-align: center;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
  box-sizing: border-box;
}



.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
      position: relative;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
  box-sizing: border-box;
}



.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
      position: relative;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
  box-sizing: border-box;
}



.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
      position: relative;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
  box-sizing: border-box;
}



.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
      position: relative;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image {
  box-sizing: border-box;
}



.s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container {
      position: relative;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef00573-a17d-4ed8-bed6-1d7eba0eede6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-c2140736-f896-4622-b6ba-6f6eaa9ea73f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2140736-f896-4622-b6ba-6f6eaa9ea73f .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-67312a3f-1068-4c4d-844e-fc1e6327b3f4 {
  margin-left: auto;
margin-right: auto;
}

#s-119be24a-6209-4fdd-87c5-984088e1f620 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 6%;
padding-left: 4%;
padding-bottom: 6%;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-119be24a-6209-4fdd-87c5-984088e1f620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-119be24a-6209-4fdd-87c5-984088e1f620.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 500/75;
text-align: center;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
  box-sizing: border-box;
}



.s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
      position: relative;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
  box-sizing: border-box;
}



.s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
      position: relative;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
  box-sizing: border-box;
}



.s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
      position: relative;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
  box-sizing: border-box;
}



.s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
      position: relative;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d40853e-1be7-49e8-993a-19732bbeeec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image {
  box-sizing: border-box;
}



.s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container {
      position: relative;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d40853e-1be7-49e8-993a-19732bbeeec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-c5b91b32-a619-4afe-a71c-6f629541e39b {
  margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5b91b32-a619-4afe-a71c-6f629541e39b .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-75d77eb9-956d-47d7-8e74-eb16dcc98420 {
  margin-left: auto;
margin-right: auto;
}

#s-8549ca5d-4d17-461a-a352-d7ea4d9ae642 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 4%;
padding-bottom: 6%;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8549ca5d-4d17-461a-a352-d7ea4d9ae642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8549ca5d-4d17-461a-a352-d7ea4d9ae642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 500/75;
text-align: center;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  margin: 0 !important;
  overflow: visible;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add background color handling */
  
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
  box-sizing: border-box;
}



.s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
      position: relative;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  margin: 0 !important;
  overflow: visible;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add background color handling */
  
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
  box-sizing: border-box;
}



.s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
      position: relative;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  margin: 0 !important;
  overflow: visible;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add background color handling */
  
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
  box-sizing: border-box;
}



.s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
      position: relative;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  margin: 0 !important;
  overflow: visible;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add background color handling */
  
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
  box-sizing: border-box;
}



.s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
      position: relative;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  margin: 0 !important;
  overflow: visible;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add background color handling */
  
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-72cc9da9-abc8-45a8-88da-f58aba33d373 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image {
  box-sizing: border-box;
}



.s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container {
      position: relative;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72cc9da9-abc8-45a8-88da-f58aba33d373 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4ec6cc15-3d34-4411-8ff3-980ea9fcdd01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ec6cc15-3d34-4411-8ff3-980ea9fcdd01 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-01ffaca0-60ec-453b-82ef-df3c48886f99 {
  margin-left: auto;
margin-right: auto;
}

#s-f68654b6-b135-4295-abb3-9e2405944686 {
  margin-top: 3%;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f68654b6-b135-4295-abb3-9e2405944686 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-2eec1a59-f571-4418-8450-c6293897430e {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-2eec1a59-f571-4418-8450-c6293897430e .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 170/21;
text-align: center;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 3%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
  box-sizing: border-box;
}



.s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
      position: relative;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
  box-sizing: border-box;
}



.s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
      position: relative;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
  box-sizing: border-box;
}



.s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
      position: relative;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
  box-sizing: border-box;
}



.s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
      position: relative;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8e73d8a8-2510-46d8-8446-b029abd37c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image {
  box-sizing: border-box;
}



.s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container {
      position: relative;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e73d8a8-2510-46d8-8446-b029abd37c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-a2dacee8-811f-4680-90a3-040ba0a33939 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 4%;
padding-left: 9%;
padding-bottom: 4%;
padding-right: 9%;
background-color: rgba(248, 248, 246, 1);
}

@media (min-width: 0px) {
[id="s-a2dacee8-811f-4680-90a3-040ba0a33939"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-a2dacee8-811f-4680-90a3-040ba0a33939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a2dacee8-811f-4680-90a3-040ba0a33939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a2dacee8-811f-4680-90a3-040ba0a33939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
  box-sizing: border-box;
}



.s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97cba8b3-f1a6-405d-b916-d69550856b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
      position: relative;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
  box-sizing: border-box;
}



.s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97cba8b3-f1a6-405d-b916-d69550856b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
      position: relative;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
  box-sizing: border-box;
}



.s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97cba8b3-f1a6-405d-b916-d69550856b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
      position: relative;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
  box-sizing: border-box;
}



.s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97cba8b3-f1a6-405d-b916-d69550856b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
      position: relative;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  margin: 0 !important;
  overflow: visible;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97cba8b3-f1a6-405d-b916-d69550856b75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add background color handling */
  
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97cba8b3-f1a6-405d-b916-d69550856b75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-97cba8b3-f1a6-405d-b916-d69550856b75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image {
  box-sizing: border-box;
}



.s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97cba8b3-f1a6-405d-b916-d69550856b75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container {
      position: relative;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97cba8b3-f1a6-405d-b916-d69550856b75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-2e06566a-530b-407c-987a-21ab6ae9d3b1 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e06566a-530b-407c-987a-21ab6ae9d3b1 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-f7371382-d925-49fb-abac-ef56ebf31723 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
  box-sizing: border-box;
}



.s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7371382-d925-49fb-abac-ef56ebf31723 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
      position: relative;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-f7371382-d925-49fb-abac-ef56ebf31723 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
  box-sizing: border-box;
}



.s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7371382-d925-49fb-abac-ef56ebf31723 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
      position: relative;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f7371382-d925-49fb-abac-ef56ebf31723 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
  box-sizing: border-box;
}



.s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7371382-d925-49fb-abac-ef56ebf31723 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
      position: relative;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f7371382-d925-49fb-abac-ef56ebf31723 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
  box-sizing: border-box;
}



.s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7371382-d925-49fb-abac-ef56ebf31723 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
      position: relative;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-f7371382-d925-49fb-abac-ef56ebf31723 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7371382-d925-49fb-abac-ef56ebf31723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7371382-d925-49fb-abac-ef56ebf31723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7371382-d925-49fb-abac-ef56ebf31723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image {
  box-sizing: border-box;
}



.s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7371382-d925-49fb-abac-ef56ebf31723 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container {
      position: relative;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7371382-d925-49fb-abac-ef56ebf31723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-96fbfb1e-c013-4e9b-8573-fd5899a16cd0 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96fbfb1e-c013-4e9b-8573-fd5899a16cd0 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
  box-sizing: border-box;
}



.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
      position: relative;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
  box-sizing: border-box;
}



.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
      position: relative;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
  box-sizing: border-box;
}



.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
      position: relative;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
  box-sizing: border-box;
}



.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
      position: relative;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image {
  box-sizing: border-box;
}



.s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container {
      position: relative;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf02885e-9829-4ed5-8fdb-5d5c6ec08a42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-ddd9d3d5-76aa-4526-89de-e42db0b34bae {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddd9d3d5-76aa-4526-89de-e42db0b34bae .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  margin: 0 !important;
  overflow: visible;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add background color handling */
  
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
  box-sizing: border-box;
}



.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
      position: relative;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  margin: 0 !important;
  overflow: visible;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add background color handling */
  
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
  box-sizing: border-box;
}



.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
      position: relative;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  margin: 0 !important;
  overflow: visible;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add background color handling */
  
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
  box-sizing: border-box;
}



.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
      position: relative;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  margin: 0 !important;
  overflow: visible;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add background color handling */
  
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
  box-sizing: border-box;
}



.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
      position: relative;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  margin: 0 !important;
  overflow: visible;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add background color handling */
  
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image {
  box-sizing: border-box;
}



.s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container {
      position: relative;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5a70ce7-f510-4ced-8bfa-9487d5de704b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-9a06abe0-2574-43a5-a93e-ee138a4c554b {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a06abe0-2574-43a5-a93e-ee138a4c554b .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-0bc6a4c6-5de3-4f9a-9e80-844ec0dfbbe6 {
  margin-top: 8%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-0bc6a4c6-5de3-4f9a-9e80-844ec0dfbbe6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0bc6a4c6-5de3-4f9a-9e80-844ec0dfbbe6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0bc6a4c6-5de3-4f9a-9e80-844ec0dfbbe6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0bc6a4c6-5de3-4f9a-9e80-844ec0dfbbe6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
  box-sizing: border-box;
}



.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
      position: relative;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
  box-sizing: border-box;
}



.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
      position: relative;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
  box-sizing: border-box;
}



.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
      position: relative;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
  box-sizing: border-box;
}



.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
      position: relative;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image {
  box-sizing: border-box;
}



.s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container {
      position: relative;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b6cfd0-bce1-4d17-9917-af51c6486a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-35b9ef16-5bf8-4ad6-8844-088a242b419d {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35b9ef16-5bf8-4ad6-8844-088a242b419d .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a6c6a733-2b86-4799-923c-ec280af2fdf1 {
  margin-left: auto;
margin-right: auto;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  margin: 0 !important;
  overflow: visible;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add background color handling */
  
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
  box-sizing: border-box;
}



.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
      position: relative;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  margin: 0 !important;
  overflow: visible;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add background color handling */
  
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
  box-sizing: border-box;
}



.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
      position: relative;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  margin: 0 !important;
  overflow: visible;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add background color handling */
  
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
  box-sizing: border-box;
}



.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
      position: relative;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  margin: 0 !important;
  overflow: visible;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add background color handling */
  
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
  box-sizing: border-box;
}



.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
      position: relative;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  margin: 0 !important;
  overflow: visible;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add background color handling */
  
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image {
  box-sizing: border-box;
}



.s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container {
      position: relative;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7f0067e-a8f3-46d2-b103-c0f32b86a5fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-4c30ab19-9177-4aa5-a0eb-0b206bb878cb {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c30ab19-9177-4aa5-a0eb-0b206bb878cb .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7ab6c95a-3209-4336-b1d6-2d8da7d6f7e4 {
  margin-left: auto;
margin-right: auto;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  margin-top: 20%;
margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20%;
  
}

.shg-image-content-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
  box-sizing: border-box;
}



.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
      position: relative;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
  box-sizing: border-box;
}



.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
      position: relative;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
  box-sizing: border-box;
}



.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
      position: relative;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
  box-sizing: border-box;
}



.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
      position: relative;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image {
  box-sizing: border-box;
}



.s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container {
      position: relative;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03618070-75ff-4882-b7ea-68dd0dd6f3c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-1f1951c3-95f6-43bc-916a-d3a10e4ccf31 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f1951c3-95f6-43bc-916a-d3a10e4ccf31 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-62272838-bae3-4e8e-b3a8-8979dfc03e3f {
  margin-left: auto;
margin-right: auto;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  margin-top: 20%;
margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  margin: 0 !important;
  overflow: visible;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20%;
  
}

.shg-image-content-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add background color handling */
  
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
  box-sizing: border-box;
}



.s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e749b170-567e-4bd6-85b0-0c5e91548eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
      position: relative;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  margin: 0 !important;
  overflow: visible;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add background color handling */
  
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
  box-sizing: border-box;
}



.s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e749b170-567e-4bd6-85b0-0c5e91548eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
      position: relative;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  margin: 0 !important;
  overflow: visible;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add background color handling */
  
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
  box-sizing: border-box;
}



.s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e749b170-567e-4bd6-85b0-0c5e91548eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
      position: relative;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  margin: 0 !important;
  overflow: visible;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add background color handling */
  
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
  box-sizing: border-box;
}



.s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e749b170-567e-4bd6-85b0-0c5e91548eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
      position: relative;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  margin: 0 !important;
  overflow: visible;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e749b170-567e-4bd6-85b0-0c5e91548eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add background color handling */
  
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e749b170-567e-4bd6-85b0-0c5e91548eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e749b170-567e-4bd6-85b0-0c5e91548eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image {
  box-sizing: border-box;
}



.s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e749b170-567e-4bd6-85b0-0c5e91548eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container {
      position: relative;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e749b170-567e-4bd6-85b0-0c5e91548eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-903f51b8-096c-46b9-9800-074b213e7637 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-903f51b8-096c-46b9-9800-074b213e7637 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9f08bd7b-e046-4a62-a056-73d1f87a1a38 {
  margin-left: auto;
margin-right: auto;
}

#s-1b437e3d-3b9b-4b63-9500-ce3cf5bfe715 {
  margin-top: 10%;
margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-color: rgba(243, 240, 232, 1);
}








#s-1b437e3d-3b9b-4b63-9500-ce3cf5bfe715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b437e3d-3b9b-4b63-9500-ce3cf5bfe715.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 0%;
max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  margin: 0 !important;
  overflow: visible;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 0%;
  margin-top: 7%;
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add background color handling */
  
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
  box-sizing: border-box;
}



.s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-834e2f98-dc9e-4134-b848-45bd80335d67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
      position: relative;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  margin: 0 !important;
  overflow: visible;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add background color handling */
  
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
  box-sizing: border-box;
}



.s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-834e2f98-dc9e-4134-b848-45bd80335d67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
      position: relative;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  margin: 0 !important;
  overflow: visible;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add background color handling */
  
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
  box-sizing: border-box;
}



.s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-834e2f98-dc9e-4134-b848-45bd80335d67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
      position: relative;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  margin: 0 !important;
  overflow: visible;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add background color handling */
  
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
  box-sizing: border-box;
}



.s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-834e2f98-dc9e-4134-b848-45bd80335d67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
      position: relative;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  margin: 0 !important;
  overflow: visible;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-834e2f98-dc9e-4134-b848-45bd80335d67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add background color handling */
  
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-834e2f98-dc9e-4134-b848-45bd80335d67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-834e2f98-dc9e-4134-b848-45bd80335d67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image {
  box-sizing: border-box;
}



.s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-834e2f98-dc9e-4134-b848-45bd80335d67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container {
      position: relative;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-834e2f98-dc9e-4134-b848-45bd80335d67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-9e8f310c-9474-49e4-9405-af11965f81ac {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e8f310c-9474-49e4-9405-af11965f81ac .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}



#s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 500/75;
text-align: center;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
  box-sizing: border-box;
}



.s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
      position: relative;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
  box-sizing: border-box;
}



.s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
      position: relative;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
  box-sizing: border-box;
}



.s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
      position: relative;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
  box-sizing: border-box;
}



.s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
      position: relative;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-8efa88c0-5d5f-468e-88b5-839b45827f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image {
  box-sizing: border-box;
}



.s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container {
      position: relative;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efa88c0-5d5f-468e-88b5-839b45827f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-c0e699fc-a062-4e84-9944-675b5af2fe0a {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 3%;
padding-bottom: 3%;
}

#s-b980caed-3052-410e-8d9d-97c6829a78df {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-b980caed-3052-410e-8d9d-97c6829a78df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b980caed-3052-410e-8d9d-97c6829a78df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-b980caed-3052-410e-8d9d-97c6829a78df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-b980caed-3052-410e-8d9d-97c6829a78df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

}

#s-348a9137-eed7-463b-a0d8-a2b969059805 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 {
  margin: 0 !important;
  overflow: visible;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add background color handling */
  
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
  box-sizing: border-box;
}



.s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-348a9137-eed7-463b-a0d8-a2b969059805 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
      position: relative;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-348a9137-eed7-463b-a0d8-a2b969059805 {
  margin: 0 !important;
  overflow: visible;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add background color handling */
  
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
  box-sizing: border-box;
}



.s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-348a9137-eed7-463b-a0d8-a2b969059805 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
      position: relative;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-348a9137-eed7-463b-a0d8-a2b969059805 {
  margin: 0 !important;
  overflow: visible;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add background color handling */
  
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
  box-sizing: border-box;
}



.s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-348a9137-eed7-463b-a0d8-a2b969059805 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
      position: relative;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-348a9137-eed7-463b-a0d8-a2b969059805 {
  margin: 0 !important;
  overflow: visible;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add background color handling */
  
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
  box-sizing: border-box;
}



.s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-348a9137-eed7-463b-a0d8-a2b969059805 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
      position: relative;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-348a9137-eed7-463b-a0d8-a2b969059805 {
  margin: 0 !important;
  overflow: visible;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-348a9137-eed7-463b-a0d8-a2b969059805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add background color handling */
  
}

#s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-348a9137-eed7-463b-a0d8-a2b969059805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-348a9137-eed7-463b-a0d8-a2b969059805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image {
  box-sizing: border-box;
}



.s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-348a9137-eed7-463b-a0d8-a2b969059805 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container {
      position: relative;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-348a9137-eed7-463b-a0d8-a2b969059805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-33be5691-cf6c-4de8-9871-ba1facddccde {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33be5691-cf6c-4de8-9871-ba1facddccde .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-df148082-011e-4c87-8c32-19cc0ea5479c {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 170/21;
text-align: center;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c {
  margin: 0 !important;
  overflow: visible;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add background color handling */
  
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
  box-sizing: border-box;
}



.s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df148082-011e-4c87-8c32-19cc0ea5479c {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
      position: relative;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-df148082-011e-4c87-8c32-19cc0ea5479c {
  margin: 0 !important;
  overflow: visible;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add background color handling */
  
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
  box-sizing: border-box;
}



.s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df148082-011e-4c87-8c32-19cc0ea5479c {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
      position: relative;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df148082-011e-4c87-8c32-19cc0ea5479c {
  margin: 0 !important;
  overflow: visible;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add background color handling */
  
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
  box-sizing: border-box;
}



.s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df148082-011e-4c87-8c32-19cc0ea5479c {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
      position: relative;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df148082-011e-4c87-8c32-19cc0ea5479c {
  margin: 0 !important;
  overflow: visible;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add background color handling */
  
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
  box-sizing: border-box;
}



.s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df148082-011e-4c87-8c32-19cc0ea5479c {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
      position: relative;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-df148082-011e-4c87-8c32-19cc0ea5479c {
  margin: 0 !important;
  overflow: visible;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df148082-011e-4c87-8c32-19cc0ea5479c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add background color handling */
  
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df148082-011e-4c87-8c32-19cc0ea5479c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-df148082-011e-4c87-8c32-19cc0ea5479c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image {
  box-sizing: border-box;
}



.s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df148082-011e-4c87-8c32-19cc0ea5479c {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container {
      position: relative;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df148082-011e-4c87-8c32-19cc0ea5479c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-bb7a754b-064b-4d46-a9c7-a6b10d35b41d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
}

#s-337b3a81-fad3-4d10-ad9f-8e6dbffd6dc3 {
  margin-top: 0%;
padding-top: 5%;
padding-bottom: 0%;
min-height: 50px;
background-color: rgba(243, 240, 232, 1);
}








#s-337b3a81-fad3-4d10-ad9f-8e6dbffd6dc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-337b3a81-fad3-4d10-ad9f-8e6dbffd6dc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3334812-8b13-49fd-8579-03be42c0d140 {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3334812-8b13-49fd-8579-03be42c0d140 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}



#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 500/75;
text-align: center;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  margin: 0 !important;
  overflow: visible;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add background color handling */
  
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
  box-sizing: border-box;
}



.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
      position: relative;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  margin: 0 !important;
  overflow: visible;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add background color handling */
  
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
  box-sizing: border-box;
}



.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
      position: relative;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  margin: 0 !important;
  overflow: visible;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add background color handling */
  
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
  box-sizing: border-box;
}



.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
      position: relative;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  margin: 0 !important;
  overflow: visible;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add background color handling */
  
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
  box-sizing: border-box;
}



.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
      position: relative;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  margin: 0 !important;
  overflow: visible;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add background color handling */
  
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }

    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-link {
      aspect-ratio: 500/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image {
  box-sizing: border-box;
}



.s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f {
      --shg-aspect-ratio: calc(500/75); 
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container {
      position: relative;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bbf8100-70e9-4ebd-b4ce-54091977b63f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-5b0b3c93-5b9b-4ef6-9de6-403af17b65c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
max-width: 1120px;
background-color: rgba(243, 240, 232, 1);
}








#s-5b0b3c93-5b9b-4ef6-9de6-403af17b65c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b0b3c93-5b9b-4ef6-9de6-403af17b65c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b37de982-efc3-4cff-bb11-f695cd649c78 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-b37de982-efc3-4cff-bb11-f695cd649c78 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b37de982-efc3-4cff-bb11-f695cd649c78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b37de982-efc3-4cff-bb11-f695cd649c78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 143, 65, 1);
}

#s-b37de982-efc3-4cff-bb11-f695cd649c78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b37de982-efc3-4cff-bb11-f695cd649c78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 143, 65, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-b37de982-efc3-4cff-bb11-f695cd649c78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-64ba18b1-60e1-46b6-9fc5-2e50a100099d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-aec8159f-4e79-40b5-a20a-d27d63e21205 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-f88de785-cf85-4414-ace6-44f400465313 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-3833fecb-6e46-4113-94e1-13e1fccca373 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-6848ee4b-36ab-4eef-8fe8-c4f99ecf0110 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-5094fffc-aed7-4404-bb9c-e83ea8b604cf {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-61dae29e-40e8-4b4f-b666-1692c45b0b16 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-20ee273b-db43-4746-830b-addf73cfd516 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 0%;
padding-bottom: 70px;
padding-right: 0%;
min-height: 50px;
max-width: 50%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-20ee273b-db43-4746-830b-addf73cfd516 {
  max-width: 70%;
}
}@media (max-width: 767px){#s-20ee273b-db43-4746-830b-addf73cfd516 {
  max-width: 80%;
}
}







#s-20ee273b-db43-4746-830b-addf73cfd516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20ee273b-db43-4746-830b-addf73cfd516.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e50df72-0645-480f-95f3-7a468cb996d2 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e50df72-0645-480f-95f3-7a468cb996d2 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 170px;
aspect-ratio: 170/21;
text-align: center;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  margin: 0 !important;
  overflow: visible;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add background color handling */
  
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
  box-sizing: border-box;
}



.s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
      position: relative;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  margin: 0 !important;
  overflow: visible;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add background color handling */
  
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
  box-sizing: border-box;
}



.s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
      position: relative;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  margin: 0 !important;
  overflow: visible;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add background color handling */
  
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
  box-sizing: border-box;
}



.s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
      position: relative;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  margin: 0 !important;
  overflow: visible;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add background color handling */
  
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
  box-sizing: border-box;
}



.s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
      position: relative;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  margin: 0 !important;
  overflow: visible;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add background color handling */
  
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }

    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-link {
      aspect-ratio: 170/21;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-5f487088-5c9b-40a3-8f9f-8b4459caebce .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image {
  box-sizing: border-box;
}



.s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce {
      --shg-aspect-ratio: calc(170/21); 
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container {
      position: relative;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f487088-5c9b-40a3-8f9f-8b4459caebce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-885fff1a-f7c7-4dcb-9a93-0d70e3b3cd11 {
  min-height: 50px;
background-color: rgba(243, 240, 232, 1);
}








#s-885fff1a-f7c7-4dcb-9a93-0d70e3b3cd11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-885fff1a-f7c7-4dcb-9a93-0d70e3b3cd11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20209cac-2b95-437e-a943-69ac1c850e99 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
max-width: 1120px;
background-color: rgba(243, 240, 232, 1);
}








#s-20209cac-2b95-437e-a943-69ac1c850e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20209cac-2b95-437e-a943-69ac1c850e99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca843f2f-b355-4b46-9a9f-9b63b6c1e1e1 {
  min-height: 50px;
}








#s-ca843f2f-b355-4b46-9a9f-9b63b6c1e1e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca843f2f-b355-4b46-9a9f-9b63b6c1e1e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7752f5fb-0f2e-4590-97e6-eaac06c075bc {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7752f5fb-0f2e-4590-97e6-eaac06c075bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7752f5fb-0f2e-4590-97e6-eaac06c075bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4e90cfe-e0c5-405a-9796-7d38567997d3 {
  margin-left: 3%;
margin-right: 3%;
}

#s-2db7fd39-75c6-42e9-a7e3-58668496c952 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}

#s-2db7fd39-75c6-42e9-a7e3-58668496c952 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-2db7fd39-75c6-42e9-a7e3-58668496c952 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2db7fd39-75c6-42e9-a7e3-58668496c952 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  
  font-size: 14px;
  
  
  
  
  
}

#s-2db7fd39-75c6-42e9-a7e3-58668496c952 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-2db7fd39-75c6-42e9-a7e3-58668496c952 td.shogun-table-column, #s-2db7fd39-75c6-42e9-a7e3-58668496c952 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 1);
}

#s-382ef259-10c7-4082-aec1-24a9dd3ba9fd {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-8b1c6c9a-ff2d-4c2c-83e8-35e3fdb136f9 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-220a7a2b-b230-4f76-a0f3-27a9c82e0188 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-ac72fbf1-544a-4df7-b6e0-a221ea66d3a8 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-5306dabe-096a-4061-97c4-31122761b449 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-5f02155d-188d-4d44-b975-01742d75a87d {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-5e9d9f13-f453-4cee-8449-93f0f9191901 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-f16525c5-0f4a-485a-b456-bbac838eab04 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-f0a432c8-72a5-4a36-b9f5-0408418df916 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-ae73760f-d09d-45e2-8e61-3811a2c630c1 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-6b880480-7b82-4e90-a12e-3b0ef4f8f446 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-f6e3725e-8e25-4b65-948c-8f559e8f2335 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-b15b7df8-973e-4493-af64-e27bcf99f08f {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-99240aab-d66f-48cf-b2ca-12e44aa78536 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-0462bece-a34e-4576-a630-8d63138a045c {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-88017879-15db-4a6b-b7e7-e5bfb023853e {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-ff2a6847-f2d6-4e7d-8d38-381f761626f7 {
  margin-top: 1%;
}

#s-ff2a6847-f2d6-4e7d-8d38-381f761626f7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(241, 241, 241, 1);
}

#s-ff2a6847-f2d6-4e7d-8d38-381f761626f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 25px;
}

#s-ff2a6847-f2d6-4e7d-8d38-381f761626f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(47, 47, 47, 1);
}

#s-ff2a6847-f2d6-4e7d-8d38-381f761626f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(241, 241, 241, 1);
}

#s-ff2a6847-f2d6-4e7d-8d38-381f761626f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(47, 47, 47, 1);
  text-align: left;
  font-family: League Spartan;
  
  
  font-size: 18px;
}

#s-ff2a6847-f2d6-4e7d-8d38-381f761626f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-60230634-afd0-49fe-828d-f1a888e83df4 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
}

#s-662a1de0-9b5b-4df8-94ef-de5b506f6ad3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-662a1de0-9b5b-4df8-94ef-de5b506f6ad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-662a1de0-9b5b-4df8-94ef-de5b506f6ad3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-097f6038-e316-476e-b45a-faccd1860c9c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
