.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-51ecf344-1c3c-4421-88cd-415b563df1a0 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-51ecf344-1c3c-4421-88cd-415b563df1a0 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-51ecf344-1c3c-4421-88cd-415b563df1a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51ecf344-1c3c-4421-88cd-415b563df1a0.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-7198c00a-86be-4d3c-b590-a9b77b4521f3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7198c00a-86be-4d3c-b590-a9b77b4521f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7198c00a-86be-4d3c-b590-a9b77b4521f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7198c00a-86be-4d3c-b590-a9b77b4521f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7198c00a-86be-4d3c-b590-a9b77b4521f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8e319b5c-4656-499d-bd64-7afd26ed6387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e319b5c-4656-499d-bd64-7afd26ed6387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8e319b5c-4656-499d-bd64-7afd26ed6387 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  margin-top: 10px;
}
}
#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-eecb0386-be2a-483a-b4a2-1ec6d0116d7a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  margin-top: 10px;
}
}
#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7c508ee1-3b18-4054-8d30-cffb8a00a1e4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-bc3d049c-75cd-4aff-800a-b35fd25c77b4 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-bc3d049c-75cd-4aff-800a-b35fd25c77b4 {
  display: none;
}
#s-bc3d049c-75cd-4aff-800a-b35fd25c77b4, #wrap-s-bc3d049c-75cd-4aff-800a-b35fd25c77b4, #wrap-content-s-bc3d049c-75cd-4aff-800a-b35fd25c77b4 { display: none !important; }}







#s-bc3d049c-75cd-4aff-800a-b35fd25c77b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc3d049c-75cd-4aff-800a-b35fd25c77b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b74ee861-d06c-47aa-9453-e3b21d9407b3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b74ee861-d06c-47aa-9453-e3b21d9407b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b74ee861-d06c-47aa-9453-e3b21d9407b3"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-b74ee861-d06c-47aa-9453-e3b21d9407b3"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-b74ee861-d06c-47aa-9453-e3b21d9407b3"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  margin: 0 !important;
  overflow: visible;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add background color handling */
  
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
  box-sizing: border-box;
}



.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
      position: relative;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  margin: 0 !important;
  overflow: visible;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add background color handling */
  
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
  box-sizing: border-box;
}



.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
      position: relative;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  margin: 0 !important;
  overflow: visible;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add background color handling */
  
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
  box-sizing: border-box;
}



.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
      position: relative;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  margin: 0 !important;
  overflow: visible;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add background color handling */
  
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
  box-sizing: border-box;
}



.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
      position: relative;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  margin: 0 !important;
  overflow: visible;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add background color handling */
  
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image {
  box-sizing: border-box;
}



.s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container {
      position: relative;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d3b5d-5335-4b2a-867f-8181140dc74e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-972ec382-fbe9-4255-9814-b1f688c276dd {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-972ec382-fbe9-4255-9814-b1f688c276dd {
  margin-top: 10px;
}
}
#s-972ec382-fbe9-4255-9814-b1f688c276dd {
  margin: 0 !important;
  overflow: visible;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add background color handling */
  
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
  box-sizing: border-box;
}



.s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-972ec382-fbe9-4255-9814-b1f688c276dd {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
      position: relative;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-972ec382-fbe9-4255-9814-b1f688c276dd {
  margin: 0 !important;
  overflow: visible;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add background color handling */
  
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
  box-sizing: border-box;
}



.s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-972ec382-fbe9-4255-9814-b1f688c276dd {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
      position: relative;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-972ec382-fbe9-4255-9814-b1f688c276dd {
  margin: 0 !important;
  overflow: visible;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add background color handling */
  
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
  box-sizing: border-box;
}



.s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-972ec382-fbe9-4255-9814-b1f688c276dd {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
      position: relative;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-972ec382-fbe9-4255-9814-b1f688c276dd {
  margin: 0 !important;
  overflow: visible;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add background color handling */
  
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
  box-sizing: border-box;
}



.s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-972ec382-fbe9-4255-9814-b1f688c276dd {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
      position: relative;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-972ec382-fbe9-4255-9814-b1f688c276dd {
  margin: 0 !important;
  overflow: visible;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-972ec382-fbe9-4255-9814-b1f688c276dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add background color handling */
  
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-972ec382-fbe9-4255-9814-b1f688c276dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-972ec382-fbe9-4255-9814-b1f688c276dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image {
  box-sizing: border-box;
}



.s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-972ec382-fbe9-4255-9814-b1f688c276dd {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container {
      position: relative;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-972ec382-fbe9-4255-9814-b1f688c276dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  margin-top: 10px;
}
}
#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
  box-sizing: border-box;
}



.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
      position: relative;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
  box-sizing: border-box;
}



.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
      position: relative;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
  box-sizing: border-box;
}



.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
      position: relative;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
  box-sizing: border-box;
}



.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
      position: relative;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image {
  box-sizing: border-box;
}



.s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container {
      position: relative;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd6fd7a-bb1d-49b4-873e-c885ba444d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  margin: 0 !important;
  overflow: visible;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add background color handling */
  
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
  box-sizing: border-box;
}



.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
      position: relative;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  margin: 0 !important;
  overflow: visible;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add background color handling */
  
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
  box-sizing: border-box;
}



.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
      position: relative;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  margin: 0 !important;
  overflow: visible;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add background color handling */
  
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
  box-sizing: border-box;
}



.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
      position: relative;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  margin: 0 !important;
  overflow: visible;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add background color handling */
  
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
  box-sizing: border-box;
}



.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
      position: relative;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  margin: 0 !important;
  overflow: visible;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add background color handling */
  
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image {
  box-sizing: border-box;
}



.s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container {
      position: relative;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5247c4cf-6cb5-4918-bafc-95e91c7e203b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-c71db16d-c160-49b3-a298-3bc5864e452b {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b {
  margin: 0 !important;
  overflow: visible;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add background color handling */
  
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
  box-sizing: border-box;
}



.s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c71db16d-c160-49b3-a298-3bc5864e452b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
      position: relative;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-c71db16d-c160-49b3-a298-3bc5864e452b {
  margin: 0 !important;
  overflow: visible;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add background color handling */
  
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
  box-sizing: border-box;
}



.s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c71db16d-c160-49b3-a298-3bc5864e452b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
      position: relative;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c71db16d-c160-49b3-a298-3bc5864e452b {
  margin: 0 !important;
  overflow: visible;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add background color handling */
  
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
  box-sizing: border-box;
}



.s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c71db16d-c160-49b3-a298-3bc5864e452b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
      position: relative;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c71db16d-c160-49b3-a298-3bc5864e452b {
  margin: 0 !important;
  overflow: visible;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add background color handling */
  
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
  box-sizing: border-box;
}



.s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c71db16d-c160-49b3-a298-3bc5864e452b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
      position: relative;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-c71db16d-c160-49b3-a298-3bc5864e452b {
  margin: 0 !important;
  overflow: visible;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c71db16d-c160-49b3-a298-3bc5864e452b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add background color handling */
  
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c71db16d-c160-49b3-a298-3bc5864e452b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c71db16d-c160-49b3-a298-3bc5864e452b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image {
  box-sizing: border-box;
}



.s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c71db16d-c160-49b3-a298-3bc5864e452b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container {
      position: relative;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71db16d-c160-49b3-a298-3bc5864e452b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-5fa71249-5f3e-4812-82aa-4565253e5284 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5fa71249-5f3e-4812-82aa-4565253e5284"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5fa71249-5f3e-4812-82aa-4565253e5284"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa71249-5f3e-4812-82aa-4565253e5284"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa71249-5f3e-4812-82aa-4565253e5284"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  margin-top: 10px;
}
}
#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image {
  box-sizing: border-box;
}



.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image {
  box-sizing: border-box;
}



.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image {
  box-sizing: border-box;
}



.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image {
  box-sizing: border-box;
}



.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-359ee60b-8b45-4352-bdd8-d497c95f74b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359ee60b-8b45-4352-bdd8-d497c95f74b9.shogun-image {
  box-sizing: border-box;
}



.s-359ee60b-8b45-4352-bdd8-d497c95f74b9 img.shogun-image {
  
}


}
#s-6795529b-fe03-4e3b-b960-bf36db241209 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 {
  margin: 0 !important;
  overflow: visible;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add background color handling */
  
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
  box-sizing: border-box;
}



.s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6795529b-fe03-4e3b-b960-bf36db241209 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
      position: relative;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-6795529b-fe03-4e3b-b960-bf36db241209 {
  margin: 0 !important;
  overflow: visible;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add background color handling */
  
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
  box-sizing: border-box;
}



.s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6795529b-fe03-4e3b-b960-bf36db241209 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
      position: relative;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6795529b-fe03-4e3b-b960-bf36db241209 {
  margin: 0 !important;
  overflow: visible;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add background color handling */
  
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
  box-sizing: border-box;
}



.s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6795529b-fe03-4e3b-b960-bf36db241209 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
      position: relative;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6795529b-fe03-4e3b-b960-bf36db241209 {
  margin: 0 !important;
  overflow: visible;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add background color handling */
  
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
  box-sizing: border-box;
}



.s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6795529b-fe03-4e3b-b960-bf36db241209 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
      position: relative;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-6795529b-fe03-4e3b-b960-bf36db241209 {
  margin: 0 !important;
  overflow: visible;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6795529b-fe03-4e3b-b960-bf36db241209 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add background color handling */
  
}

#s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6795529b-fe03-4e3b-b960-bf36db241209 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6795529b-fe03-4e3b-b960-bf36db241209 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image {
  box-sizing: border-box;
}



.s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6795529b-fe03-4e3b-b960-bf36db241209 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container {
      position: relative;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6795529b-fe03-4e3b-b960-bf36db241209 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image {
  box-sizing: border-box;
}



.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  
}


@media (min-width: 1200px){#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image {
  box-sizing: border-box;
}



.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image {
  box-sizing: border-box;
}



.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image {
  box-sizing: border-box;
}



.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  
}


}@media (max-width: 767px){#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7112a33e-b080-4420-b44d-cae7b5ed7ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7112a33e-b080-4420-b44d-cae7b5ed7ebe.shogun-image {
  box-sizing: border-box;
}



.s-7112a33e-b080-4420-b44d-cae7b5ed7ebe img.shogun-image {
  
}


}
#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image {
  box-sizing: border-box;
}



.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image {
  box-sizing: border-box;
}



.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image {
  box-sizing: border-box;
}



.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image {
  box-sizing: border-box;
}



.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2b338-0357-4d90-bb99-4aa436c3fc98.shogun-image {
  box-sizing: border-box;
}



.s-b8a2b338-0357-4d90-bb99-4aa436c3fc98 img.shogun-image {
  
}


}
#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  margin-top: 10px;
}
}
#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
  box-sizing: border-box;
}



.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
      position: relative;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
  box-sizing: border-box;
}



.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
      position: relative;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
  box-sizing: border-box;
}



.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
      position: relative;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
  box-sizing: border-box;
}



.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
      position: relative;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image {
  box-sizing: border-box;
}



.s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container {
      position: relative;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dded9ca-c7ee-49fc-9b15-90003e2f4959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-effd02f3-54a7-4a93-b89f-874b0a3ac201 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-effd02f3-54a7-4a93-b89f-874b0a3ac201 {
  display: none;
}
#s-effd02f3-54a7-4a93-b89f-874b0a3ac201, #wrap-s-effd02f3-54a7-4a93-b89f-874b0a3ac201, #wrap-content-s-effd02f3-54a7-4a93-b89f-874b0a3ac201 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-effd02f3-54a7-4a93-b89f-874b0a3ac201 {
  display: none;
}
#s-effd02f3-54a7-4a93-b89f-874b0a3ac201, #wrap-s-effd02f3-54a7-4a93-b89f-874b0a3ac201, #wrap-content-s-effd02f3-54a7-4a93-b89f-874b0a3ac201 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-effd02f3-54a7-4a93-b89f-874b0a3ac201 {
  display: none;
}
#s-effd02f3-54a7-4a93-b89f-874b0a3ac201, #wrap-s-effd02f3-54a7-4a93-b89f-874b0a3ac201, #wrap-content-s-effd02f3-54a7-4a93-b89f-874b0a3ac201 { display: none !important; }}@media (max-width: 767px){#s-effd02f3-54a7-4a93-b89f-874b0a3ac201 {
  
}
}







#s-effd02f3-54a7-4a93-b89f-874b0a3ac201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-effd02f3-54a7-4a93-b89f-874b0a3ac201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64867327-b7f7-48c2-8fc8-eb054e4ed79a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-64867327-b7f7-48c2-8fc8-eb054e4ed79a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-64867327-b7f7-48c2-8fc8-eb054e4ed79a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-64867327-b7f7-48c2-8fc8-eb054e4ed79a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-64867327-b7f7-48c2-8fc8-eb054e4ed79a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9fedb107-7378-451d-bb1d-44107239522e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-9fedb107-7378-451d-bb1d-44107239522e {
  margin: 0 !important;
  overflow: visible;
}

#s-9fedb107-7378-451d-bb1d-44107239522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add background color handling */
  
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
  box-sizing: border-box;
}



.s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fedb107-7378-451d-bb1d-44107239522e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
      position: relative;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-9fedb107-7378-451d-bb1d-44107239522e {
  margin: 0 !important;
  overflow: visible;
}

#s-9fedb107-7378-451d-bb1d-44107239522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add background color handling */
  
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
  box-sizing: border-box;
}



.s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fedb107-7378-451d-bb1d-44107239522e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
      position: relative;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9fedb107-7378-451d-bb1d-44107239522e {
  margin: 0 !important;
  overflow: visible;
}

#s-9fedb107-7378-451d-bb1d-44107239522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add background color handling */
  
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
  box-sizing: border-box;
}



.s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fedb107-7378-451d-bb1d-44107239522e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
      position: relative;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9fedb107-7378-451d-bb1d-44107239522e {
  margin: 0 !important;
  overflow: visible;
}

#s-9fedb107-7378-451d-bb1d-44107239522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add background color handling */
  
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
  box-sizing: border-box;
}



.s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fedb107-7378-451d-bb1d-44107239522e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
      position: relative;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-9fedb107-7378-451d-bb1d-44107239522e {
  margin: 0 !important;
  overflow: visible;
}

#s-9fedb107-7378-451d-bb1d-44107239522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fedb107-7378-451d-bb1d-44107239522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add background color handling */
  
}

#s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fedb107-7378-451d-bb1d-44107239522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9fedb107-7378-451d-bb1d-44107239522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image {
  box-sizing: border-box;
}



.s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fedb107-7378-451d-bb1d-44107239522e {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container {
      position: relative;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fedb107-7378-451d-bb1d-44107239522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  margin-top: 10px;
}
}
#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
  box-sizing: border-box;
}



.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
      position: relative;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
  box-sizing: border-box;
}



.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
      position: relative;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
  box-sizing: border-box;
}



.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
      position: relative;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
  box-sizing: border-box;
}



.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
      position: relative;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image {
  box-sizing: border-box;
}



.s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container {
      position: relative;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e10872d9-1f23-4e8e-aeab-9fbada32c4a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-64a40295-1449-40fc-9ae7-c4d646480461 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-64a40295-1449-40fc-9ae7-c4d646480461 {
  margin-top: 10px;
}
}
#s-64a40295-1449-40fc-9ae7-c4d646480461 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
  box-sizing: border-box;
}



.s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a40295-1449-40fc-9ae7-c4d646480461 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
      position: relative;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-64a40295-1449-40fc-9ae7-c4d646480461 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
  box-sizing: border-box;
}



.s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a40295-1449-40fc-9ae7-c4d646480461 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
      position: relative;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-64a40295-1449-40fc-9ae7-c4d646480461 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
  box-sizing: border-box;
}



.s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a40295-1449-40fc-9ae7-c4d646480461 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
      position: relative;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-64a40295-1449-40fc-9ae7-c4d646480461 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
  box-sizing: border-box;
}



.s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a40295-1449-40fc-9ae7-c4d646480461 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
      position: relative;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-64a40295-1449-40fc-9ae7-c4d646480461 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-64a40295-1449-40fc-9ae7-c4d646480461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a40295-1449-40fc-9ae7-c4d646480461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-64a40295-1449-40fc-9ae7-c4d646480461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image {
  box-sizing: border-box;
}



.s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a40295-1449-40fc-9ae7-c4d646480461 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container {
      position: relative;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a40295-1449-40fc-9ae7-c4d646480461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  margin-top: 0px;
}
}
#s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  margin: 0 !important;
  overflow: visible;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add background color handling */
  
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
  box-sizing: border-box;
}



.s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
      position: relative;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  margin: 0 !important;
  overflow: visible;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add background color handling */
  
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
  box-sizing: border-box;
}



.s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
      position: relative;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  margin: 0 !important;
  overflow: visible;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add background color handling */
  
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
  box-sizing: border-box;
}



.s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
      position: relative;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  margin: 0 !important;
  overflow: visible;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add background color handling */
  
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
  box-sizing: border-box;
}



.s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
      position: relative;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  margin: 0 !important;
  overflow: visible;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add background color handling */
  
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5087763c-b4c8-4c50-b5ed-12222325fc4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image {
  box-sizing: border-box;
}



.s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container {
      position: relative;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5087763c-b4c8-4c50-b5ed-12222325fc4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  margin-top: 10px;
}
}
#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
  box-sizing: border-box;
}



.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
      position: relative;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
  box-sizing: border-box;
}



.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
      position: relative;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
  box-sizing: border-box;
}



.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
      position: relative;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
  box-sizing: border-box;
}



.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
      position: relative;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image {
  box-sizing: border-box;
}



.s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container {
      position: relative;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc935d50-b12f-48a2-b2bb-f73e41109c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  margin-top: 10px;
}
}
#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image {
  box-sizing: border-box;
}



.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image {
  box-sizing: border-box;
}



.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image {
  box-sizing: border-box;
}



.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image {
  box-sizing: border-box;
}



.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88.shogun-image {
  box-sizing: border-box;
}



.s-6e38ac75-cf46-4dc9-a509-8f0bbc4f0c88 img.shogun-image {
  
}


}
#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  margin-top: 0px;
}
}
#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
  box-sizing: border-box;
}



.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
      position: relative;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
  box-sizing: border-box;
}



.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
      position: relative;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
  box-sizing: border-box;
}



.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
      position: relative;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
  box-sizing: border-box;
}



.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
      position: relative;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image {
  box-sizing: border-box;
}



.s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container {
      position: relative;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dde6452-8480-47e0-a56d-adbed5e3fb00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  margin-top: 10px;
}
}
#s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  margin: 0 !important;
  overflow: visible;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add background color handling */
  
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-472274e8-5256-4bb7-8bfe-f0f909343282 .shogun-image-content {
  
    justify-content: center;
  
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image {
  box-sizing: border-box;
}



.s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  
}


@media (min-width: 1200px){#s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  margin: 0 !important;
  overflow: visible;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add background color handling */
  
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-472274e8-5256-4bb7-8bfe-f0f909343282 .shogun-image-content {
  
    justify-content: center;
  
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image {
  box-sizing: border-box;
}



.s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  margin: 0 !important;
  overflow: visible;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add background color handling */
  
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-472274e8-5256-4bb7-8bfe-f0f909343282 .shogun-image-content {
  
    justify-content: center;
  
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image {
  box-sizing: border-box;
}



.s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  margin: 0 !important;
  overflow: visible;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add background color handling */
  
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-472274e8-5256-4bb7-8bfe-f0f909343282 .shogun-image-content {
  
    justify-content: center;
  
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image {
  box-sizing: border-box;
}



.s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  
}


}@media (max-width: 767px){#s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  margin: 0 !important;
  overflow: visible;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-472274e8-5256-4bb7-8bfe-f0f909343282 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add background color handling */
  
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-472274e8-5256-4bb7-8bfe-f0f909343282 .shogun-image-content {
  
    justify-content: center;
  
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472274e8-5256-4bb7-8bfe-f0f909343282.shogun-image {
  box-sizing: border-box;
}



.s-472274e8-5256-4bb7-8bfe-f0f909343282 img.shogun-image {
  
}


}
#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  margin-top: 10px;
}
}
#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  margin: 0 !important;
  overflow: visible;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add background color handling */
  
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image {
  box-sizing: border-box;
}



.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  
}


@media (min-width: 1200px){#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  margin: 0 !important;
  overflow: visible;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add background color handling */
  
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image {
  box-sizing: border-box;
}



.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  margin: 0 !important;
  overflow: visible;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add background color handling */
  
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image {
  box-sizing: border-box;
}



.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  margin: 0 !important;
  overflow: visible;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add background color handling */
  
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image {
  box-sizing: border-box;
}



.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  
}


}@media (max-width: 767px){#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  margin: 0 !important;
  overflow: visible;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add background color handling */
  
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e.shogun-image {
  box-sizing: border-box;
}



.s-08556bbe-26d7-43b0-a8ef-9dc2b5fa616e img.shogun-image {
  
}


}
#s-3010c512-84a0-470a-b772-221ea96dff66 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3010c512-84a0-470a-b772-221ea96dff66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3010c512-84a0-470a-b772-221ea96dff66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3010c512-84a0-470a-b772-221ea96dff66 {
  
}
}@media (max-width: 767px){#s-3010c512-84a0-470a-b772-221ea96dff66 {
  margin-top: 5%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: dashed;
border-radius: 5px;
display: none;
}
#s-3010c512-84a0-470a-b772-221ea96dff66, #wrap-s-3010c512-84a0-470a-b772-221ea96dff66, #wrap-content-s-3010c512-84a0-470a-b772-221ea96dff66 { display: none !important; }}
#s-3010c512-84a0-470a-b772-221ea96dff66 {
  background-image: url();
}








#s-3010c512-84a0-470a-b772-221ea96dff66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3010c512-84a0-470a-b772-221ea96dff66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa82250d-4ab7-4989-8bfb-d359a5bc17c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fa82250d-4ab7-4989-8bfb-d359a5bc17c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa82250d-4ab7-4989-8bfb-d359a5bc17c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-483a9432-2bd2-4093-8efb-328e5e788242 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-483a9432-2bd2-4093-8efb-328e5e788242 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-483a9432-2bd2-4093-8efb-328e5e788242 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4380ca36-a5d1-4c1d-b89f-7a82752c3e0d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4380ca36-a5d1-4c1d-b89f-7a82752c3e0d {
  display: none;
}
#s-4380ca36-a5d1-4c1d-b89f-7a82752c3e0d, #wrap-s-4380ca36-a5d1-4c1d-b89f-7a82752c3e0d, #wrap-content-s-4380ca36-a5d1-4c1d-b89f-7a82752c3e0d { display: none !important; }}
#s-4380ca36-a5d1-4c1d-b89f-7a82752c3e0d .shg-proportional-font-size,
#s-4380ca36-a5d1-4c1d-b89f-7a82752c3e0d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f6713a8f-5547-47ae-b3bc-73734248c43f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f6713a8f-5547-47ae-b3bc-73734248c43f {
  display: none;
}
#s-f6713a8f-5547-47ae-b3bc-73734248c43f, #wrap-s-f6713a8f-5547-47ae-b3bc-73734248c43f, #wrap-content-s-f6713a8f-5547-47ae-b3bc-73734248c43f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6713a8f-5547-47ae-b3bc-73734248c43f {
  display: none;
}
#s-f6713a8f-5547-47ae-b3bc-73734248c43f, #wrap-s-f6713a8f-5547-47ae-b3bc-73734248c43f, #wrap-content-s-f6713a8f-5547-47ae-b3bc-73734248c43f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6713a8f-5547-47ae-b3bc-73734248c43f {
  display: none;
}
#s-f6713a8f-5547-47ae-b3bc-73734248c43f, #wrap-s-f6713a8f-5547-47ae-b3bc-73734248c43f, #wrap-content-s-f6713a8f-5547-47ae-b3bc-73734248c43f { display: none !important; }}
#s-f6713a8f-5547-47ae-b3bc-73734248c43f .shg-proportional-font-size,
#s-f6713a8f-5547-47ae-b3bc-73734248c43f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cd56a1ea-3fcb-4425-a042-cbb2f49122fa {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd56a1ea-3fcb-4425-a042-cbb2f49122fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd56a1ea-3fcb-4425-a042-cbb2f49122fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cd56a1ea-3fcb-4425-a042-cbb2f49122fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd56a1ea-3fcb-4425-a042-cbb2f49122fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-cb7ce1e6-668a-4c0a-8d0a-00ea9dd056a0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cb7ce1e6-668a-4c0a-8d0a-00ea9dd056a0 {
  display: none;
}
#s-cb7ce1e6-668a-4c0a-8d0a-00ea9dd056a0, #wrap-s-cb7ce1e6-668a-4c0a-8d0a-00ea9dd056a0, #wrap-content-s-cb7ce1e6-668a-4c0a-8d0a-00ea9dd056a0 { display: none !important; }}
#s-cb7ce1e6-668a-4c0a-8d0a-00ea9dd056a0 hr {
  border-top: 3px solid rgba(165, 0, 0, 1);
}

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

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

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

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

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

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

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

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

#s-883246fd-5399-4c40-b912-38e326884d7f {
  box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.1);
margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-883246fd-5399-4c40-b912-38e326884d7f:hover {box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.05) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(165, 0, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-883246fd-5399-4c40-b912-38e326884d7f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-883246fd-5399-4c40-b912-38e326884d7f {
  margin-top: 0px;
}
}

  #s-883246fd-5399-4c40-b912-38e326884d7f-root {
    text-align: center;
  }


#s-883246fd-5399-4c40-b912-38e326884d7f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-883246fd-5399-4c40-b912-38e326884d7f-root {
    text-align: center;
  }


#s-883246fd-5399-4c40-b912-38e326884d7f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-883246fd-5399-4c40-b912-38e326884d7f-root {
    text-align: center;
  }


#s-883246fd-5399-4c40-b912-38e326884d7f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-883246fd-5399-4c40-b912-38e326884d7f-root {
    text-align: center;
  }


#s-883246fd-5399-4c40-b912-38e326884d7f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-883246fd-5399-4c40-b912-38e326884d7f-root {
    text-align: center;
  }


#s-883246fd-5399-4c40-b912-38e326884d7f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2ed621bd-3abb-4e2f-ae09-aab9a52e4414 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2ed621bd-3abb-4e2f-ae09-aab9a52e4414 {
  display: none;
}
#s-2ed621bd-3abb-4e2f-ae09-aab9a52e4414, #wrap-s-2ed621bd-3abb-4e2f-ae09-aab9a52e4414, #wrap-content-s-2ed621bd-3abb-4e2f-ae09-aab9a52e4414 { display: none !important; }}
#s-2ed621bd-3abb-4e2f-ae09-aab9a52e4414 hr {
  border-top: 3px solid rgba(165, 0, 0, 1);
}

#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 {
  display: none;
}
#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786, #wrap-s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786, #wrap-content-s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 {
  display: none;
}
#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786, #wrap-s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786, #wrap-content-s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 {
  display: none;
}
#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786, #wrap-s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786, #wrap-content-s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 { display: none !important; }}@media (max-width: 767px){#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 {
  margin-top: 20px;
margin-bottom: 0%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: dashed;
border-radius: 5px;
}
}







#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1b20d7e-cb90-4d2c-bb16-b581ba10e786.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-773c8d0a-937e-463b-a2d0-162115a35355 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-773c8d0a-937e-463b-a2d0-162115a35355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-773c8d0a-937e-463b-a2d0-162115a35355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64b2649b-9e0b-48de-90f5-be6b08755d7c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-64b2649b-9e0b-48de-90f5-be6b08755d7c .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-64b2649b-9e0b-48de-90f5-be6b08755d7c .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-6fc0bd72-7b21-4d7b-b6f4-d24b89cabda7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6fc0bd72-7b21-4d7b-b6f4-d24b89cabda7 {
  display: none;
}
#s-6fc0bd72-7b21-4d7b-b6f4-d24b89cabda7, #wrap-s-6fc0bd72-7b21-4d7b-b6f4-d24b89cabda7, #wrap-content-s-6fc0bd72-7b21-4d7b-b6f4-d24b89cabda7 { display: none !important; }}
#s-6fc0bd72-7b21-4d7b-b6f4-d24b89cabda7 .shg-proportional-font-size,
#s-6fc0bd72-7b21-4d7b-b6f4-d24b89cabda7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-07c61f91-a82f-47df-b71f-497a63e22a7a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-07c61f91-a82f-47df-b71f-497a63e22a7a {
  display: none;
}
#s-07c61f91-a82f-47df-b71f-497a63e22a7a, #wrap-s-07c61f91-a82f-47df-b71f-497a63e22a7a, #wrap-content-s-07c61f91-a82f-47df-b71f-497a63e22a7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07c61f91-a82f-47df-b71f-497a63e22a7a {
  display: none;
}
#s-07c61f91-a82f-47df-b71f-497a63e22a7a, #wrap-s-07c61f91-a82f-47df-b71f-497a63e22a7a, #wrap-content-s-07c61f91-a82f-47df-b71f-497a63e22a7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07c61f91-a82f-47df-b71f-497a63e22a7a {
  display: none;
}
#s-07c61f91-a82f-47df-b71f-497a63e22a7a, #wrap-s-07c61f91-a82f-47df-b71f-497a63e22a7a, #wrap-content-s-07c61f91-a82f-47df-b71f-497a63e22a7a { display: none !important; }}
#s-07c61f91-a82f-47df-b71f-497a63e22a7a .shg-proportional-font-size,
#s-07c61f91-a82f-47df-b71f-497a63e22a7a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fe26a047-fd30-406d-8fdb-05c3f9cccf49 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fe26a047-fd30-406d-8fdb-05c3f9cccf49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe26a047-fd30-406d-8fdb-05c3f9cccf49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe26a047-fd30-406d-8fdb-05c3f9cccf49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe26a047-fd30-406d-8fdb-05c3f9cccf49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-489e9753-f1a5-48da-a6fa-fb669daa09b1 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-489e9753-f1a5-48da-a6fa-fb669daa09b1 {
  display: none;
}
#s-489e9753-f1a5-48da-a6fa-fb669daa09b1, #wrap-s-489e9753-f1a5-48da-a6fa-fb669daa09b1, #wrap-content-s-489e9753-f1a5-48da-a6fa-fb669daa09b1 { display: none !important; }}
#s-489e9753-f1a5-48da-a6fa-fb669daa09b1 hr {
  border-top: 3px solid rgba(165, 0, 0, 1);
}

#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6 {
  box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.1);
margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6:hover {box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.05) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(165, 0, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6 {
  margin-top: 0px;
}
}

  #s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6-root {
    text-align: center;
  }


#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6-root {
    text-align: center;
  }


#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6-root {
    text-align: center;
  }


#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6-root {
    text-align: center;
  }


#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6-root {
    text-align: center;
  }


#s-395d43bb-7cdd-4aef-84d9-f1ad77b1ecf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4c9a3bfb-b73c-491c-a9e9-6e9d46540323 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4c9a3bfb-b73c-491c-a9e9-6e9d46540323 {
  display: none;
}
#s-4c9a3bfb-b73c-491c-a9e9-6e9d46540323, #wrap-s-4c9a3bfb-b73c-491c-a9e9-6e9d46540323, #wrap-content-s-4c9a3bfb-b73c-491c-a9e9-6e9d46540323 { display: none !important; }}
#s-4c9a3bfb-b73c-491c-a9e9-6e9d46540323 hr {
  border-top: 3px solid rgba(165, 0, 0, 1);
}

#s-167b7b87-d72b-4e72-bc36-667a864f0d78 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-167b7b87-d72b-4e72-bc36-667a864f0d78 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-167b7b87-d72b-4e72-bc36-667a864f0d78 {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-167b7b87-d72b-4e72-bc36-667a864f0d78 {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-167b7b87-d72b-4e72-bc36-667a864f0d78 {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-167b7b87-d72b-4e72-bc36-667a864f0d78 {
  background-image: url();
}








#s-167b7b87-d72b-4e72-bc36-667a864f0d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-167b7b87-d72b-4e72-bc36-667a864f0d78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6e1cf11-8da1-42bf-9af0-f4665af091bd {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-d6e1cf11-8da1-42bf-9af0-f4665af091bd {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-d6e1cf11-8da1-42bf-9af0-f4665af091bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d6e1cf11-8da1-42bf-9af0-f4665af091bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6e1cf11-8da1-42bf-9af0-f4665af091bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6e1cf11-8da1-42bf-9af0-f4665af091bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6e1cf11-8da1-42bf-9af0-f4665af091bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6e1cf11-8da1-42bf-9af0-f4665af091bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6e1cf11-8da1-42bf-9af0-f4665af091bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-462d1084-5790-483f-ac57-09ae66cc176d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-462d1084-5790-483f-ac57-09ae66cc176d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-462d1084-5790-483f-ac57-09ae66cc176d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fc83d52-5251-46e7-8cfd-7b0e26b5c0c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7fc83d52-5251-46e7-8cfd-7b0e26b5c0c2 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-7fc83d52-5251-46e7-8cfd-7b0e26b5c0c2 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-7fc83d52-5251-46e7-8cfd-7b0e26b5c0c2 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-7fc83d52-5251-46e7-8cfd-7b0e26b5c0c2 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-7fc83d52-5251-46e7-8cfd-7b0e26b5c0c2 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-7fc83d52-5251-46e7-8cfd-7b0e26b5c0c2 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-7fc83d52-5251-46e7-8cfd-7b0e26b5c0c2 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}
#s-5c702dad-507a-4683-812d-19463defb67e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5c702dad-507a-4683-812d-19463defb67e {
  display: none;
}
#s-5c702dad-507a-4683-812d-19463defb67e, #wrap-s-5c702dad-507a-4683-812d-19463defb67e, #wrap-content-s-5c702dad-507a-4683-812d-19463defb67e { display: none !important; }}
#s-5c702dad-507a-4683-812d-19463defb67e .shg-proportional-font-size,
#s-5c702dad-507a-4683-812d-19463defb67e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-5c702dad-507a-4683-812d-19463defb67e .shg-proportional-font-size,
#s-5c702dad-507a-4683-812d-19463defb67e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}@media (max-width: 767px){#s-5c702dad-507a-4683-812d-19463defb67e .shg-proportional-font-size,
#s-5c702dad-507a-4683-812d-19463defb67e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-5f4028c3-ab70-43ca-8edb-5dd7e9a22ed3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5f4028c3-ab70-43ca-8edb-5dd7e9a22ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f4028c3-ab70-43ca-8edb-5dd7e9a22ed3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-5f4028c3-ab70-43ca-8edb-5dd7e9a22ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f4028c3-ab70-43ca-8edb-5dd7e9a22ed3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-ba4c9016-d295-4ed3-8cac-4af4ba463958 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-ba4c9016-d295-4ed3-8cac-4af4ba463958 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-ba4c9016-d295-4ed3-8cac-4af4ba463958 .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ba4c9016-d295-4ed3-8cac-4af4ba463958 .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}


#s-11a5df19-0c81-4f2c-bf37-65864d51df62 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-11a5df19-0c81-4f2c-bf37-65864d51df62 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11a5df19-0c81-4f2c-bf37-65864d51df62 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-11a5df19-0c81-4f2c-bf37-65864d51df62 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-11a5df19-0c81-4f2c-bf37-65864d51df62 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-11a5df19-0c81-4f2c-bf37-65864d51df62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-11a5df19-0c81-4f2c-bf37-65864d51df62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-11a5df19-0c81-4f2c-bf37-65864d51df62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-11a5df19-0c81-4f2c-bf37-65864d51df62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-c6f6c97f-7b6f-45a6-9087-59d176dddef9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c6f6c97f-7b6f-45a6-9087-59d176dddef9 {
  border-style: solid;
}
}
#s-c6f6c97f-7b6f-45a6-9087-59d176dddef9 {
  background-image: url();
}








#s-c6f6c97f-7b6f-45a6-9087-59d176dddef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6f6c97f-7b6f-45a6-9087-59d176dddef9 {
  cursor: pointer;
}#s-c6f6c97f-7b6f-45a6-9087-59d176dddef9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e2b0a5cf-02b8-4811-9c5f-83da8d56f788 {
  margin-left: auto;
margin-right: auto;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-a87a7357-c085-456a-b9cc-e5c598410685 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-a87a7357-c085-456a-b9cc-e5c598410685 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-a87a7357-c085-456a-b9cc-e5c598410685 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-a87a7357-c085-456a-b9cc-e5c598410685 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a87a7357-c085-456a-b9cc-e5c598410685 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a87a7357-c085-456a-b9cc-e5c598410685.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a87a7357-c085-456a-b9cc-e5c598410685 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-4993353e-64b4-446a-96b3-15b2fe6d1c68 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4993353e-64b4-446a-96b3-15b2fe6d1c68 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-4993353e-64b4-446a-96b3-15b2fe6d1c68 .shogun-heading-component h4 a {
  color: ;
}


#s-d0c45a2a-c496-42bc-b9bf-2bb3bd1ab260 {
  text-align: left;
}

#s-d0c45a2a-c496-42bc-b9bf-2bb3bd1ab260 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d0c45a2a-c496-42bc-b9bf-2bb3bd1ab260 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0c45a2a-c496-42bc-b9bf-2bb3bd1ab260 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

.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-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8-atc-btn-wrapper {
    text-align: center;
  }


#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8-atc-btn-wrapper {
    text-align: center;
  }


#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8-atc-btn-wrapper {
    text-align: center;
  }


#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8-atc-btn-wrapper {
    text-align: center;
  }


#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8-atc-btn-wrapper {
    text-align: center;
  }


#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-46df4fc4-c1b4-458a-9c7e-e2fc42d61ba8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1f074503-5de0-4a24-93ad-ead665b3f227 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-1f074503-5de0-4a24-93ad-ead665b3f227 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-1f074503-5de0-4a24-93ad-ead665b3f227 {
  background-image: url();
}








#s-1f074503-5de0-4a24-93ad-ead665b3f227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f074503-5de0-4a24-93ad-ead665b3f227 {
  cursor: pointer;
}#s-1f074503-5de0-4a24-93ad-ead665b3f227.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-33b07fa4-7cc5-4ab8-a7b2-384115a866b3 {
  margin-left: auto;
margin-right: auto;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f195e023-7e88-4ee0-a94e-8ee2c62fa20c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-29183b5d-d839-4eb7-ac6c-b4b82eaa9f74 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-29183b5d-d839-4eb7-ac6c-b4b82eaa9f74 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e895b795-9f96-4038-abb2-c2f68cf9eb95 {
  text-align: left;
}

#s-e895b795-9f96-4038-abb2-c2f68cf9eb95 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e895b795-9f96-4038-abb2-c2f68cf9eb95 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e895b795-9f96-4038-abb2-c2f68cf9eb95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-beaed82a-a588-40d4-b22a-990cbbfcaa89:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-beaed82a-a588-40d4-b22a-990cbbfcaa89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-beaed82a-a588-40d4-b22a-990cbbfcaa89-atc-btn-wrapper {
    text-align: center;
  }


#s-beaed82a-a588-40d4-b22a-990cbbfcaa89 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-beaed82a-a588-40d4-b22a-990cbbfcaa89-atc-btn-wrapper {
    text-align: center;
  }


#s-beaed82a-a588-40d4-b22a-990cbbfcaa89 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-beaed82a-a588-40d4-b22a-990cbbfcaa89-atc-btn-wrapper {
    text-align: center;
  }


#s-beaed82a-a588-40d4-b22a-990cbbfcaa89 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-beaed82a-a588-40d4-b22a-990cbbfcaa89-atc-btn-wrapper {
    text-align: center;
  }


#s-beaed82a-a588-40d4-b22a-990cbbfcaa89 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-beaed82a-a588-40d4-b22a-990cbbfcaa89-atc-btn-wrapper {
    text-align: center;
  }


#s-beaed82a-a588-40d4-b22a-990cbbfcaa89 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-beaed82a-a588-40d4-b22a-990cbbfcaa89.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b41b845a-2ba4-447a-87b7-3d1cbc577c08 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-b41b845a-2ba4-447a-87b7-3d1cbc577c08 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-b41b845a-2ba4-447a-87b7-3d1cbc577c08 {
  background-image: url();
}








#s-b41b845a-2ba4-447a-87b7-3d1cbc577c08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b41b845a-2ba4-447a-87b7-3d1cbc577c08 {
  cursor: pointer;
}#s-b41b845a-2ba4-447a-87b7-3d1cbc577c08.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b1ffa886-2d7f-40a6-9c36-0325a29036e3 {
  margin-left: auto;
margin-right: auto;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2fd09eb7-0d95-4946-89dd-e68051aff90f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd09eb7-0d95-4946-89dd-e68051aff90f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2fd09eb7-0d95-4946-89dd-e68051aff90f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-7d232b71-bd97-4b35-b55e-0593fded106d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7d232b71-bd97-4b35-b55e-0593fded106d .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-7d232b71-bd97-4b35-b55e-0593fded106d .shogun-heading-component h4 a {
  color: ;
}


#s-e9789a51-ec3d-4c58-aded-8d2e766f33cd {
  text-align: left;
}

#s-e9789a51-ec3d-4c58-aded-8d2e766f33cd .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e9789a51-ec3d-4c58-aded-8d2e766f33cd .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e9789a51-ec3d-4c58-aded-8d2e766f33cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7-atc-btn-wrapper {
    text-align: center;
  }


#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7-atc-btn-wrapper {
    text-align: center;
  }


#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7-atc-btn-wrapper {
    text-align: center;
  }


#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7-atc-btn-wrapper {
    text-align: center;
  }


#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7-atc-btn-wrapper {
    text-align: center;
  }


#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f5d7dab4-4c32-40be-84d1-69a9a2a60ca7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2f1116d6-64fc-4bb8-bc8e-636636e4efa4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-2f1116d6-64fc-4bb8-bc8e-636636e4efa4 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-2f1116d6-64fc-4bb8-bc8e-636636e4efa4 {
  background-image: url();
}








#s-2f1116d6-64fc-4bb8-bc8e-636636e4efa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f1116d6-64fc-4bb8-bc8e-636636e4efa4 {
  cursor: pointer;
}#s-2f1116d6-64fc-4bb8-bc8e-636636e4efa4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2d516a6a-a6b1-4352-a2bf-3e4d9cb6241e {
  margin-left: auto;
margin-right: auto;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8fad6c56-edf6-44ff-9dac-346123b6542c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fad6c56-edf6-44ff-9dac-346123b6542c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8fad6c56-edf6-44ff-9dac-346123b6542c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-e4f0305f-9ad7-4a04-9382-df27e8fe3ba3 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-e4f0305f-9ad7-4a04-9382-df27e8fe3ba3 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1a2af2f8-a9e7-4d35-b35f-9c07236dbf2b {
  text-align: left;
}

#s-1a2af2f8-a9e7-4d35-b35f-9c07236dbf2b .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1a2af2f8-a9e7-4d35-b35f-9c07236dbf2b .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1a2af2f8-a9e7-4d35-b35f-9c07236dbf2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2789e835-a72c-40fe-ac96-ecbc8778bc5c-atc-btn-wrapper {
    text-align: center;
  }


#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2789e835-a72c-40fe-ac96-ecbc8778bc5c-atc-btn-wrapper {
    text-align: center;
  }


#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2789e835-a72c-40fe-ac96-ecbc8778bc5c-atc-btn-wrapper {
    text-align: center;
  }


#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2789e835-a72c-40fe-ac96-ecbc8778bc5c-atc-btn-wrapper {
    text-align: center;
  }


#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2789e835-a72c-40fe-ac96-ecbc8778bc5c-atc-btn-wrapper {
    text-align: center;
  }


#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2789e835-a72c-40fe-ac96-ecbc8778bc5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2fa5de75-7722-43d7-ba2b-7e9c62a6f0dc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-2fa5de75-7722-43d7-ba2b-7e9c62a6f0dc {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-2fa5de75-7722-43d7-ba2b-7e9c62a6f0dc {
  background-image: url();
}








#s-2fa5de75-7722-43d7-ba2b-7e9c62a6f0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fa5de75-7722-43d7-ba2b-7e9c62a6f0dc {
  cursor: pointer;
}#s-2fa5de75-7722-43d7-ba2b-7e9c62a6f0dc.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d7251676-1941-4759-a681-c29ca35938f4 {
  margin-left: auto;
margin-right: auto;
}

#s-b9364a29-f545-424b-9722-9a961081208f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-b9364a29-f545-424b-9722-9a961081208f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9364a29-f545-424b-9722-9a961081208f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9364a29-f545-424b-9722-9a961081208f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9364a29-f545-424b-9722-9a961081208f img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9364a29-f545-424b-9722-9a961081208f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9364a29-f545-424b-9722-9a961081208f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9364a29-f545-424b-9722-9a961081208f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9364a29-f545-424b-9722-9a961081208f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b9364a29-f545-424b-9722-9a961081208f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9364a29-f545-424b-9722-9a961081208f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9364a29-f545-424b-9722-9a961081208f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9364a29-f545-424b-9722-9a961081208f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9364a29-f545-424b-9722-9a961081208f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9364a29-f545-424b-9722-9a961081208f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9364a29-f545-424b-9722-9a961081208f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9364a29-f545-424b-9722-9a961081208f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b9364a29-f545-424b-9722-9a961081208f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9364a29-f545-424b-9722-9a961081208f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9364a29-f545-424b-9722-9a961081208f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9364a29-f545-424b-9722-9a961081208f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9364a29-f545-424b-9722-9a961081208f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9364a29-f545-424b-9722-9a961081208f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9364a29-f545-424b-9722-9a961081208f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9364a29-f545-424b-9722-9a961081208f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b9364a29-f545-424b-9722-9a961081208f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9364a29-f545-424b-9722-9a961081208f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9364a29-f545-424b-9722-9a961081208f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9364a29-f545-424b-9722-9a961081208f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9364a29-f545-424b-9722-9a961081208f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9364a29-f545-424b-9722-9a961081208f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9364a29-f545-424b-9722-9a961081208f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9364a29-f545-424b-9722-9a961081208f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b9364a29-f545-424b-9722-9a961081208f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9364a29-f545-424b-9722-9a961081208f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9364a29-f545-424b-9722-9a961081208f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9364a29-f545-424b-9722-9a961081208f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9364a29-f545-424b-9722-9a961081208f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9364a29-f545-424b-9722-9a961081208f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9364a29-f545-424b-9722-9a961081208f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9364a29-f545-424b-9722-9a961081208f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9364a29-f545-424b-9722-9a961081208f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-93aabe53-aa46-4dca-811b-ab2fdb320640 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-93aabe53-aa46-4dca-811b-ab2fdb320640 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2b03cee0-d6d0-459a-95ec-ef8583b435ba {
  text-align: left;
}

#s-2b03cee0-d6d0-459a-95ec-ef8583b435ba .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2b03cee0-d6d0-459a-95ec-ef8583b435ba .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b03cee0-d6d0-459a-95ec-ef8583b435ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9-atc-btn-wrapper {
    text-align: center;
  }


#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9-atc-btn-wrapper {
    text-align: center;
  }


#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9-atc-btn-wrapper {
    text-align: center;
  }


#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9-atc-btn-wrapper {
    text-align: center;
  }


#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9-atc-btn-wrapper {
    text-align: center;
  }


#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a0964832-3b9b-4310-9f2f-6d3eb0ebf2a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-aa6b6857-3272-4e47-aae7-87901e91e77e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-aa6b6857-3272-4e47-aae7-87901e91e77e {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-aa6b6857-3272-4e47-aae7-87901e91e77e {
  background-image: url();
}








#s-aa6b6857-3272-4e47-aae7-87901e91e77e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa6b6857-3272-4e47-aae7-87901e91e77e {
  cursor: pointer;
}#s-aa6b6857-3272-4e47-aae7-87901e91e77e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f13bc992-5f5c-4dd1-8c23-671efeb769af {
  margin-left: auto;
margin-right: auto;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6b8ba9b-a2d0-403d-a12e-8a06f8e3ba33 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-c1e38de3-2f70-4bfc-b1a1-26da4f05b196 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-c1e38de3-2f70-4bfc-b1a1-26da4f05b196 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-466762e5-ea9b-427a-bf3b-e64f06ffc9be {
  text-align: left;
}

#s-466762e5-ea9b-427a-bf3b-e64f06ffc9be .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-466762e5-ea9b-427a-bf3b-e64f06ffc9be .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-466762e5-ea9b-427a-bf3b-e64f06ffc9be .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6-atc-btn-wrapper {
    text-align: center;
  }


#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6-atc-btn-wrapper {
    text-align: center;
  }


#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6-atc-btn-wrapper {
    text-align: center;
  }


#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6-atc-btn-wrapper {
    text-align: center;
  }


#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6-atc-btn-wrapper {
    text-align: center;
  }


#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5816fcc1-29ab-4162-9487-e5a4bb2b75c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6d097a45-9b44-4524-a70f-3c8259dfea83 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6d097a45-9b44-4524-a70f-3c8259dfea83 {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d097a45-9b44-4524-a70f-3c8259dfea83 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d097a45-9b44-4524-a70f-3c8259dfea83 {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-6d097a45-9b44-4524-a70f-3c8259dfea83 {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-6d097a45-9b44-4524-a70f-3c8259dfea83 {
  background-image: url();
}








#s-6d097a45-9b44-4524-a70f-3c8259dfea83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d097a45-9b44-4524-a70f-3c8259dfea83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-313fd5e1-83e0-44d6-a051-473430f7e0d4 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-313fd5e1-83e0-44d6-a051-473430f7e0d4 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-313fd5e1-83e0-44d6-a051-473430f7e0d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-313fd5e1-83e0-44d6-a051-473430f7e0d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-313fd5e1-83e0-44d6-a051-473430f7e0d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-313fd5e1-83e0-44d6-a051-473430f7e0d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-313fd5e1-83e0-44d6-a051-473430f7e0d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-313fd5e1-83e0-44d6-a051-473430f7e0d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-313fd5e1-83e0-44d6-a051-473430f7e0d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-e4e1874f-4b61-4ca5-9d61-1f36e4d45937 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e4e1874f-4b61-4ca5-9d61-1f36e4d45937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4e1874f-4b61-4ca5-9d61-1f36e4d45937.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52ffc285-74aa-43fa-b441-3596697d52f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-52ffc285-74aa-43fa-b441-3596697d52f6 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-52ffc285-74aa-43fa-b441-3596697d52f6 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-52ffc285-74aa-43fa-b441-3596697d52f6 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-52ffc285-74aa-43fa-b441-3596697d52f6 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-52ffc285-74aa-43fa-b441-3596697d52f6 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-52ffc285-74aa-43fa-b441-3596697d52f6 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-52ffc285-74aa-43fa-b441-3596697d52f6 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-71c861a3-5407-4c73-b9e9-452a527ae0f0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-71c861a3-5407-4c73-b9e9-452a527ae0f0 {
  display: none;
}
#s-71c861a3-5407-4c73-b9e9-452a527ae0f0, #wrap-s-71c861a3-5407-4c73-b9e9-452a527ae0f0, #wrap-content-s-71c861a3-5407-4c73-b9e9-452a527ae0f0 { display: none !important; }}
#s-cf4690f8-c805-4bda-ab20-691869c6e8ee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cf4690f8-c805-4bda-ab20-691869c6e8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf4690f8-c805-4bda-ab20-691869c6e8ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-cf4690f8-c805-4bda-ab20-691869c6e8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf4690f8-c805-4bda-ab20-691869c6e8ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b7082f02-6728-4da9-a1e4-2f8e73f76499 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-b7082f02-6728-4da9-a1e4-2f8e73f76499 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b7082f02-6728-4da9-a1e4-2f8e73f76499 .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b7082f02-6728-4da9-a1e4-2f8e73f76499 .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}


#s-cbce444a-4099-4e30-9c15-6b67d31beb0c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-cbce444a-4099-4e30-9c15-6b67d31beb0c {
  border-style: solid;
margin-top: 10px;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-radius: 0px;
}
}







#s-cbce444a-4099-4e30-9c15-6b67d31beb0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbce444a-4099-4e30-9c15-6b67d31beb0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c84e225b-caec-43f1-aed9-3f5b306307e7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-c84e225b-caec-43f1-aed9-3f5b306307e7 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c84e225b-caec-43f1-aed9-3f5b306307e7 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c84e225b-caec-43f1-aed9-3f5b306307e7 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-c84e225b-caec-43f1-aed9-3f5b306307e7 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
}
}
@media (min-width: 0px) {
[id="s-c84e225b-caec-43f1-aed9-3f5b306307e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c84e225b-caec-43f1-aed9-3f5b306307e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c84e225b-caec-43f1-aed9-3f5b306307e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c84e225b-caec-43f1-aed9-3f5b306307e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-04b4c3f5-42ef-4084-8920-62a18625cf67 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-04b4c3f5-42ef-4084-8920-62a18625cf67 {
  border-style: solid;
}
}
#s-04b4c3f5-42ef-4084-8920-62a18625cf67 {
  background-image: url();
}








#s-04b4c3f5-42ef-4084-8920-62a18625cf67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04b4c3f5-42ef-4084-8920-62a18625cf67 {
  cursor: pointer;
}#s-04b4c3f5-42ef-4084-8920-62a18625cf67.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6e7d121-04ce-4c4b-8e6b-d6fc2e69b133 {
  margin-left: auto;
margin-right: auto;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3bc3e44-740e-4b1f-b62c-0231ff3fcc22 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-3ee19214-7720-40d9-9183-f322ccd16589 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-3ee19214-7720-40d9-9183-f322ccd16589 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-0b85abb7-40c4-4398-a6f1-6240dcf928ff {
  text-align: left;
}

#s-0b85abb7-40c4-4398-a6f1-6240dcf928ff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0b85abb7-40c4-4398-a6f1-6240dcf928ff .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-0b85abb7-40c4-4398-a6f1-6240dcf928ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff0d952e-c4b5-4382-a149-71f2af76ef5c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ff0d952e-c4b5-4382-a149-71f2af76ef5c {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-ff0d952e-c4b5-4382-a149-71f2af76ef5c {
  background-image: url();
}








#s-ff0d952e-c4b5-4382-a149-71f2af76ef5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff0d952e-c4b5-4382-a149-71f2af76ef5c {
  cursor: pointer;
}#s-ff0d952e-c4b5-4382-a149-71f2af76ef5c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b052e3ff-39a8-4361-bc8b-91c01d3bbf84 {
  margin-left: auto;
margin-right: auto;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-063fef0a-63d8-47fd-b616-ccf0729c75b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-063fef0a-63d8-47fd-b616-ccf0729c75b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-063fef0a-63d8-47fd-b616-ccf0729c75b6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-3dadc0b2-8802-4339-bb87-91052c68a434 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-3dadc0b2-8802-4339-bb87-91052c68a434 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-8983157a-87c8-4bd2-abf0-ddc9e0213150 {
  text-align: left;
}

#s-8983157a-87c8-4bd2-abf0-ddc9e0213150 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8983157a-87c8-4bd2-abf0-ddc9e0213150 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-8983157a-87c8-4bd2-abf0-ddc9e0213150 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-86dc14b8-e73e-4d66-b1d5-d0044ca7a9c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-86dc14b8-e73e-4d66-b1d5-d0044ca7a9c5 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-86dc14b8-e73e-4d66-b1d5-d0044ca7a9c5 {
  background-image: url();
}








#s-86dc14b8-e73e-4d66-b1d5-d0044ca7a9c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86dc14b8-e73e-4d66-b1d5-d0044ca7a9c5 {
  cursor: pointer;
}#s-86dc14b8-e73e-4d66-b1d5-d0044ca7a9c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-417a404d-bb5d-47bd-bc23-871a118936a1 {
  margin-left: auto;
margin-right: auto;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a39377-ea8c-4ef4-9757-0d77de4873b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8a39377-ea8c-4ef4-9757-0d77de4873b4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-dc8a454e-2c46-435f-bba1-1f7a02299f8a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-dc8a454e-2c46-435f-bba1-1f7a02299f8a .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-33313fee-de56-4ac1-ae4d-c6d31502ab06 {
  text-align: left;
}

#s-33313fee-de56-4ac1-ae4d-c6d31502ab06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-33313fee-de56-4ac1-ae4d-c6d31502ab06 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-33313fee-de56-4ac1-ae4d-c6d31502ab06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19963967-2d36-4eff-9588-f23683f079e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-19963967-2d36-4eff-9588-f23683f079e2 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-19963967-2d36-4eff-9588-f23683f079e2 {
  background-image: url();
}








#s-19963967-2d36-4eff-9588-f23683f079e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19963967-2d36-4eff-9588-f23683f079e2 {
  cursor: pointer;
}#s-19963967-2d36-4eff-9588-f23683f079e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c540a55-f873-4132-84f1-4642d998fe89 {
  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-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce901cc6-9c6a-4ab4-9e8d-c61f4d4d8590 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e2a5602e-8c4c-45c2-9ab1-fbc5d1d63002 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-e2a5602e-8c4c-45c2-9ab1-fbc5d1d63002 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-88123f8e-28b9-455c-becf-199fbdf10ce0 {
  text-align: left;
}

#s-88123f8e-28b9-455c-becf-199fbdf10ce0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-88123f8e-28b9-455c-becf-199fbdf10ce0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-88123f8e-28b9-455c-becf-199fbdf10ce0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9c100a1f-ed9b-417b-b8ee-65fbee756b39 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9c100a1f-ed9b-417b-b8ee-65fbee756b39 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-9c100a1f-ed9b-417b-b8ee-65fbee756b39 {
  background-image: url();
}








#s-9c100a1f-ed9b-417b-b8ee-65fbee756b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c100a1f-ed9b-417b-b8ee-65fbee756b39 {
  cursor: pointer;
}#s-9c100a1f-ed9b-417b-b8ee-65fbee756b39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-45746e07-c364-4041-a1ee-7639ae1a6fed {
  margin-left: auto;
margin-right: auto;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2590b6c-9eef-4a47-8ac3-98655b4f4f88 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-719e8d78-5a76-412e-a8d7-dd70bb050043 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-719e8d78-5a76-412e-a8d7-dd70bb050043 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-a95c0c15-dee3-485e-9ed3-f77949ed4f06 {
  text-align: left;
}

#s-a95c0c15-dee3-485e-9ed3-f77949ed4f06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a95c0c15-dee3-485e-9ed3-f77949ed4f06 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-a95c0c15-dee3-485e-9ed3-f77949ed4f06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5bf07dae-23bf-4eb8-b43b-41004145f8ef {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5bf07dae-23bf-4eb8-b43b-41004145f8ef {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-5bf07dae-23bf-4eb8-b43b-41004145f8ef {
  background-image: url();
}








#s-5bf07dae-23bf-4eb8-b43b-41004145f8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bf07dae-23bf-4eb8-b43b-41004145f8ef {
  cursor: pointer;
}#s-5bf07dae-23bf-4eb8-b43b-41004145f8ef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d27b15cf-3b44-4099-aea6-06989223624f {
  margin-left: auto;
margin-right: auto;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-db50f8eb-0ba7-4d6a-9836-bfe1f6c5f2ba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-a9d3bb5b-bf14-445a-80f9-3ef4fb6ee77c {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-a9d3bb5b-bf14-445a-80f9-3ef4fb6ee77c .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-96d72b8e-7fbb-4549-8ffc-a88d88e5beb8 {
  text-align: left;
}

#s-96d72b8e-7fbb-4549-8ffc-a88d88e5beb8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-96d72b8e-7fbb-4549-8ffc-a88d88e5beb8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-96d72b8e-7fbb-4549-8ffc-a88d88e5beb8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e3463ad-a609-4fbc-b21f-d3a67e9a7f5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-63f637d9-0b96-4101-9a4e-0032263eb754 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-63f637d9-0b96-4101-9a4e-0032263eb754 {
  border-style: solid;
}
}
#s-63f637d9-0b96-4101-9a4e-0032263eb754 {
  background-image: url();
}








#s-63f637d9-0b96-4101-9a4e-0032263eb754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63f637d9-0b96-4101-9a4e-0032263eb754 {
  cursor: pointer;
}#s-63f637d9-0b96-4101-9a4e-0032263eb754.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f1ec8d7-8c77-40bb-8060-601dcb31266e {
  margin-left: auto;
margin-right: auto;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e30eaaa-7923-4b6d-a5ee-fe1b2ba1350f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-54ca3f5a-68b5-4d78-b663-0a848afe65f4 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-54ca3f5a-68b5-4d78-b663-0a848afe65f4 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-424cf50a-ef11-4abe-854c-c12a1f65a70d {
  text-align: left;
}

#s-424cf50a-ef11-4abe-854c-c12a1f65a70d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-424cf50a-ef11-4abe-854c-c12a1f65a70d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-424cf50a-ef11-4abe-854c-c12a1f65a70d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bc158d41-cd1e-44d9-9859-35f2f540368f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-bc158d41-cd1e-44d9-9859-35f2f540368f {
  border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
}
}
#s-bc158d41-cd1e-44d9-9859-35f2f540368f {
  background-image: url();
}








#s-bc158d41-cd1e-44d9-9859-35f2f540368f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc158d41-cd1e-44d9-9859-35f2f540368f {
  cursor: pointer;
}#s-bc158d41-cd1e-44d9-9859-35f2f540368f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-05ab31cf-9f7f-43a6-b31b-57f752a27f69 {
  margin-left: auto;
margin-right: auto;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f397e9c-334c-46f9-9da4-66ebf9a06878 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f397e9c-334c-46f9-9da4-66ebf9a06878.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5f397e9c-334c-46f9-9da4-66ebf9a06878 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-3706f490-f1ff-4b21-94e8-051da3ea6fbe {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-3706f490-f1ff-4b21-94e8-051da3ea6fbe .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-09ae5c51-c29c-414b-aa39-b60093d0156a {
  text-align: left;
}

#s-09ae5c51-c29c-414b-aa39-b60093d0156a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-09ae5c51-c29c-414b-aa39-b60093d0156a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-09ae5c51-c29c-414b-aa39-b60093d0156a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e54c476-4e45-4846-aa25-d0d2eb7eecdb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-4e54c476-4e45-4846-aa25-d0d2eb7eecdb {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-4e54c476-4e45-4846-aa25-d0d2eb7eecdb {
  background-image: url();
}








#s-4e54c476-4e45-4846-aa25-d0d2eb7eecdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e54c476-4e45-4846-aa25-d0d2eb7eecdb {
  cursor: pointer;
}#s-4e54c476-4e45-4846-aa25-d0d2eb7eecdb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-847644a1-f60a-465a-a74c-dd131820b2be {
  margin-left: auto;
margin-right: auto;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba4aa80f-15a7-437c-83d3-6f55088386ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4aa80f-15a7-437c-83d3-6f55088386ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba4aa80f-15a7-437c-83d3-6f55088386ce .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-59cd9420-662e-4e66-8a94-9096ef046413 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-59cd9420-662e-4e66-8a94-9096ef046413 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-283497bd-cbe9-4615-a657-1e77526a7bb4 {
  text-align: left;
}

#s-283497bd-cbe9-4615-a657-1e77526a7bb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-283497bd-cbe9-4615-a657-1e77526a7bb4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-283497bd-cbe9-4615-a657-1e77526a7bb4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38d8faf0-e61b-49ae-9d91-f43b5260df69 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-38d8faf0-e61b-49ae-9d91-f43b5260df69 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-38d8faf0-e61b-49ae-9d91-f43b5260df69 {
  background-image: url();
}








#s-38d8faf0-e61b-49ae-9d91-f43b5260df69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38d8faf0-e61b-49ae-9d91-f43b5260df69 {
  cursor: pointer;
}#s-38d8faf0-e61b-49ae-9d91-f43b5260df69.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0491b583-af85-4594-8f86-39a5a9e348c6 {
  margin-left: auto;
margin-right: auto;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-045c5a74-4d94-43ba-8bc9-287c6365c48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045c5a74-4d94-43ba-8bc9-287c6365c48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-045c5a74-4d94-43ba-8bc9-287c6365c48c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-0ad40fe4-990f-462b-88f5-8cbf20e6a840 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-0ad40fe4-990f-462b-88f5-8cbf20e6a840 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b06fd189-709a-47dc-b60f-1b7b8e5d3f93 {
  text-align: left;
}

#s-b06fd189-709a-47dc-b60f-1b7b8e5d3f93 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b06fd189-709a-47dc-b60f-1b7b8e5d3f93 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b06fd189-709a-47dc-b60f-1b7b8e5d3f93 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8ea29924-21b5-446e-abee-93cb3c3b8ad8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8ea29924-21b5-446e-abee-93cb3c3b8ad8 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-8ea29924-21b5-446e-abee-93cb3c3b8ad8 {
  background-image: url();
}








#s-8ea29924-21b5-446e-abee-93cb3c3b8ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ea29924-21b5-446e-abee-93cb3c3b8ad8 {
  cursor: pointer;
}#s-8ea29924-21b5-446e-abee-93cb3c3b8ad8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5bd62b3e-7653-4cbb-b70a-915f2c8eb0a6 {
  margin-left: auto;
margin-right: auto;
}

#s-d005f920-6d32-4b99-9293-af1ca53e9515 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 {
  max-width:  100%;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 {
  max-width:  100%;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 {
  max-width:  100%;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 {
  max-width:  100%;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 {
  max-width:  100%;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 .shg-image-zoom,
.shg-c#s-d005f920-6d32-4b99-9293-af1ca53e9515 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c5086958-82d0-4097-9ad4-61d1498905ce {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-c5086958-82d0-4097-9ad4-61d1498905ce .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-30a98801-0cc9-4877-add8-143ea2637efb {
  text-align: left;
}

#s-30a98801-0cc9-4877-add8-143ea2637efb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-30a98801-0cc9-4877-add8-143ea2637efb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-30a98801-0cc9-4877-add8-143ea2637efb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8edb5002-f3e4-475b-bb92-a6035d6bd757 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8edb5002-f3e4-475b-bb92-a6035d6bd757 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-8edb5002-f3e4-475b-bb92-a6035d6bd757 {
  background-image: url();
}








#s-8edb5002-f3e4-475b-bb92-a6035d6bd757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8edb5002-f3e4-475b-bb92-a6035d6bd757 {
  cursor: pointer;
}#s-8edb5002-f3e4-475b-bb92-a6035d6bd757.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-74715dbc-8cb6-4359-8ba4-58a319c71b95 {
  margin-left: auto;
margin-right: auto;
}

#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 {
  max-width:  100%;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 {
  max-width:  100%;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 {
  max-width:  100%;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 {
  max-width:  100%;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 {
  max-width:  100%;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 .shg-image-zoom,
.shg-c#s-eb6eed2d-d5ac-441a-84b8-c0730613f392 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ebf55366-a1f9-4152-bc85-abf4227a3041 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-ebf55366-a1f9-4152-bc85-abf4227a3041 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-825960ba-26f6-4ed7-9ecc-76f14fc7b1e4 {
  text-align: left;
}

#s-825960ba-26f6-4ed7-9ecc-76f14fc7b1e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-825960ba-26f6-4ed7-9ecc-76f14fc7b1e4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-825960ba-26f6-4ed7-9ecc-76f14fc7b1e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd656fdf-1a48-420e-96d0-1fada3576a50 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-dd656fdf-1a48-420e-96d0-1fada3576a50 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd656fdf-1a48-420e-96d0-1fada3576a50 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd656fdf-1a48-420e-96d0-1fada3576a50 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-dd656fdf-1a48-420e-96d0-1fada3576a50 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-dd656fdf-1a48-420e-96d0-1fada3576a50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dd656fdf-1a48-420e-96d0-1fada3576a50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd656fdf-1a48-420e-96d0-1fada3576a50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd656fdf-1a48-420e-96d0-1fada3576a50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-a47570c5-e150-4605-86e2-8fba02574d6c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a47570c5-e150-4605-86e2-8fba02574d6c {
  border-style: solid;
}
}
#s-a47570c5-e150-4605-86e2-8fba02574d6c {
  background-image: url();
}








#s-a47570c5-e150-4605-86e2-8fba02574d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a47570c5-e150-4605-86e2-8fba02574d6c {
  cursor: pointer;
}#s-a47570c5-e150-4605-86e2-8fba02574d6c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd38b1ba-4d63-4e07-8778-a836a31a8d63 {
  margin-left: auto;
margin-right: auto;
}

#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05f0b57-6ecb-4695-b17b-4bc9207771cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1247a82b-845e-42eb-8bb6-1d00fd2f16af {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-1247a82b-845e-42eb-8bb6-1d00fd2f16af .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-842aa956-f6d0-4e78-b504-cf580138607f {
  text-align: left;
}

#s-842aa956-f6d0-4e78-b504-cf580138607f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-842aa956-f6d0-4e78-b504-cf580138607f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-842aa956-f6d0-4e78-b504-cf580138607f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ae15a75d-7689-4b90-9c04-4f47a5cff435 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ae15a75d-7689-4b90-9c04-4f47a5cff435 {
  border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
}
}
#s-ae15a75d-7689-4b90-9c04-4f47a5cff435 {
  background-image: url();
}








#s-ae15a75d-7689-4b90-9c04-4f47a5cff435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae15a75d-7689-4b90-9c04-4f47a5cff435 {
  cursor: pointer;
}#s-ae15a75d-7689-4b90-9c04-4f47a5cff435.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b60ff845-3807-49a1-86d1-321bf481c1df {
  margin-left: auto;
margin-right: auto;
}

#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 {
  max-width:  100%;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 {
  max-width:  100%;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 {
  max-width:  100%;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 {
  max-width:  100%;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 {
  max-width:  100%;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 .shg-image-zoom,
.shg-c#s-f3a2bd67-c1b0-4ce8-8f3e-4e1c90f0d072 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9651019e-9a39-4c8f-a6f5-f6184e7e29c4 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-9651019e-9a39-4c8f-a6f5-f6184e7e29c4 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-d56dba82-fc2f-45e4-85aa-878b2865088d {
  text-align: left;
}

#s-d56dba82-fc2f-45e4-85aa-878b2865088d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d56dba82-fc2f-45e4-85aa-878b2865088d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-d56dba82-fc2f-45e4-85aa-878b2865088d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5bfe20ac-7190-41a4-8112-1728d7422b14 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5bfe20ac-7190-41a4-8112-1728d7422b14 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-5bfe20ac-7190-41a4-8112-1728d7422b14 {
  background-image: url();
}








#s-5bfe20ac-7190-41a4-8112-1728d7422b14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bfe20ac-7190-41a4-8112-1728d7422b14 {
  cursor: pointer;
}#s-5bfe20ac-7190-41a4-8112-1728d7422b14.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f3d5fde-f742-4167-ba85-7f1ad4322d56 {
  margin-left: auto;
margin-right: auto;
}

#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff50d0d1-658c-4aa7-a725-3d4867f9f747 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f08d352b-199d-4eaa-96bc-7983849c392a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-f08d352b-199d-4eaa-96bc-7983849c392a .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b48e718f-b610-4e8b-940e-8facbe58be78 {
  text-align: left;
}

#s-b48e718f-b610-4e8b-940e-8facbe58be78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b48e718f-b610-4e8b-940e-8facbe58be78 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b48e718f-b610-4e8b-940e-8facbe58be78 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-58e21ac6-45a6-4801-bbb1-11a1448a9b1d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-58e21ac6-45a6-4801-bbb1-11a1448a9b1d {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-58e21ac6-45a6-4801-bbb1-11a1448a9b1d {
  background-image: url();
}








#s-58e21ac6-45a6-4801-bbb1-11a1448a9b1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58e21ac6-45a6-4801-bbb1-11a1448a9b1d {
  cursor: pointer;
}#s-58e21ac6-45a6-4801-bbb1-11a1448a9b1d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92dbb56f-db9e-4306-aa06-4379e7aaf598 {
  margin-left: auto;
margin-right: auto;
}

#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aed512-b36f-498c-b7c3-b7b8f81b4cc5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f81a66e6-4675-4802-8f3f-1df89e9e6b55 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-f81a66e6-4675-4802-8f3f-1df89e9e6b55 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c589b2fd-1537-4400-8576-57c7f3ef2119 {
  text-align: left;
}

#s-c589b2fd-1537-4400-8576-57c7f3ef2119 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c589b2fd-1537-4400-8576-57c7f3ef2119 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c589b2fd-1537-4400-8576-57c7f3ef2119 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-54de592a-e31a-4f51-968a-b1dea8aada43 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-54de592a-e31a-4f51-968a-b1dea8aada43 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-54de592a-e31a-4f51-968a-b1dea8aada43 {
  background-image: url();
}








#s-54de592a-e31a-4f51-968a-b1dea8aada43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54de592a-e31a-4f51-968a-b1dea8aada43 {
  cursor: pointer;
}#s-54de592a-e31a-4f51-968a-b1dea8aada43.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b03a6747-5e39-4c5f-a3f7-472f6c4ac225 {
  margin-left: auto;
margin-right: auto;
}

#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f3b22-ab25-4d4f-8512-eeded33f211f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e6151046-72da-40cd-89eb-ff9ad3fe76b5 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-e6151046-72da-40cd-89eb-ff9ad3fe76b5 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-0821c237-4755-440b-a6dd-31f58d6a546f {
  text-align: left;
}

#s-0821c237-4755-440b-a6dd-31f58d6a546f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0821c237-4755-440b-a6dd-31f58d6a546f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-0821c237-4755-440b-a6dd-31f58d6a546f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a42a40b9-6db1-41b2-8323-34807b2c3d7b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a42a40b9-6db1-41b2-8323-34807b2c3d7b {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-a42a40b9-6db1-41b2-8323-34807b2c3d7b {
  background-image: url();
}








#s-a42a40b9-6db1-41b2-8323-34807b2c3d7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a42a40b9-6db1-41b2-8323-34807b2c3d7b {
  cursor: pointer;
}#s-a42a40b9-6db1-41b2-8323-34807b2c3d7b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-170dada4-c7ec-4767-8d51-adf78ab3e3ef {
  margin-left: auto;
margin-right: auto;
}

#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 {
  max-width:  100%;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 {
  max-width:  100%;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 {
  max-width:  100%;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 {
  max-width:  100%;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 {
  max-width:  100%;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 .shg-image-zoom,
.shg-c#s-0da73c47-d3bf-4e6b-82d8-eb7652edfc93 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-222302e1-9cdb-45ef-b7ca-d1791789be8e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-222302e1-9cdb-45ef-b7ca-d1791789be8e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c8515a4b-4f7e-40b4-a9ab-ca690dee0724 {
  text-align: left;
}

#s-c8515a4b-4f7e-40b4-a9ab-ca690dee0724 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c8515a4b-4f7e-40b4-a9ab-ca690dee0724 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8515a4b-4f7e-40b4-a9ab-ca690dee0724 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f0422e3-9671-4a9d-acc6-1afb5465c899 {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3f0422e3-9671-4a9d-acc6-1afb5465c899 {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-3f0422e3-9671-4a9d-acc6-1afb5465c899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f0422e3-9671-4a9d-acc6-1afb5465c899.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58d3a8ff-eb78-47bb-915f-43a45897f29d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-58d3a8ff-eb78-47bb-915f-43a45897f29d {
  display: none;
}
#s-58d3a8ff-eb78-47bb-915f-43a45897f29d, #wrap-s-58d3a8ff-eb78-47bb-915f-43a45897f29d, #wrap-content-s-58d3a8ff-eb78-47bb-915f-43a45897f29d { display: none !important; }}
@media (min-width: 0px) {
[id="s-58d3a8ff-eb78-47bb-915f-43a45897f29d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58d3a8ff-eb78-47bb-915f-43a45897f29d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58d3a8ff-eb78-47bb-915f-43a45897f29d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58d3a8ff-eb78-47bb-915f-43a45897f29d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5195c4e2-2850-43af-a4e5-7b9cdd06346b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5195c4e2-2850-43af-a4e5-7b9cdd06346b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5195c4e2-2850-43af-a4e5-7b9cdd06346b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/3200;
text-align: center;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  margin: 0 !important;
  overflow: visible;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add background color handling */
  
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
  box-sizing: border-box;
}



.s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6217afc9-cadb-422f-a60d-01c52a034ebd {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
      position: relative;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  margin: 0 !important;
  overflow: visible;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add background color handling */
  
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
  box-sizing: border-box;
}



.s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6217afc9-cadb-422f-a60d-01c52a034ebd {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
      position: relative;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  margin: 0 !important;
  overflow: visible;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add background color handling */
  
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
  box-sizing: border-box;
}



.s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6217afc9-cadb-422f-a60d-01c52a034ebd {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
      position: relative;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  margin: 0 !important;
  overflow: visible;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add background color handling */
  
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
  box-sizing: border-box;
}



.s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6217afc9-cadb-422f-a60d-01c52a034ebd {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
      position: relative;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (max-width: 767px){#s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  margin: 0 !important;
  overflow: visible;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6217afc9-cadb-422f-a60d-01c52a034ebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add background color handling */
  
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6217afc9-cadb-422f-a60d-01c52a034ebd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-6217afc9-cadb-422f-a60d-01c52a034ebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image {
  box-sizing: border-box;
}



.s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6217afc9-cadb-422f-a60d-01c52a034ebd {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container {
      position: relative;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6217afc9-cadb-422f-a60d-01c52a034ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}
#s-8bae4f5e-31ab-4216-bbbe-e26274e5e142 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-8bae4f5e-31ab-4216-bbbe-e26274e5e142 {
  margin-top: 10px;
}
}







#s-8bae4f5e-31ab-4216-bbbe-e26274e5e142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bae4f5e-31ab-4216-bbbe-e26274e5e142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/3200;
text-align: center;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
  box-sizing: border-box;
}



.s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-035cff93-b380-4411-91cc-2e1068778cf2 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
      position: relative;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-035cff93-b380-4411-91cc-2e1068778cf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
  box-sizing: border-box;
}



.s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-035cff93-b380-4411-91cc-2e1068778cf2 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
      position: relative;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-035cff93-b380-4411-91cc-2e1068778cf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
  box-sizing: border-box;
}



.s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-035cff93-b380-4411-91cc-2e1068778cf2 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
      position: relative;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-035cff93-b380-4411-91cc-2e1068778cf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
  box-sizing: border-box;
}



.s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-035cff93-b380-4411-91cc-2e1068778cf2 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
      position: relative;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (max-width: 767px){#s-035cff93-b380-4411-91cc-2e1068778cf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-035cff93-b380-4411-91cc-2e1068778cf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-035cff93-b380-4411-91cc-2e1068778cf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-035cff93-b380-4411-91cc-2e1068778cf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image {
  box-sizing: border-box;
}



.s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-035cff93-b380-4411-91cc-2e1068778cf2 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container {
      position: relative;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-035cff93-b380-4411-91cc-2e1068778cf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}
#s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7 {
  display: none;
}
#s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7, #wrap-s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7, #wrap-content-s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7 {
  display: none;
}
#s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7, #wrap-s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7, #wrap-content-s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7 { display: none !important; }}@media (max-width: 767px){#s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7 {
  display: none;
}
#s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7, #wrap-s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7, #wrap-content-s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3137bbeb-bd35-4df6-9ff5-3bbcb3976ee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8a9263e9-2845-4800-9b76-e49059fd1b53 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8a9263e9-2845-4800-9b76-e49059fd1b53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a9263e9-2845-4800-9b76-e49059fd1b53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/3200;
text-align: center;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  margin: 0 !important;
  overflow: visible;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add background color handling */
  
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
  box-sizing: border-box;
}



.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
      position: relative;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  margin: 0 !important;
  overflow: visible;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add background color handling */
  
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
  box-sizing: border-box;
}



.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
      position: relative;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  margin: 0 !important;
  overflow: visible;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add background color handling */
  
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
  box-sizing: border-box;
}



.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
      position: relative;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  margin: 0 !important;
  overflow: visible;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add background color handling */
  
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
  box-sizing: border-box;
}



.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
      position: relative;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (max-width: 767px){#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  margin: 0 !important;
  overflow: visible;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add background color handling */
  
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image {
  box-sizing: border-box;
}



.s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container {
      position: relative;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4217b31-bdec-4e1a-9e8c-3e156fa9955f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}
#s-dc79ffe6-6748-4d2b-9f4f-0a12ba0ee954 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-dc79ffe6-6748-4d2b-9f4f-0a12ba0ee954 {
  margin-top: 10px;
}
}







#s-dc79ffe6-6748-4d2b-9f4f-0a12ba0ee954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc79ffe6-6748-4d2b-9f4f-0a12ba0ee954.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/3200;
text-align: center;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
  box-sizing: border-box;
}



.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
      position: relative;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
  box-sizing: border-box;
}



.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
      position: relative;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
  box-sizing: border-box;
}



.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
      position: relative;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
  box-sizing: border-box;
}



.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
      position: relative;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (max-width: 767px){#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image {
  box-sizing: border-box;
}



.s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container {
      position: relative;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-838e8e15-6347-4d00-9ba6-ca6ccfc481a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}
#s-f4ca05c2-ab59-4f68-ba01-42ee5c41a6fc {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f4ca05c2-ab59-4f68-ba01-42ee5c41a6fc {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4ca05c2-ab59-4f68-ba01-42ee5c41a6fc {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4ca05c2-ab59-4f68-ba01-42ee5c41a6fc {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-f4ca05c2-ab59-4f68-ba01-42ee5c41a6fc {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-f4ca05c2-ab59-4f68-ba01-42ee5c41a6fc {
  background-image: url();
}








#s-f4ca05c2-ab59-4f68-ba01-42ee5c41a6fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4ca05c2-ab59-4f68-ba01-42ee5c41a6fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9693520-ffff-4a2b-9a3e-0f08a532d402 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-e9693520-ffff-4a2b-9a3e-0f08a532d402 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-e9693520-ffff-4a2b-9a3e-0f08a532d402"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e9693520-ffff-4a2b-9a3e-0f08a532d402"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9693520-ffff-4a2b-9a3e-0f08a532d402"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9693520-ffff-4a2b-9a3e-0f08a532d402"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9693520-ffff-4a2b-9a3e-0f08a532d402"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9693520-ffff-4a2b-9a3e-0f08a532d402"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9693520-ffff-4a2b-9a3e-0f08a532d402"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-18bed597-a439-47bf-a0ae-7cac049267f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18bed597-a439-47bf-a0ae-7cac049267f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18bed597-a439-47bf-a0ae-7cac049267f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42342e52-9ca1-4c42-9415-8d68ce7eee13 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-42342e52-9ca1-4c42-9415-8d68ce7eee13 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-42342e52-9ca1-4c42-9415-8d68ce7eee13 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-42342e52-9ca1-4c42-9415-8d68ce7eee13 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-42342e52-9ca1-4c42-9415-8d68ce7eee13 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-d94fb8c6-6d8b-4b44-90bc-6757070bc51d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d94fb8c6-6d8b-4b44-90bc-6757070bc51d {
  display: none;
}
#s-d94fb8c6-6d8b-4b44-90bc-6757070bc51d, #wrap-s-d94fb8c6-6d8b-4b44-90bc-6757070bc51d, #wrap-content-s-d94fb8c6-6d8b-4b44-90bc-6757070bc51d { display: none !important; }}
#s-2d5715d2-68db-4850-aba9-bbdbdd0f64a5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2d5715d2-68db-4850-aba9-bbdbdd0f64a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d5715d2-68db-4850-aba9-bbdbdd0f64a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-2d5715d2-68db-4850-aba9-bbdbdd0f64a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d5715d2-68db-4850-aba9-bbdbdd0f64a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-7b9486d3-5b50-4e80-8883-fa5b7c385fdf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-7b9486d3-5b50-4e80-8883-fa5b7c385fdf {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-7b9486d3-5b50-4e80-8883-fa5b7c385fdf .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7b9486d3-5b50-4e80-8883-fa5b7c385fdf .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}


#s-b7db804f-c996-400f-b513-bebcc078b82b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-b7db804f-c996-400f-b513-bebcc078b82b {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7db804f-c996-400f-b513-bebcc078b82b {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7db804f-c996-400f-b513-bebcc078b82b {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-b7db804f-c996-400f-b513-bebcc078b82b {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-b7db804f-c996-400f-b513-bebcc078b82b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b7db804f-c996-400f-b513-bebcc078b82b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7db804f-c996-400f-b513-bebcc078b82b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7db804f-c996-400f-b513-bebcc078b82b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-4243f721-f3b4-43f2-938e-91565f78e1b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-4243f721-f3b4-43f2-938e-91565f78e1b7 {
  border-style: solid;
}
}
#s-4243f721-f3b4-43f2-938e-91565f78e1b7 {
  background-image: url();
}








#s-4243f721-f3b4-43f2-938e-91565f78e1b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4243f721-f3b4-43f2-938e-91565f78e1b7 {
  cursor: pointer;
}#s-4243f721-f3b4-43f2-938e-91565f78e1b7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7628af18-f9ad-4848-b5f2-60e3ef649c01 {
  margin-left: auto;
margin-right: auto;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d2e57fb7-f690-4d20-8bc7-289d1d8bfb12 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-23b384a8-5a94-46bb-a2d8-c4fad5b2fff7 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-23b384a8-5a94-46bb-a2d8-c4fad5b2fff7 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-748210f0-98a5-41c4-8d06-c6cf95bd5174 {
  text-align: left;
}

#s-748210f0-98a5-41c4-8d06-c6cf95bd5174 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-748210f0-98a5-41c4-8d06-c6cf95bd5174 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-748210f0-98a5-41c4-8d06-c6cf95bd5174 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-118b1769-105e-4bd9-884f-74f7414e02bb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-118b1769-105e-4bd9-884f-74f7414e02bb {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-118b1769-105e-4bd9-884f-74f7414e02bb {
  background-image: url();
}








#s-118b1769-105e-4bd9-884f-74f7414e02bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-118b1769-105e-4bd9-884f-74f7414e02bb {
  cursor: pointer;
}#s-118b1769-105e-4bd9-884f-74f7414e02bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ebf5b32f-d9df-43da-b67b-f29611632c1f {
  margin-left: auto;
margin-right: auto;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-705c7225-e0ba-4da3-825a-c3540c15baba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-705c7225-e0ba-4da3-825a-c3540c15baba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-705c7225-e0ba-4da3-825a-c3540c15baba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-705c7225-e0ba-4da3-825a-c3540c15baba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-705c7225-e0ba-4da3-825a-c3540c15baba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705c7225-e0ba-4da3-825a-c3540c15baba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-705c7225-e0ba-4da3-825a-c3540c15baba .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-ea633ec5-f699-486c-9dd0-2c4449270c4f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-ea633ec5-f699-486c-9dd0-2c4449270c4f .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b9f6fd5c-47c3-446b-ac7a-417f8643d502 {
  text-align: left;
}

#s-b9f6fd5c-47c3-446b-ac7a-417f8643d502 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b9f6fd5c-47c3-446b-ac7a-417f8643d502 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b9f6fd5c-47c3-446b-ac7a-417f8643d502 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a8acaded-bc31-41fd-9735-596198e38e78 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a8acaded-bc31-41fd-9735-596198e38e78 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-a8acaded-bc31-41fd-9735-596198e38e78 {
  background-image: url();
}








#s-a8acaded-bc31-41fd-9735-596198e38e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8acaded-bc31-41fd-9735-596198e38e78 {
  cursor: pointer;
}#s-a8acaded-bc31-41fd-9735-596198e38e78.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d0d60dfc-1e7e-4ab8-a1d2-03ffc472f87f {
  margin-left: auto;
margin-right: auto;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 img.shogun-image {
  width: 100%;
  
  
  max-width: 720px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ba7ccf22-ede8-44a3-9ca1-5b8312bddd71 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-772ba0eb-8926-4d40-84c3-21b48a3cb18b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-772ba0eb-8926-4d40-84c3-21b48a3cb18b .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-4cefd857-0972-4183-959e-97a330d558b8 {
  text-align: left;
}

#s-4cefd857-0972-4183-959e-97a330d558b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4cefd857-0972-4183-959e-97a330d558b8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-4cefd857-0972-4183-959e-97a330d558b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-199ebfc7-81c9-450c-ac19-8fadb0e987ac {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-199ebfc7-81c9-450c-ac19-8fadb0e987ac {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-199ebfc7-81c9-450c-ac19-8fadb0e987ac {
  background-image: url();
}








#s-199ebfc7-81c9-450c-ac19-8fadb0e987ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-199ebfc7-81c9-450c-ac19-8fadb0e987ac {
  cursor: pointer;
}#s-199ebfc7-81c9-450c-ac19-8fadb0e987ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7980276f-c29b-4780-a614-19833aa6ad98 {
  margin-left: auto;
margin-right: auto;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5474d275-c327-448a-af23-db2e7e7a25b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5474d275-c327-448a-af23-db2e7e7a25b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5474d275-c327-448a-af23-db2e7e7a25b8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-adad242b-23e0-4260-ab38-7c8e5a6757fa {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-adad242b-23e0-4260-ab38-7c8e5a6757fa .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-a62d0c37-8d4d-4ed9-9970-40ec6e8aec46 {
  text-align: left;
}

#s-a62d0c37-8d4d-4ed9-9970-40ec6e8aec46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a62d0c37-8d4d-4ed9-9970-40ec6e8aec46 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-a62d0c37-8d4d-4ed9-9970-40ec6e8aec46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1b427e97-91a0-46a8-9d93-4365a768ab92 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-1b427e97-91a0-46a8-9d93-4365a768ab92 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-1b427e97-91a0-46a8-9d93-4365a768ab92 {
  background-image: url();
}








#s-1b427e97-91a0-46a8-9d93-4365a768ab92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b427e97-91a0-46a8-9d93-4365a768ab92 {
  cursor: pointer;
}#s-1b427e97-91a0-46a8-9d93-4365a768ab92.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4c843df1-43a4-4874-bb1b-a3fd7f2d74a8 {
  margin-left: auto;
margin-right: auto;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ade9282-e164-43fb-b90d-1a0eb2c3c519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9ade9282-e164-43fb-b90d-1a0eb2c3c519 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-f5f8580c-620d-4b74-8177-2f4554a2be34 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-f5f8580c-620d-4b74-8177-2f4554a2be34 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-41561e4f-c6bc-43f7-b816-6b7bf84fc704 {
  text-align: left;
}

#s-41561e4f-c6bc-43f7-b816-6b7bf84fc704 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-41561e4f-c6bc-43f7-b816-6b7bf84fc704 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-41561e4f-c6bc-43f7-b816-6b7bf84fc704 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-586edc69-93c0-42a0-89a8-ff08ad3e66dd {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-586edc69-93c0-42a0-89a8-ff08ad3e66dd {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-586edc69-93c0-42a0-89a8-ff08ad3e66dd {
  background-image: url();
}








#s-586edc69-93c0-42a0-89a8-ff08ad3e66dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-586edc69-93c0-42a0-89a8-ff08ad3e66dd {
  cursor: pointer;
}#s-586edc69-93c0-42a0-89a8-ff08ad3e66dd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d398e54-668b-4817-b501-12883af9f6c5 {
  margin-left: auto;
margin-right: auto;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff98f573-c13d-4d1a-ae21-47f185b2edf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ff98f573-c13d-4d1a-ae21-47f185b2edf6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-9cd9962a-d5b1-4d38-8386-e96a3c7429de {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-9cd9962a-d5b1-4d38-8386-e96a3c7429de .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-79241de8-591b-4a69-a44d-1279ab1c21b4 {
  text-align: left;
}

#s-79241de8-591b-4a69-a44d-1279ab1c21b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-79241de8-591b-4a69-a44d-1279ab1c21b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-79241de8-591b-4a69-a44d-1279ab1c21b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-106db3e4-a06e-4171-af05-b43bcfb2b0dc {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-106db3e4-a06e-4171-af05-b43bcfb2b0dc {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-106db3e4-a06e-4171-af05-b43bcfb2b0dc {
  margin-left: 0%;
margin-right: 0%;
border-radius: 0px;
max-width: 600px;
background-color: rgba(40, 40, 40, 1);
}
}







#s-106db3e4-a06e-4171-af05-b43bcfb2b0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-106db3e4-a06e-4171-af05-b43bcfb2b0dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3147a31-6b9a-4c46-a1b6-56383f774186 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e3147a31-6b9a-4c46-a1b6-56383f774186"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3147a31-6b9a-4c46-a1b6-56383f774186"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3147a31-6b9a-4c46-a1b6-56383f774186"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3147a31-6b9a-4c46-a1b6-56383f774186"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3147a31-6b9a-4c46-a1b6-56383f774186"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3147a31-6b9a-4c46-a1b6-56383f774186"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3147a31-6b9a-4c46-a1b6-56383f774186"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e3147a31-6b9a-4c46-a1b6-56383f774186"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-74559ffa-f1da-427a-a56a-3dd55fc049a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-74559ffa-f1da-427a-a56a-3dd55fc049a3 {
  max-width: 600px;
}
}







#s-74559ffa-f1da-427a-a56a-3dd55fc049a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74559ffa-f1da-427a-a56a-3dd55fc049a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  margin-left: auto;
margin-right: auto;
max-width: 1536px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  margin-top: 15px;
}
}@media (max-width: 767px){#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  margin-top: 20px;
max-width: 600px;
}
}
#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  margin: 0 !important;
  overflow: visible;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add background color handling */
  
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
  box-sizing: border-box;
}



.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
      position: relative;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

@media (min-width: 1200px){#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  margin: 0 !important;
  overflow: visible;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add background color handling */
  
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
  box-sizing: border-box;
}



.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
      position: relative;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  margin: 0 !important;
  overflow: visible;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add background color handling */
  
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
  box-sizing: border-box;
}



.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
      position: relative;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  margin: 0 !important;
  overflow: visible;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add background color handling */
  
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
  box-sizing: border-box;
}



.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
      position: relative;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (max-width: 767px){#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  margin: 0 !important;
  overflow: visible;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add background color handling */
  
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image {
  box-sizing: border-box;
}



.s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container {
      position: relative;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537f2ed1-f32f-4bdc-99b4-ac731620f998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}
#s-db51cc00-ccf1-400f-9db9-300b58803b1e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-db51cc00-ccf1-400f-9db9-300b58803b1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db51cc00-ccf1-400f-9db9-300b58803b1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ca5b329-bcc4-4f09-8975-83550ba29c77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3ca5b329-bcc4-4f09-8975-83550ba29c77 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-3ca5b329-bcc4-4f09-8975-83550ba29c77 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 1200px){#s-3ca5b329-bcc4-4f09-8975-83550ba29c77 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3ca5b329-bcc4-4f09-8975-83550ba29c77 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-d78104b8-61c3-470d-876e-a3c09e424567 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d78104b8-61c3-470d-876e-a3c09e424567 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}
}

  #s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c-root {
    text-align: left;
  }


#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c-root {
    text-align: left;
  }


#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c-root {
    text-align: left;
  }


#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c-root {
    text-align: left;
  }


#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c-root {
    text-align: center;
  }


#s-0f8eb7f7-b75f-425b-b698-e7cd6bc5df9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-91eb8807-fb2f-4df0-a6bd-f5a71f45c8f3 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91eb8807-fb2f-4df0-a6bd-f5a71f45c8f3 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-91eb8807-fb2f-4df0-a6bd-f5a71f45c8f3 {
  margin-left: 2%;
margin-right: 2%;
max-width: 600px;
}
}
#s-91eb8807-fb2f-4df0-a6bd-f5a71f45c8f3 {
  background-image: url();
}








#s-91eb8807-fb2f-4df0-a6bd-f5a71f45c8f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91eb8807-fb2f-4df0-a6bd-f5a71f45c8f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a3c1b99-e147-482b-8f9b-9f80a129b858 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4a3c1b99-e147-482b-8f9b-9f80a129b858 {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-4a3c1b99-e147-482b-8f9b-9f80a129b858 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4a3c1b99-e147-482b-8f9b-9f80a129b858 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-4a3c1b99-e147-482b-8f9b-9f80a129b858 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-2963d1e3-8dfc-4279-8f17-55932aaf51d7 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
@media (max-width: 767px){#s-2963d1e3-8dfc-4279-8f17-55932aaf51d7 {
  max-width: 100%;
}
}
#s-c9bbb09c-a41b-4f59-8544-a8b5309b7d06 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c9bbb09c-a41b-4f59-8544-a8b5309b7d06 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c9bbb09c-a41b-4f59-8544-a8b5309b7d06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9bbb09c-a41b-4f59-8544-a8b5309b7d06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c9bbb09c-a41b-4f59-8544-a8b5309b7d06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c9bbb09c-a41b-4f59-8544-a8b5309b7d06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}
@media (max-width: 767px){#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  margin-top: 10px;
}
}
#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  margin: 0 !important;
  overflow: visible;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add background color handling */
  
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
  box-sizing: border-box;
}



.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
      position: relative;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  margin: 0 !important;
  overflow: visible;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add background color handling */
  
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
  box-sizing: border-box;
}



.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
      position: relative;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  margin: 0 !important;
  overflow: visible;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add background color handling */
  
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
  box-sizing: border-box;
}



.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
      position: relative;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  margin: 0 !important;
  overflow: visible;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add background color handling */
  
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
  box-sizing: border-box;
}



.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
      position: relative;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  margin: 0 !important;
  overflow: visible;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add background color handling */
  
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image {
  box-sizing: border-box;
}



.s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container {
      position: relative;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f460ff39-ed85-43e6-b26e-e6f0e9c5cd3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  margin-left: auto;
margin-right: auto;
max-width: 3750px;
aspect-ratio: 3750/2500;
text-align: center;
}
@media (max-width: 767px){#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  margin-top: 10px;
}
}
#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  margin: 0 !important;
  overflow: visible;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add background color handling */
  
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
  box-sizing: border-box;
}



.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
      position: relative;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

@media (min-width: 1200px){#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  margin: 0 !important;
  overflow: visible;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add background color handling */
  
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
  box-sizing: border-box;
}



.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
      position: relative;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  margin: 0 !important;
  overflow: visible;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add background color handling */
  
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
  box-sizing: border-box;
}



.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
      position: relative;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  margin: 0 !important;
  overflow: visible;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add background color handling */
  
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
  box-sizing: border-box;
}



.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
      position: relative;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

}@media (max-width: 767px){#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  margin: 0 !important;
  overflow: visible;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add background color handling */
  
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image {
  box-sizing: border-box;
}



.s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container {
      position: relative;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005ceec9-754f-496e-9cfd-0841dbe9bcaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

}
#s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}
@media (max-width: 767px){#s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  margin-top: 10px;
}
}
#s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  margin: 0 !important;
  overflow: visible;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add background color handling */
  
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
  box-sizing: border-box;
}



.s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77972444-8fb1-44ec-b830-67b1d0e875ff {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
      position: relative;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  margin: 0 !important;
  overflow: visible;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add background color handling */
  
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
  box-sizing: border-box;
}



.s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77972444-8fb1-44ec-b830-67b1d0e875ff {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
      position: relative;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  margin: 0 !important;
  overflow: visible;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add background color handling */
  
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
  box-sizing: border-box;
}



.s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77972444-8fb1-44ec-b830-67b1d0e875ff {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
      position: relative;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  margin: 0 !important;
  overflow: visible;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add background color handling */
  
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
  box-sizing: border-box;
}



.s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77972444-8fb1-44ec-b830-67b1d0e875ff {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
      position: relative;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  margin: 0 !important;
  overflow: visible;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-77972444-8fb1-44ec-b830-67b1d0e875ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add background color handling */
  
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77972444-8fb1-44ec-b830-67b1d0e875ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-77972444-8fb1-44ec-b830-67b1d0e875ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image {
  box-sizing: border-box;
}



.s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77972444-8fb1-44ec-b830-67b1d0e875ff {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container {
      position: relative;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77972444-8fb1-44ec-b830-67b1d0e875ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-1a539b8c-e505-486e-ab52-778cef33f728 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1a539b8c-e505-486e-ab52-778cef33f728 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a539b8c-e505-486e-ab52-778cef33f728 {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}
}@media (max-width: 767px){#s-1a539b8c-e505-486e-ab52-778cef33f728 {
  margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 5%;
padding-bottom: 5%;
}
}







#s-1a539b8c-e505-486e-ab52-778cef33f728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a539b8c-e505-486e-ab52-778cef33f728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fac39d95-a360-473e-b64a-f693b4809d81 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fac39d95-a360-473e-b64a-f693b4809d81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fac39d95-a360-473e-b64a-f693b4809d81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fac39d95-a360-473e-b64a-f693b4809d81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fac39d95-a360-473e-b64a-f693b4809d81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4e9893a8-a88a-49e4-abd5-b55dcb16fba8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4e9893a8-a88a-49e4-abd5-b55dcb16fba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e9893a8-a88a-49e4-abd5-b55dcb16fba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  margin: 0 !important;
  overflow: visible;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add background color handling */
  
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
  box-sizing: border-box;
}



.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
      position: relative;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  margin: 0 !important;
  overflow: visible;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add background color handling */
  
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
  box-sizing: border-box;
}



.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
      position: relative;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  margin: 0 !important;
  overflow: visible;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add background color handling */
  
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
  box-sizing: border-box;
}



.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
      position: relative;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  margin: 0 !important;
  overflow: visible;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add background color handling */
  
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
  box-sizing: border-box;
}



.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
      position: relative;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  margin: 0 !important;
  overflow: visible;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add background color handling */
  
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image {
  box-sizing: border-box;
}



.s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container {
      position: relative;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b219d0d4-58bc-44dc-a8f9-9c8cd9496681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-6ba6c9d7-c48b-43da-862e-d26e5c0658c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6ba6c9d7-c48b-43da-862e-d26e5c0658c5 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-16611b49-47a0-4c5a-866b-c3528f4e13cb {
  margin-left: auto;
margin-right: auto;
}

#s-53718a19-0b2f-4427-af53-f57cb0e1e34b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53718a19-0b2f-4427-af53-f57cb0e1e34b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53718a19-0b2f-4427-af53-f57cb0e1e34b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 1784/1920;
text-align: center;
}
@media (max-width: 767px){#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  margin-top: 20px;
}
}
#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  margin: 0 !important;
  overflow: visible;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add background color handling */
  
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
  box-sizing: border-box;
}



.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
      position: relative;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  margin: 0 !important;
  overflow: visible;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add background color handling */
  
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
  box-sizing: border-box;
}



.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
      position: relative;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  margin: 0 !important;
  overflow: visible;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add background color handling */
  
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
  box-sizing: border-box;
}



.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
      position: relative;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  margin: 0 !important;
  overflow: visible;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add background color handling */
  
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
  box-sizing: border-box;
}



.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
      position: relative;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  margin: 0 !important;
  overflow: visible;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add background color handling */
  
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image {
  box-sizing: border-box;
}



.s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container {
      position: relative;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbac1fe0-54c1-4675-b40f-5ef413b8f4ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-62e0f026-64e9-4bbf-b3b8-25ce9e75a018 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-62e0f026-64e9-4bbf-b3b8-25ce9e75a018 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f99b5647-6a4a-4626-8afc-287eb09235d1 {
  margin-left: auto;
margin-right: auto;
}

#s-5ae06f44-1231-40bb-8022-6430f0b19ea7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-5ae06f44-1231-40bb-8022-6430f0b19ea7 {
  padding-top: 2%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ae06f44-1231-40bb-8022-6430f0b19ea7 {
  padding-top: 2%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ae06f44-1231-40bb-8022-6430f0b19ea7 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5ae06f44-1231-40bb-8022-6430f0b19ea7 {
  border-style: solid;
margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
border-color: rgba(40, 40, 40, 1);
}
}







#s-5ae06f44-1231-40bb-8022-6430f0b19ea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ae06f44-1231-40bb-8022-6430f0b19ea7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06333600-a254-4862-9db9-b845a3a82aac {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-06333600-a254-4862-9db9-b845a3a82aac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06333600-a254-4862-9db9-b845a3a82aac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06333600-a254-4862-9db9-b845a3a82aac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06333600-a254-4862-9db9-b845a3a82aac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e1404999-524f-4c38-9c1e-c5849504e26f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-e1404999-524f-4c38-9c1e-c5849504e26f {
  margin-top: 0px;
margin-bottom: 15px;
}
}







#s-e1404999-524f-4c38-9c1e-c5849504e26f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1404999-524f-4c38-9c1e-c5849504e26f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc {
  margin: 0 !important;
  overflow: visible;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add background color handling */
  
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
  box-sizing: border-box;
}



.s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1434d45-0030-4779-b110-3b49b006a7bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
      position: relative;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-d1434d45-0030-4779-b110-3b49b006a7bc {
  margin: 0 !important;
  overflow: visible;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add background color handling */
  
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
  box-sizing: border-box;
}



.s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1434d45-0030-4779-b110-3b49b006a7bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
      position: relative;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1434d45-0030-4779-b110-3b49b006a7bc {
  margin: 0 !important;
  overflow: visible;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add background color handling */
  
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
  box-sizing: border-box;
}



.s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1434d45-0030-4779-b110-3b49b006a7bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
      position: relative;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1434d45-0030-4779-b110-3b49b006a7bc {
  margin: 0 !important;
  overflow: visible;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add background color handling */
  
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
  box-sizing: border-box;
}



.s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1434d45-0030-4779-b110-3b49b006a7bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
      position: relative;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-d1434d45-0030-4779-b110-3b49b006a7bc {
  margin: 0 !important;
  overflow: visible;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1434d45-0030-4779-b110-3b49b006a7bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add background color handling */
  
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1434d45-0030-4779-b110-3b49b006a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d1434d45-0030-4779-b110-3b49b006a7bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image {
  box-sizing: border-box;
}



.s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1434d45-0030-4779-b110-3b49b006a7bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container {
      position: relative;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1434d45-0030-4779-b110-3b49b006a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-ae865e22-0a3f-4b2d-ab88-c0cab14e509d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ae865e22-0a3f-4b2d-ab88-c0cab14e509d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-381cbf57-9e99-4a1f-af21-660eeb60f7b6 {
  margin-left: auto;
margin-right: auto;
}

#s-63dadb23-9939-45e4-a664-75908cffd5eb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-63dadb23-9939-45e4-a664-75908cffd5eb {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-63dadb23-9939-45e4-a664-75908cffd5eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63dadb23-9939-45e4-a664-75908cffd5eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  margin-top: 20px;
}
}
#s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
  box-sizing: border-box;
}



.s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
      position: relative;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
  box-sizing: border-box;
}



.s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
      position: relative;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
  box-sizing: border-box;
}



.s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
      position: relative;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
  box-sizing: border-box;
}



.s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
      position: relative;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9c0e0bdd-0758-4502-9603-44bedd71db8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image {
  box-sizing: border-box;
}



.s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container {
      position: relative;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0e0bdd-0758-4502-9603-44bedd71db8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-6b90618a-580f-41a5-873b-881f78adaad1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6b90618a-580f-41a5-873b-881f78adaad1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7bf998c3-54f7-498a-8d1b-2a9a35622d76 {
  margin-left: auto;
margin-right: auto;
}

#s-be8f48d3-842a-4195-b2e5-112cafb5605c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-be8f48d3-842a-4195-b2e5-112cafb5605c {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-be8f48d3-842a-4195-b2e5-112cafb5605c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be8f48d3-842a-4195-b2e5-112cafb5605c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 2742/450;
text-align: center;
}
@media (max-width: 767px){#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  margin-top: 20px;
}
}
#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
  box-sizing: border-box;
}



.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
      position: relative;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

@media (min-width: 1200px){#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
  box-sizing: border-box;
}



.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
      position: relative;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
  box-sizing: border-box;
}



.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
      position: relative;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
  box-sizing: border-box;
}



.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
      position: relative;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

}@media (max-width: 767px){#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image {
  box-sizing: border-box;
}



.s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container {
      position: relative;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c017af6a-5c6e-48ff-8ba5-84605a0ace83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

}
#s-251fe407-9be4-4c54-aff7-8a446a633024 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-251fe407-9be4-4c54-aff7-8a446a633024 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-61dba5f7-af14-4dc9-bda0-4223dc7d613e {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}