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

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

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

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

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

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

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

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

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

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

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

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

#s-95e2c440-5b18-45be-be0e-db53c3dc8196 {
  margin-left: -3%;
margin-right: -3%;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-95e2c440-5b18-45be-be0e-db53c3dc8196 {
  display: none;
}
#s-95e2c440-5b18-45be-be0e-db53c3dc8196, #wrap-s-95e2c440-5b18-45be-be0e-db53c3dc8196, #wrap-content-s-95e2c440-5b18-45be-be0e-db53c3dc8196 { display: none !important; }}@media (max-width: 767px){#s-95e2c440-5b18-45be-be0e-db53c3dc8196 {
  display: none;
}
#s-95e2c440-5b18-45be-be0e-db53c3dc8196, #wrap-s-95e2c440-5b18-45be-be0e-db53c3dc8196, #wrap-content-s-95e2c440-5b18-45be-be0e-db53c3dc8196 { display: none !important; }}







#s-95e2c440-5b18-45be-be0e-db53c3dc8196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95e2c440-5b18-45be-be0e-db53c3dc8196.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0 {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0 {
  display: none;
}
#s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0, #wrap-s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0, #wrap-content-s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0 { display: none !important; }}@media (max-width: 767px){#s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0 {
  display: none;
}
#s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0, #wrap-s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0, #wrap-content-s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0 { display: none !important; }}
#s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0 .shg-sld-nav-button.shg-sld-left,
#s-6c4f6f66-244e-4d3c-b57f-1a8bb3ce37e0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  margin-left: auto;
margin-right: auto;
max-width: 4521px;
text-align: center;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a-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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a .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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a img.shogun-image {
  width: 100%;
  
  
  max-width: 4521px;

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




.s-1e06c2bd-4e93-43b4-bacc-449121d0665a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a-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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a .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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a img.shogun-image {
  width: 100%;
  
  
  

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




.s-1e06c2bd-4e93-43b4-bacc-449121d0665a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a-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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a .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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a img.shogun-image {
  width: 100%;
  
  
  

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




.s-1e06c2bd-4e93-43b4-bacc-449121d0665a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a-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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a .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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a img.shogun-image {
  width: 100%;
  
  
  

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




.s-1e06c2bd-4e93-43b4-bacc-449121d0665a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a-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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a .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-1e06c2bd-4e93-43b4-bacc-449121d0665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a img.shogun-image {
  width: 100%;
  
  
  

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




.s-1e06c2bd-4e93-43b4-bacc-449121d0665a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c2bd-4e93-43b4-bacc-449121d0665a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c6a60262-2981-496c-80f3-1062687f2786 {
  margin-left: auto;
margin-right: auto;
max-width: 4521px;
text-align: center;
}

#s-c6a60262-2981-496c-80f3-1062687f2786 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6a60262-2981-496c-80f3-1062687f2786-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-c6a60262-2981-496c-80f3-1062687f2786 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6a60262-2981-496c-80f3-1062687f2786 .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-c6a60262-2981-496c-80f3-1062687f2786 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6a60262-2981-496c-80f3-1062687f2786 img.shogun-image {
  width: 100%;
  
  
  max-width: 4521px;

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




.s-c6a60262-2981-496c-80f3-1062687f2786 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6a60262-2981-496c-80f3-1062687f2786 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6a60262-2981-496c-80f3-1062687f2786-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-c6a60262-2981-496c-80f3-1062687f2786 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6a60262-2981-496c-80f3-1062687f2786 .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-c6a60262-2981-496c-80f3-1062687f2786 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6a60262-2981-496c-80f3-1062687f2786 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c6a60262-2981-496c-80f3-1062687f2786 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6a60262-2981-496c-80f3-1062687f2786 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6a60262-2981-496c-80f3-1062687f2786-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-c6a60262-2981-496c-80f3-1062687f2786 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6a60262-2981-496c-80f3-1062687f2786 .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-c6a60262-2981-496c-80f3-1062687f2786 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6a60262-2981-496c-80f3-1062687f2786 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c6a60262-2981-496c-80f3-1062687f2786 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6a60262-2981-496c-80f3-1062687f2786 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6a60262-2981-496c-80f3-1062687f2786-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-c6a60262-2981-496c-80f3-1062687f2786 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6a60262-2981-496c-80f3-1062687f2786 .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-c6a60262-2981-496c-80f3-1062687f2786 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6a60262-2981-496c-80f3-1062687f2786 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c6a60262-2981-496c-80f3-1062687f2786 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6a60262-2981-496c-80f3-1062687f2786 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6a60262-2981-496c-80f3-1062687f2786-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-c6a60262-2981-496c-80f3-1062687f2786 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6a60262-2981-496c-80f3-1062687f2786 .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-c6a60262-2981-496c-80f3-1062687f2786 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6a60262-2981-496c-80f3-1062687f2786 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c6a60262-2981-496c-80f3-1062687f2786 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6a60262-2981-496c-80f3-1062687f2786.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  margin-left: auto;
margin-right: auto;
max-width: 4521px;
text-align: center;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c-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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c img.shogun-image {
  width: 100%;
  
  
  max-width: 4521px;

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




.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c-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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c-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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c-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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c-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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .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-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2a5e72-5576-47c9-bf22-e8f9f6bfa48c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
    
    
    
    
  }


.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
  box-sizing: border-box;
}



.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
    
    
    
    
  }


.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
  box-sizing: border-box;
}



.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
    
    
    
    
  }


.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
  box-sizing: border-box;
}



.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
    
    
    
    
  }


.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
  box-sizing: border-box;
}



.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd033bf8-a08b-4be3-b867-f67600f25ac7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
    
    
    
    
  }


.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd033bf8-a08b-4be3-b867-f67600f25ac7.shogun-image {
  box-sizing: border-box;
}



.s-fd033bf8-a08b-4be3-b867-f67600f25ac7 img.shogun-image {
  
}


}
#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
aspect-ratio: 2171/720;
text-align: center;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  margin: 0 !important;
  overflow: visible;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add background color handling */
  
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }

    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-link {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2171px;
  }



  img.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
    
    
    
    max-height: 2171px;
  }


.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
  box-sizing: border-box;
}



.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
      --shg-aspect-ratio: calc(2171/720); 
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
      position: relative;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2171px;
    }
  }

@media (min-width: 1200px){#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  margin: 0 !important;
  overflow: visible;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add background color handling */
  
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }

    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-link {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2171px;
  }



  img.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
    
    
    
    max-height: 2171px;
  }


.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
  box-sizing: border-box;
}



.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
      --shg-aspect-ratio: calc(2171/720); 
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
      position: relative;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2171px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  margin: 0 !important;
  overflow: visible;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add background color handling */
  
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }

    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-link {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2171px;
  }



  img.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
    
    
    
    max-height: 2171px;
  }


.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
  box-sizing: border-box;
}



.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
      --shg-aspect-ratio: calc(2171/720); 
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
      position: relative;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2171px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  margin: 0 !important;
  overflow: visible;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add background color handling */
  
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }

    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-link {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2171px;
  }



  img.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
    
    
    
    max-height: 2171px;
  }


.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
  box-sizing: border-box;
}



.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
      --shg-aspect-ratio: calc(2171/720); 
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
      position: relative;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2171px;
    }
  }

}@media (max-width: 767px){#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  margin: 0 !important;
  overflow: visible;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add background color handling */
  
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }

    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-link {
      aspect-ratio: 2171/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2171px;
  }



  img.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
    
    
    
    max-height: 2171px;
  }


.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image {
  box-sizing: border-box;
}



.s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc {
      --shg-aspect-ratio: calc(2171/720); 
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container {
      position: relative;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87ae7dcf-fd24-4ccc-84fa-04a04b6af0bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2171px;
    }
  }

}
#s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
  box-sizing: border-box;
}



.s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
      position: relative;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
  box-sizing: border-box;
}



.s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
      position: relative;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
  box-sizing: border-box;
}



.s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
      position: relative;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
  box-sizing: border-box;
}



.s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
      position: relative;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-034b3d69-61b3-42aa-b823-20c750fe13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image {
  box-sizing: border-box;
}



.s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container {
      position: relative;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-034b3d69-61b3-42aa-b823-20c750fe13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-5a001665-0a09-4897-926b-5b1e960c0515 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
  box-sizing: border-box;
}



.s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a001665-0a09-4897-926b-5b1e960c0515 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
      position: relative;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-5a001665-0a09-4897-926b-5b1e960c0515 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
  box-sizing: border-box;
}



.s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a001665-0a09-4897-926b-5b1e960c0515 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
      position: relative;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a001665-0a09-4897-926b-5b1e960c0515 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
  box-sizing: border-box;
}



.s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a001665-0a09-4897-926b-5b1e960c0515 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
      position: relative;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a001665-0a09-4897-926b-5b1e960c0515 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
  box-sizing: border-box;
}



.s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a001665-0a09-4897-926b-5b1e960c0515 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
      position: relative;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-5a001665-0a09-4897-926b-5b1e960c0515 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a001665-0a09-4897-926b-5b1e960c0515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a001665-0a09-4897-926b-5b1e960c0515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-5a001665-0a09-4897-926b-5b1e960c0515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image {
  box-sizing: border-box;
}



.s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a001665-0a09-4897-926b-5b1e960c0515 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container {
      position: relative;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a001665-0a09-4897-926b-5b1e960c0515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  margin: 0 !important;
  overflow: visible;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add background color handling */
  
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
  box-sizing: border-box;
}



.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
      position: relative;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  margin: 0 !important;
  overflow: visible;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add background color handling */
  
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
  box-sizing: border-box;
}



.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
      position: relative;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  margin: 0 !important;
  overflow: visible;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add background color handling */
  
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
  box-sizing: border-box;
}



.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
      position: relative;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  margin: 0 !important;
  overflow: visible;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add background color handling */
  
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
  box-sizing: border-box;
}



.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
      position: relative;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  margin: 0 !important;
  overflow: visible;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add background color handling */
  
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image {
  box-sizing: border-box;
}



.s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container {
      position: relative;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc837f28-cc61-4957-a8be-c0ee30e9eaab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-c030149c-92eb-4380-b158-e9f35db25946 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}

#s-c030149c-92eb-4380-b158-e9f35db25946 {
  margin: 0 !important;
  overflow: visible;
}

#s-c030149c-92eb-4380-b158-e9f35db25946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add background color handling */
  
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
  box-sizing: border-box;
}



.s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c030149c-92eb-4380-b158-e9f35db25946 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
      position: relative;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-c030149c-92eb-4380-b158-e9f35db25946 {
  margin: 0 !important;
  overflow: visible;
}

#s-c030149c-92eb-4380-b158-e9f35db25946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add background color handling */
  
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
  box-sizing: border-box;
}



.s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c030149c-92eb-4380-b158-e9f35db25946 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
      position: relative;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c030149c-92eb-4380-b158-e9f35db25946 {
  margin: 0 !important;
  overflow: visible;
}

#s-c030149c-92eb-4380-b158-e9f35db25946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add background color handling */
  
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
  box-sizing: border-box;
}



.s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c030149c-92eb-4380-b158-e9f35db25946 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
      position: relative;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c030149c-92eb-4380-b158-e9f35db25946 {
  margin: 0 !important;
  overflow: visible;
}

#s-c030149c-92eb-4380-b158-e9f35db25946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add background color handling */
  
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
  box-sizing: border-box;
}



.s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c030149c-92eb-4380-b158-e9f35db25946 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
      position: relative;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-c030149c-92eb-4380-b158-e9f35db25946 {
  margin: 0 !important;
  overflow: visible;
}

#s-c030149c-92eb-4380-b158-e9f35db25946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c030149c-92eb-4380-b158-e9f35db25946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add background color handling */
  
}

#s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030149c-92eb-4380-b158-e9f35db25946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-c030149c-92eb-4380-b158-e9f35db25946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image {
  box-sizing: border-box;
}



.s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c030149c-92eb-4380-b158-e9f35db25946 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container {
      position: relative;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030149c-92eb-4380-b158-e9f35db25946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
  box-sizing: border-box;
}



.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
      position: relative;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
  box-sizing: border-box;
}



.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
      position: relative;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
  box-sizing: border-box;
}



.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
      position: relative;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
  box-sizing: border-box;
}



.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
      position: relative;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }

    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-link {
      aspect-ratio: 2160/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image {
  box-sizing: border-box;
}



.s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container {
      position: relative;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-707fcb8c-54b5-4594-9886-0acd2c694ca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/760;
text-align: center;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }

    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-link {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
  box-sizing: border-box;
}



.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
      --shg-aspect-ratio: calc(2160/760); 
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
      position: relative;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }

    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-link {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
  box-sizing: border-box;
}



.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
      --shg-aspect-ratio: calc(2160/760); 
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
      position: relative;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }

    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-link {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
  box-sizing: border-box;
}



.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
      --shg-aspect-ratio: calc(2160/760); 
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
      position: relative;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }

    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-link {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
  box-sizing: border-box;
}



.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
      --shg-aspect-ratio: calc(2160/760); 
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
      position: relative;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }

    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-link {
      aspect-ratio: 2160/760;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image {
  box-sizing: border-box;
}



.s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 {
      --shg-aspect-ratio: calc(2160/760); 
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container {
      position: relative;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af1fdbd3-0509-42f0-83e2-3f41c0ad2208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-ded90b07-956f-40f1-99b4-1c58f4fbac61 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ded90b07-956f-40f1-99b4-1c58f4fbac61 {
  display: none;
}
#s-ded90b07-956f-40f1-99b4-1c58f4fbac61, #wrap-s-ded90b07-956f-40f1-99b4-1c58f4fbac61, #wrap-content-s-ded90b07-956f-40f1-99b4-1c58f4fbac61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ded90b07-956f-40f1-99b4-1c58f4fbac61 {
  display: none;
}
#s-ded90b07-956f-40f1-99b4-1c58f4fbac61, #wrap-s-ded90b07-956f-40f1-99b4-1c58f4fbac61, #wrap-content-s-ded90b07-956f-40f1-99b4-1c58f4fbac61 { display: none !important; }}
#s-ded90b07-956f-40f1-99b4-1c58f4fbac61 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ded90b07-956f-40f1-99b4-1c58f4fbac61 .shg-sld-nav-button.shg-sld-left,
#s-ded90b07-956f-40f1-99b4-1c58f4fbac61 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  margin-left: auto;
margin-right: auto;
max-width: 1573px;
text-align: center;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c-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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c img.shogun-image {
  width: 100%;
  
  
  max-width: 1573px;

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




.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c-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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c img.shogun-image {
  width: 100%;
  
  
  

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




.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c-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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c img.shogun-image {
  width: 100%;
  
  
  

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




.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c-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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c img.shogun-image {
  width: 100%;
  
  
  

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




.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c-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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .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-d8bf6b6e-94ef-4440-b767-a43e71c7913c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c img.shogun-image {
  width: 100%;
  
  
  

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




.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8bf6b6e-94ef-4440-b767-a43e71c7913c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  margin-left: auto;
margin-right: auto;
max-width: 1573px;
text-align: center;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32-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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 img.shogun-image {
  width: 100%;
  
  
  max-width: 1573px;

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




.s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32-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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32-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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32-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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32-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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .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-3b552022-33d3-4fcc-b17c-41c09ecdde32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3b552022-33d3-4fcc-b17c-41c09ecdde32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b552022-33d3-4fcc-b17c-41c09ecdde32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  margin-left: auto;
margin-right: auto;
max-width: 1573px;
text-align: center;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6-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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 .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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1573px;

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




.s-73409f52-071b-4bf0-aa0c-0b12639903f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6-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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 .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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-73409f52-071b-4bf0-aa0c-0b12639903f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6-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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 .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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-73409f52-071b-4bf0-aa0c-0b12639903f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6-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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 .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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-73409f52-071b-4bf0-aa0c-0b12639903f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6-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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 .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-73409f52-071b-4bf0-aa0c-0b12639903f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73409f52-071b-4bf0-aa0c-0b12639903f6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-73409f52-071b-4bf0-aa0c-0b12639903f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73409f52-071b-4bf0-aa0c-0b12639903f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  margin: 0 !important;
  overflow: visible;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add background color handling */
  
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
  box-sizing: border-box;
}



.s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40615b21-fbfe-4660-829c-2afcd3d28233 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
      position: relative;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  margin: 0 !important;
  overflow: visible;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add background color handling */
  
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
  box-sizing: border-box;
}



.s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40615b21-fbfe-4660-829c-2afcd3d28233 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
      position: relative;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  margin: 0 !important;
  overflow: visible;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add background color handling */
  
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
  box-sizing: border-box;
}



.s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40615b21-fbfe-4660-829c-2afcd3d28233 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
      position: relative;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  margin: 0 !important;
  overflow: visible;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add background color handling */
  
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
  box-sizing: border-box;
}



.s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40615b21-fbfe-4660-829c-2afcd3d28233 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
      position: relative;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  margin: 0 !important;
  overflow: visible;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40615b21-fbfe-4660-829c-2afcd3d28233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add background color handling */
  
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40615b21-fbfe-4660-829c-2afcd3d28233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-40615b21-fbfe-4660-829c-2afcd3d28233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image {
  box-sizing: border-box;
}



.s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40615b21-fbfe-4660-829c-2afcd3d28233 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container {
      position: relative;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40615b21-fbfe-4660-829c-2afcd3d28233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  margin: 0 !important;
  overflow: visible;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add background color handling */
  
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
  box-sizing: border-box;
}



.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
      position: relative;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  margin: 0 !important;
  overflow: visible;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add background color handling */
  
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
  box-sizing: border-box;
}



.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
      position: relative;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  margin: 0 !important;
  overflow: visible;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add background color handling */
  
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
  box-sizing: border-box;
}



.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
      position: relative;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  margin: 0 !important;
  overflow: visible;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add background color handling */
  
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
  box-sizing: border-box;
}



.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
      position: relative;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  margin: 0 !important;
  overflow: visible;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add background color handling */
  
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image {
  box-sizing: border-box;
}



.s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container {
      position: relative;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a257a1f0-37f5-401f-8e8c-121a7048bf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-a6864714-420f-495c-8afe-ca2f014d261a {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a {
  margin: 0 !important;
  overflow: visible;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add background color handling */
  
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
  box-sizing: border-box;
}



.s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6864714-420f-495c-8afe-ca2f014d261a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
      position: relative;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-a6864714-420f-495c-8afe-ca2f014d261a {
  margin: 0 !important;
  overflow: visible;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add background color handling */
  
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
  box-sizing: border-box;
}



.s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6864714-420f-495c-8afe-ca2f014d261a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
      position: relative;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a6864714-420f-495c-8afe-ca2f014d261a {
  margin: 0 !important;
  overflow: visible;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add background color handling */
  
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
  box-sizing: border-box;
}



.s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6864714-420f-495c-8afe-ca2f014d261a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
      position: relative;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a6864714-420f-495c-8afe-ca2f014d261a {
  margin: 0 !important;
  overflow: visible;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add background color handling */
  
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
  box-sizing: border-box;
}



.s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6864714-420f-495c-8afe-ca2f014d261a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
      position: relative;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-a6864714-420f-495c-8afe-ca2f014d261a {
  margin: 0 !important;
  overflow: visible;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6864714-420f-495c-8afe-ca2f014d261a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add background color handling */
  
}

#s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6864714-420f-495c-8afe-ca2f014d261a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a6864714-420f-495c-8afe-ca2f014d261a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image {
  box-sizing: border-box;
}



.s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6864714-420f-495c-8afe-ca2f014d261a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container {
      position: relative;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6864714-420f-495c-8afe-ca2f014d261a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
  box-sizing: border-box;
}



.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
      position: relative;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
  box-sizing: border-box;
}



.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
      position: relative;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
  box-sizing: border-box;
}



.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
      position: relative;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
  box-sizing: border-box;
}



.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
      position: relative;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image {
  box-sizing: border-box;
}



.s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container {
      position: relative;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f6cf4f-aa7d-403d-8d10-3c7389184b93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  margin-top: -5px;
margin-bottom: -5px;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  
}
}@media (max-width: 767px){#s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  
}
}
#s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
  box-sizing: border-box;
}



.s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
      position: relative;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
  box-sizing: border-box;
}



.s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
      position: relative;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
  box-sizing: border-box;
}



.s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
      position: relative;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
  box-sizing: border-box;
}



.s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
      position: relative;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-4dace303-edc5-4bf1-a731-10bd51f444d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image {
  box-sizing: border-box;
}



.s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container {
      position: relative;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dace303-edc5-4bf1-a731-10bd51f444d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  text-align: center;
}
@media (min-width: 1200px){#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  display: none;
}
#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c, #wrap-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c, #wrap-content-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  display: none;
}
#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c, #wrap-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c, #wrap-content-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c { display: none !important; }}
#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  margin: 0 !important;
  overflow: visible;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add background color handling */
  
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
    
    
    
    
  }


.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
  box-sizing: border-box;
}



.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  
}


@media (min-width: 1200px){#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  margin: 0 !important;
  overflow: visible;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add background color handling */
  
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
    
    
    
    
  }


.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
  box-sizing: border-box;
}



.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  margin: 0 !important;
  overflow: visible;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add background color handling */
  
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
    
    
    
    
  }


.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
  box-sizing: border-box;
}



.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  margin: 0 !important;
  overflow: visible;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add background color handling */
  
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
    
    
    
    
  }


.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
  box-sizing: border-box;
}



.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  
}


}@media (max-width: 767px){#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  margin: 0 !important;
  overflow: visible;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2980d26-2f75-415d-a332-bbfbce9f6a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add background color handling */
  
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
    
    
    
    
  }


.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2980d26-2f75-415d-a332-bbfbce9f6a0c.shogun-image {
  box-sizing: border-box;
}



.s-b2980d26-2f75-415d-a332-bbfbce9f6a0c img.shogun-image {
  
}


}
#s-2ded74f0-fc22-4ed9-9124-f6f420e30c6e {
  margin-top: 25px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 247, 235, 1);
}








#s-2ded74f0-fc22-4ed9-9124-f6f420e30c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ded74f0-fc22-4ed9-9124-f6f420e30c6e.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-4ebb0dd5-3985-44dd-9218-da7135b4dfc4 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ebb0dd5-3985-44dd-9218-da7135b4dfc4 .shogun-heading-component h1 {
  color: rgba(0, 121, 96, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 {
  display: none;
}
#s-e43dab6d-ac50-42d0-a300-7d4cc8077af7, #wrap-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7, #wrap-content-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 { display: none !important; }}@media (max-width: 767px){#s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 {
  display: none;
}
#s-e43dab6d-ac50-42d0-a300-7d4cc8077af7, #wrap-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7, #wrap-content-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 { display: none !important; }}
#s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 > .swiper-button-prev,
#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 > .swiper-button-next {
  
}

#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 > .swiper-button-prev svg,
#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-e43dab6d-ac50-42d0-a300-7d4cc8077af7 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-e5677440-d5ee-4962-8802-c076aca7a0f2 {
  margin-left: auto;
margin-right: auto;
}

#s-32588964-0f4b-465b-85fb-786e2a6a6a77 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-32588964-0f4b-465b-85fb-786e2a6a6a77 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



.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: -moz-max-content;
  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-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e8d78d3-f6fd-4129-b7c9-63a4493131b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.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;
  
  
  text-transform: none;
  
  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-50cb94ec-05fb-4ace-95e2-164056d0508e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50cb94ec-05fb-4ace-95e2-164056d0508e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-603bfd75-aa4c-4c3c-b30c-298eeac4e885 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-20ed11a1-68d0-46c5-8202-3bbdd4e7058d {
  text-align: center;
}

#s-20ed11a1-68d0-46c5-8202-3bbdd4e7058d .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-20ed11a1-68d0-46c5-8202-3bbdd4e7058d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-20ed11a1-68d0-46c5-8202-3bbdd4e7058d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  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-1eb9e50e-23b3-41e2-81be-e98616285294 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-1eb9e50e-23b3-41e2-81be-e98616285294:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1eb9e50e-23b3-41e2-81be-e98616285294:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-1eb9e50e-23b3-41e2-81be-e98616285294-atc-btn-wrapper {
    text-align: center;
  }


#s-1eb9e50e-23b3-41e2-81be-e98616285294 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-1eb9e50e-23b3-41e2-81be-e98616285294-atc-btn-wrapper {
    text-align: center;
  }


#s-1eb9e50e-23b3-41e2-81be-e98616285294 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1eb9e50e-23b3-41e2-81be-e98616285294-atc-btn-wrapper {
    text-align: center;
  }


#s-1eb9e50e-23b3-41e2-81be-e98616285294 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1eb9e50e-23b3-41e2-81be-e98616285294-atc-btn-wrapper {
    text-align: center;
  }


#s-1eb9e50e-23b3-41e2-81be-e98616285294 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-1eb9e50e-23b3-41e2-81be-e98616285294-atc-btn-wrapper {
    text-align: center;
  }


#s-1eb9e50e-23b3-41e2-81be-e98616285294 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1eb9e50e-23b3-41e2-81be-e98616285294.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-7c714b9a-69be-4365-af81-df2422daeb9e {
  margin-left: auto;
margin-right: auto;
}

#s-625d6671-b271-4d79-a8b0-f218b9cc82b6 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-625d6671-b271-4d79-a8b0-f218b9cc82b6 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1ea890d4-cbe4-409d-94d9-44da450bdfff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ea890d4-cbe4-409d-94d9-44da450bdfff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4d67b2a6-09c0-43b2-92ea-5c27dee1bc66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d67b2a6-09c0-43b2-92ea-5c27dee1bc66 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-691caf3d-f014-43a4-a835-21bb18e6bcc7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6d676a5e-2629-40d1-b5d6-a830a47dce91 {
  text-align: center;
}

#s-6d676a5e-2629-40d1-b5d6-a830a47dce91 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6d676a5e-2629-40d1-b5d6-a830a47dce91 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-6d676a5e-2629-40d1-b5d6-a830a47dce91 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1-atc-btn-wrapper {
    text-align: center;
  }


#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1-atc-btn-wrapper {
    text-align: center;
  }


#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1-atc-btn-wrapper {
    text-align: center;
  }


#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1-atc-btn-wrapper {
    text-align: center;
  }


#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1-atc-btn-wrapper {
    text-align: center;
  }


#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-30841ddf-7ce8-44f7-86cc-556e55b8aaf1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-8da030b9-d0b2-42a3-b783-21885efebbcc {
  margin-left: auto;
margin-right: auto;
}

#s-a2e47a7b-8d5c-45a8-badf-7a29d26cc147 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-a2e47a7b-8d5c-45a8-badf-7a29d26cc147 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-236498fe-c4e8-4edc-aa32-9663497822e4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236498fe-c4e8-4edc-aa32-9663497822e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a1101e5d-c3b3-4f1e-9cf0-cab61990d901 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1101e5d-c3b3-4f1e-9cf0-cab61990d901 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c04386ee-8092-4551-83c9-1f186bbee67b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-36d81135-3810-4a94-97f2-868f9b459ea0 {
  text-align: center;
}

#s-36d81135-3810-4a94-97f2-868f9b459ea0 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-36d81135-3810-4a94-97f2-868f9b459ea0 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-36d81135-3810-4a94-97f2-868f9b459ea0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-9892897d-8cd3-4269-a8ef-567096a01f1c:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9892897d-8cd3-4269-a8ef-567096a01f1c:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-9892897d-8cd3-4269-a8ef-567096a01f1c-atc-btn-wrapper {
    text-align: center;
  }


#s-9892897d-8cd3-4269-a8ef-567096a01f1c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-9892897d-8cd3-4269-a8ef-567096a01f1c-atc-btn-wrapper {
    text-align: center;
  }


#s-9892897d-8cd3-4269-a8ef-567096a01f1c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9892897d-8cd3-4269-a8ef-567096a01f1c-atc-btn-wrapper {
    text-align: center;
  }


#s-9892897d-8cd3-4269-a8ef-567096a01f1c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9892897d-8cd3-4269-a8ef-567096a01f1c-atc-btn-wrapper {
    text-align: center;
  }


#s-9892897d-8cd3-4269-a8ef-567096a01f1c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-9892897d-8cd3-4269-a8ef-567096a01f1c-atc-btn-wrapper {
    text-align: center;
  }


#s-9892897d-8cd3-4269-a8ef-567096a01f1c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9892897d-8cd3-4269-a8ef-567096a01f1c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-400415b8-6324-40b1-80a2-97c5ae33a0df {
  margin-left: auto;
margin-right: auto;
}

#s-9b5c54c3-9257-4c12-9728-41fef133c3a0 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-9b5c54c3-9257-4c12-9728-41fef133c3a0 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac7e905-b664-4dc7-b990-5a47ea71a9eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6044ab4a-9966-4b87-b087-fbc6f63d565f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6044ab4a-9966-4b87-b087-fbc6f63d565f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-12c3d4e4-df7b-4730-a2f7-780a381f77bd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ece82f6a-f67f-482c-b34e-621c0c497587 {
  text-align: center;
}

#s-ece82f6a-f67f-482c-b34e-621c0c497587 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ece82f6a-f67f-482c-b34e-621c0c497587 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-ece82f6a-f67f-482c-b34e-621c0c497587 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-9afd831a-3955-47cf-9402-f0e04dc4173a:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9afd831a-3955-47cf-9402-f0e04dc4173a:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-9afd831a-3955-47cf-9402-f0e04dc4173a-atc-btn-wrapper {
    text-align: center;
  }


#s-9afd831a-3955-47cf-9402-f0e04dc4173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-9afd831a-3955-47cf-9402-f0e04dc4173a-atc-btn-wrapper {
    text-align: center;
  }


#s-9afd831a-3955-47cf-9402-f0e04dc4173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9afd831a-3955-47cf-9402-f0e04dc4173a-atc-btn-wrapper {
    text-align: center;
  }


#s-9afd831a-3955-47cf-9402-f0e04dc4173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9afd831a-3955-47cf-9402-f0e04dc4173a-atc-btn-wrapper {
    text-align: center;
  }


#s-9afd831a-3955-47cf-9402-f0e04dc4173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-9afd831a-3955-47cf-9402-f0e04dc4173a-atc-btn-wrapper {
    text-align: center;
  }


#s-9afd831a-3955-47cf-9402-f0e04dc4173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9afd831a-3955-47cf-9402-f0e04dc4173a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-1f8b1fd7-208f-4691-ad48-093c68930427 {
  margin-left: auto;
margin-right: auto;
}

#s-6abd49ca-fbfa-4338-9922-10d0d95d9def {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-6abd49ca-fbfa-4338-9922-10d0d95d9def .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36250db0-68c8-4028-a9bb-f7ee3f9d8339 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c6a5980b-9049-47fb-8d71-dadf10a04b2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6a5980b-9049-47fb-8d71-dadf10a04b2f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5280836d-4d92-43db-87dc-773e278ed32e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-47851c7d-1bb0-4c9a-a6a3-d6a6f582931f {
  text-align: center;
}

#s-47851c7d-1bb0-4c9a-a6a3-d6a6f582931f .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-47851c7d-1bb0-4c9a-a6a3-d6a6f582931f .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-47851c7d-1bb0-4c9a-a6a3-d6a6f582931f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-cf337f88-5cbb-4a41-8667-2908c8b88942:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cf337f88-5cbb-4a41-8667-2908c8b88942:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-cf337f88-5cbb-4a41-8667-2908c8b88942-atc-btn-wrapper {
    text-align: center;
  }


#s-cf337f88-5cbb-4a41-8667-2908c8b88942 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-cf337f88-5cbb-4a41-8667-2908c8b88942-atc-btn-wrapper {
    text-align: center;
  }


#s-cf337f88-5cbb-4a41-8667-2908c8b88942 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf337f88-5cbb-4a41-8667-2908c8b88942-atc-btn-wrapper {
    text-align: center;
  }


#s-cf337f88-5cbb-4a41-8667-2908c8b88942 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cf337f88-5cbb-4a41-8667-2908c8b88942-atc-btn-wrapper {
    text-align: center;
  }


#s-cf337f88-5cbb-4a41-8667-2908c8b88942 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-cf337f88-5cbb-4a41-8667-2908c8b88942-atc-btn-wrapper {
    text-align: center;
  }


#s-cf337f88-5cbb-4a41-8667-2908c8b88942 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cf337f88-5cbb-4a41-8667-2908c8b88942.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-9951fff8-a13f-4bd1-ab52-f606e924e24d {
  margin-left: auto;
margin-right: auto;
}

#s-49ada279-1650-47d4-8d8a-97995ea3e3a0 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-49ada279-1650-47d4-8d8a-97995ea3e3a0 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c1257c-e4ab-4830-bc7d-ae5b2d29392e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f60c9aaf-b877-4a76-849e-9bca979bd979 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f60c9aaf-b877-4a76-849e-9bca979bd979 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-207387da-dd22-4d4c-b340-e8267056d454 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b766f02b-348a-42fb-93d9-d74f186f297a {
  text-align: center;
}

#s-b766f02b-348a-42fb-93d9-d74f186f297a .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b766f02b-348a-42fb-93d9-d74f186f297a .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-b766f02b-348a-42fb-93d9-d74f186f297a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf-atc-btn-wrapper {
    text-align: center;
  }


#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf-atc-btn-wrapper {
    text-align: center;
  }


#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf-atc-btn-wrapper {
    text-align: center;
  }


#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf-atc-btn-wrapper {
    text-align: center;
  }


#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf-atc-btn-wrapper {
    text-align: center;
  }


#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f8699f4d-d7b4-4428-a6a8-ac8c05769acf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-2ea54c83-bd7a-473d-a5b3-50860e2f7ecb {
  margin-left: auto;
margin-right: auto;
}

#s-37a61025-fe53-47a8-85bc-086416ad3bd9 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-37a61025-fe53-47a8-85bc-086416ad3bd9 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502eb1c0-7f55-450c-bc04-ed90308cc8ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8348f6f9-f9c3-43cf-9526-bd120406ea56 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8348f6f9-f9c3-43cf-9526-bd120406ea56 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d42ed14d-bcfa-4f30-bd85-26d10c919dbb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4af2d163-9291-4d3e-a5bc-cd358b38d7f7 {
  text-align: center;
}

#s-4af2d163-9291-4d3e-a5bc-cd358b38d7f7 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4af2d163-9291-4d3e-a5bc-cd358b38d7f7 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-4af2d163-9291-4d3e-a5bc-cd358b38d7f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-7d5e8e01-9208-4123-8c2d-426673235421:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7d5e8e01-9208-4123-8c2d-426673235421:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-7d5e8e01-9208-4123-8c2d-426673235421-atc-btn-wrapper {
    text-align: center;
  }


#s-7d5e8e01-9208-4123-8c2d-426673235421 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-7d5e8e01-9208-4123-8c2d-426673235421-atc-btn-wrapper {
    text-align: center;
  }


#s-7d5e8e01-9208-4123-8c2d-426673235421 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d5e8e01-9208-4123-8c2d-426673235421-atc-btn-wrapper {
    text-align: center;
  }


#s-7d5e8e01-9208-4123-8c2d-426673235421 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7d5e8e01-9208-4123-8c2d-426673235421-atc-btn-wrapper {
    text-align: center;
  }


#s-7d5e8e01-9208-4123-8c2d-426673235421 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-7d5e8e01-9208-4123-8c2d-426673235421-atc-btn-wrapper {
    text-align: center;
  }


#s-7d5e8e01-9208-4123-8c2d-426673235421 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7d5e8e01-9208-4123-8c2d-426673235421.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-22ddd369-b69a-4ce2-aaf0-1cef35f36d59 {
  margin-left: auto;
margin-right: auto;
}

#s-17baacef-5f82-4065-80e1-ad5c4098c577 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-17baacef-5f82-4065-80e1-ad5c4098c577 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-73725823-a54f-4194-93dc-58d2b77f9ef4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73725823-a54f-4194-93dc-58d2b77f9ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8da7fe25-5806-40fb-87e3-037d8f2780bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8da7fe25-5806-40fb-87e3-037d8f2780bc .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5f8873f9-8f45-43ad-9806-793141e2c6be {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-05556a2f-5eb6-40ea-8695-a4e1622706b4 {
  text-align: center;
}

#s-05556a2f-5eb6-40ea-8695-a4e1622706b4 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-05556a2f-5eb6-40ea-8695-a4e1622706b4 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-05556a2f-5eb6-40ea-8695-a4e1622706b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-02712d7f-45fb-4569-9b67-ecd77ebd5e85-atc-btn-wrapper {
    text-align: center;
  }


#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-02712d7f-45fb-4569-9b67-ecd77ebd5e85-atc-btn-wrapper {
    text-align: center;
  }


#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-02712d7f-45fb-4569-9b67-ecd77ebd5e85-atc-btn-wrapper {
    text-align: center;
  }


#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-02712d7f-45fb-4569-9b67-ecd77ebd5e85-atc-btn-wrapper {
    text-align: center;
  }


#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-02712d7f-45fb-4569-9b67-ecd77ebd5e85-atc-btn-wrapper {
    text-align: center;
  }


#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-02712d7f-45fb-4569-9b67-ecd77ebd5e85.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-ace05c67-3f08-4c46-a75f-0bf420b9abba {
  margin-left: auto;
margin-right: auto;
}

#s-61cd5207-806b-4aea-95b4-319080f601f4 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-61cd5207-806b-4aea-95b4-319080f601f4 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-477cdde9-95d5-4dbe-aba4-f5b6e4d92e15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-230ad43d-c784-4fdd-b725-23098496f667 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-230ad43d-c784-4fdd-b725-23098496f667 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-31f40de5-86c3-47d2-9175-2ff9605aa07e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0b27b93f-c193-44a2-b09e-f80c4d9281ad {
  text-align: center;
}

#s-0b27b93f-c193-44a2-b09e-f80c4d9281ad .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0b27b93f-c193-44a2-b09e-f80c4d9281ad .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-0b27b93f-c193-44a2-b09e-f80c4d9281ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-a53630c6-94a0-4428-b40c-06a4e18862c6:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a53630c6-94a0-4428-b40c-06a4e18862c6:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-a53630c6-94a0-4428-b40c-06a4e18862c6-atc-btn-wrapper {
    text-align: center;
  }


#s-a53630c6-94a0-4428-b40c-06a4e18862c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-a53630c6-94a0-4428-b40c-06a4e18862c6-atc-btn-wrapper {
    text-align: center;
  }


#s-a53630c6-94a0-4428-b40c-06a4e18862c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a53630c6-94a0-4428-b40c-06a4e18862c6-atc-btn-wrapper {
    text-align: center;
  }


#s-a53630c6-94a0-4428-b40c-06a4e18862c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a53630c6-94a0-4428-b40c-06a4e18862c6-atc-btn-wrapper {
    text-align: center;
  }


#s-a53630c6-94a0-4428-b40c-06a4e18862c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-a53630c6-94a0-4428-b40c-06a4e18862c6-atc-btn-wrapper {
    text-align: center;
  }


#s-a53630c6-94a0-4428-b40c-06a4e18862c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a53630c6-94a0-4428-b40c-06a4e18862c6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d9e5d052-286d-4f51-8438-c8cef1bdd967 {
  margin-left: auto;
margin-right: auto;
}

#s-811b17c1-bcd0-45ce-ad22-ce412390666c {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-811b17c1-bcd0-45ce-ad22-ce412390666c .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-71b1f744-0198-48c3-92b9-a7e692646e48 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b1f744-0198-48c3-92b9-a7e692646e48 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a33139bd-5aa5-4f69-9f1d-df41da4e40ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a33139bd-5aa5-4f69-9f1d-df41da4e40ae .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ac943666-50f7-47cd-a337-e1cf5745d44a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3db3ecc1-f3c2-4041-8678-111567c04501 {
  text-align: center;
}

#s-3db3ecc1-f3c2-4041-8678-111567c04501 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3db3ecc1-f3c2-4041-8678-111567c04501 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-3db3ecc1-f3c2-4041-8678-111567c04501 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-01bcc0c8-3509-4e53-a306-8f4e022addf0:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-01bcc0c8-3509-4e53-a306-8f4e022addf0:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-01bcc0c8-3509-4e53-a306-8f4e022addf0-atc-btn-wrapper {
    text-align: center;
  }


#s-01bcc0c8-3509-4e53-a306-8f4e022addf0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-01bcc0c8-3509-4e53-a306-8f4e022addf0-atc-btn-wrapper {
    text-align: center;
  }


#s-01bcc0c8-3509-4e53-a306-8f4e022addf0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-01bcc0c8-3509-4e53-a306-8f4e022addf0-atc-btn-wrapper {
    text-align: center;
  }


#s-01bcc0c8-3509-4e53-a306-8f4e022addf0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-01bcc0c8-3509-4e53-a306-8f4e022addf0-atc-btn-wrapper {
    text-align: center;
  }


#s-01bcc0c8-3509-4e53-a306-8f4e022addf0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-01bcc0c8-3509-4e53-a306-8f4e022addf0-atc-btn-wrapper {
    text-align: center;
  }


#s-01bcc0c8-3509-4e53-a306-8f4e022addf0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-01bcc0c8-3509-4e53-a306-8f4e022addf0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-83f30379-b970-485a-881a-cc84136a9db9 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-83f30379-b970-485a-881a-cc84136a9db9 {
  display: none;
}
#s-83f30379-b970-485a-881a-cc84136a9db9, #wrap-s-83f30379-b970-485a-881a-cc84136a9db9, #wrap-content-s-83f30379-b970-485a-881a-cc84136a9db9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83f30379-b970-485a-881a-cc84136a9db9 {
  display: none;
}
#s-83f30379-b970-485a-881a-cc84136a9db9, #wrap-s-83f30379-b970-485a-881a-cc84136a9db9, #wrap-content-s-83f30379-b970-485a-881a-cc84136a9db9 { display: none !important; }}
#s-83f30379-b970-485a-881a-cc84136a9db9 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 > .swiper-button-prev,
#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 > .swiper-button-next {
  
}

#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 > .swiper-button-prev svg,
#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-83f30379-b970-485a-881a-cc84136a9db9 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5fd1ff42-5f97-4042-877b-e8070865959f {
  margin-left: auto;
margin-right: auto;
}

#s-4b4be093-06f9-44b8-a8e1-b29672d3b5cb {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-4b4be093-06f9-44b8-a8e1-b29672d3b5cb .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7e687-aaa2-4de0-b069-cd0c6918ed75 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b1c9a9db-982e-48c3-89f4-ae955b727006 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1c9a9db-982e-48c3-89f4-ae955b727006 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b9e31397-25b3-4eff-a36c-2a35d96f0a75 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6b041592-55b1-4fe6-b696-4535ab80a715 {
  text-align: center;
}

#s-6b041592-55b1-4fe6-b696-4535ab80a715 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6b041592-55b1-4fe6-b696-4535ab80a715 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-6b041592-55b1-4fe6-b696-4535ab80a715 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-db1b2e4b-8b58-466f-b470-3140ac7aa771:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-db1b2e4b-8b58-466f-b470-3140ac7aa771:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-db1b2e4b-8b58-466f-b470-3140ac7aa771-atc-btn-wrapper {
    text-align: center;
  }


#s-db1b2e4b-8b58-466f-b470-3140ac7aa771 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-db1b2e4b-8b58-466f-b470-3140ac7aa771-atc-btn-wrapper {
    text-align: center;
  }


#s-db1b2e4b-8b58-466f-b470-3140ac7aa771 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-db1b2e4b-8b58-466f-b470-3140ac7aa771-atc-btn-wrapper {
    text-align: center;
  }


#s-db1b2e4b-8b58-466f-b470-3140ac7aa771 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-db1b2e4b-8b58-466f-b470-3140ac7aa771-atc-btn-wrapper {
    text-align: center;
  }


#s-db1b2e4b-8b58-466f-b470-3140ac7aa771 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-db1b2e4b-8b58-466f-b470-3140ac7aa771-atc-btn-wrapper {
    text-align: center;
  }


#s-db1b2e4b-8b58-466f-b470-3140ac7aa771 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-db1b2e4b-8b58-466f-b470-3140ac7aa771.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-6e3cf9ba-06d3-45e2-b678-5022acd6ae4c {
  margin-left: auto;
margin-right: auto;
}

#s-5342a0e2-2731-4845-86ca-9cb121de3182 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-5342a0e2-2731-4845-86ca-9cb121de3182 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66e2c75-34c0-4ab5-bec9-90810e5a9fa6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f04ad668-d76a-4078-9df2-d14c7ca5d061 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f04ad668-d76a-4078-9df2-d14c7ca5d061 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-68faab6f-b2d7-4450-adfb-e110fd1ca066 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fa303e4e-a738-402b-b664-100cd723b243 {
  text-align: center;
}

#s-fa303e4e-a738-402b-b664-100cd723b243 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-fa303e4e-a738-402b-b664-100cd723b243 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-fa303e4e-a738-402b-b664-100cd723b243 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5-atc-btn-wrapper {
    text-align: center;
  }


#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5-atc-btn-wrapper {
    text-align: center;
  }


#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5-atc-btn-wrapper {
    text-align: center;
  }


#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5-atc-btn-wrapper {
    text-align: center;
  }


#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5-atc-btn-wrapper {
    text-align: center;
  }


#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-88e09f1e-4dca-4ef5-ba32-ff4df0ae58f5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-efeb382b-eed2-40ac-949b-ab77ab990f92 {
  margin-left: auto;
margin-right: auto;
}

#s-ab54c64a-b4fe-47df-9cdb-5b8644b47f6a {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-ab54c64a-b4fe-47df-9cdb-5b8644b47f6a .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3b4712c6-097d-458c-b6ee-ff2b17290559 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4712c6-097d-458c-b6ee-ff2b17290559 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c7e7f35f-b830-4fa3-98ef-98cd406327a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e7f35f-b830-4fa3-98ef-98cd406327a7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f7a8aad5-c19a-42ae-9cdf-22c6460dddf0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cbcbd7f3-6212-48a2-9ccd-4f2b82607c53 {
  text-align: center;
}

#s-cbcbd7f3-6212-48a2-9ccd-4f2b82607c53 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-cbcbd7f3-6212-48a2-9ccd-4f2b82607c53 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-cbcbd7f3-6212-48a2-9ccd-4f2b82607c53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-572a3765-5eea-4b07-9903-e0127b011c4a:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-572a3765-5eea-4b07-9903-e0127b011c4a:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-572a3765-5eea-4b07-9903-e0127b011c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-572a3765-5eea-4b07-9903-e0127b011c4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-572a3765-5eea-4b07-9903-e0127b011c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-572a3765-5eea-4b07-9903-e0127b011c4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-572a3765-5eea-4b07-9903-e0127b011c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-572a3765-5eea-4b07-9903-e0127b011c4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-572a3765-5eea-4b07-9903-e0127b011c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-572a3765-5eea-4b07-9903-e0127b011c4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-572a3765-5eea-4b07-9903-e0127b011c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-572a3765-5eea-4b07-9903-e0127b011c4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-572a3765-5eea-4b07-9903-e0127b011c4a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-8906797d-1a37-4d29-8a8f-8862aa5be2c5 {
  margin-left: auto;
margin-right: auto;
}

#s-836a3d52-6f9f-4dd5-ab56-92fbb3d81538 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-836a3d52-6f9f-4dd5-ab56-92fbb3d81538 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbebd5b5-adf3-49f9-ae04-bf169d57bb7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0d4c4b4d-7240-4c82-8796-5506c1642565 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d4c4b4d-7240-4c82-8796-5506c1642565 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-63ddabc5-7ca4-4674-94d8-bf4ca2356586 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d1b5a8cb-529f-49de-a6ce-f1d8b90e3be4 {
  text-align: center;
}

#s-d1b5a8cb-529f-49de-a6ce-f1d8b90e3be4 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d1b5a8cb-529f-49de-a6ce-f1d8b90e3be4 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-d1b5a8cb-529f-49de-a6ce-f1d8b90e3be4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc-atc-btn-wrapper {
    text-align: center;
  }


#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc-atc-btn-wrapper {
    text-align: center;
  }


#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc-atc-btn-wrapper {
    text-align: center;
  }


#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc-atc-btn-wrapper {
    text-align: center;
  }


#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc-atc-btn-wrapper {
    text-align: center;
  }


#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7ac86763-08ca-4b2b-9aca-f4b08d3c0bcc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-0abf2bbd-4c24-4b9d-9c57-6b1bac09ee76 {
  margin-left: auto;
margin-right: auto;
}

#s-c011e4dc-3196-4e54-9140-686f23e2d481 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-c011e4dc-3196-4e54-9140-686f23e2d481 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-49bff841-e895-427c-9baf-05bf5a385605 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49bff841-e895-427c-9baf-05bf5a385605 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a6233602-0daa-4c08-9ffa-d5aa8bcf17ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6233602-0daa-4c08-9ffa-d5aa8bcf17ad .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fdd61890-d0d6-4a83-82b0-1d3ffbd8efe1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8a73c258-0191-4449-92fa-0c3f6d2130c2 {
  text-align: center;
}

#s-8a73c258-0191-4449-92fa-0c3f6d2130c2 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8a73c258-0191-4449-92fa-0c3f6d2130c2 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a73c258-0191-4449-92fa-0c3f6d2130c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390-atc-btn-wrapper {
    text-align: center;
  }


#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390-atc-btn-wrapper {
    text-align: center;
  }


#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390-atc-btn-wrapper {
    text-align: center;
  }


#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390-atc-btn-wrapper {
    text-align: center;
  }


#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390-atc-btn-wrapper {
    text-align: center;
  }


#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-58ba152a-5397-4a27-bfc9-4f4e5fbfe390.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-0c3eb9f9-2442-4b69-808e-3a3af823a4b7 {
  margin-left: auto;
margin-right: auto;
}

#s-dbb083b2-d877-461b-a529-3779e66b39b4 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-dbb083b2-d877-461b-a529-3779e66b39b4 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7d4f97b-0bb5-4e67-9970-84ad27d9f832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-43af4e64-5488-45ec-9334-a632e8b58c99 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43af4e64-5488-45ec-9334-a632e8b58c99 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8f9d34c3-7cdd-4ee8-b5f6-e7dbb9803cfa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8ba204f8-6b8a-4fd8-85f3-baa3f202bebb {
  text-align: center;
}

#s-8ba204f8-6b8a-4fd8-85f3-baa3f202bebb .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8ba204f8-6b8a-4fd8-85f3-baa3f202bebb .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-8ba204f8-6b8a-4fd8-85f3-baa3f202bebb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-af5569e6-3cec-4e5a-9d55-4c23235134ab:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-af5569e6-3cec-4e5a-9d55-4c23235134ab:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-af5569e6-3cec-4e5a-9d55-4c23235134ab-atc-btn-wrapper {
    text-align: center;
  }


#s-af5569e6-3cec-4e5a-9d55-4c23235134ab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-af5569e6-3cec-4e5a-9d55-4c23235134ab-atc-btn-wrapper {
    text-align: center;
  }


#s-af5569e6-3cec-4e5a-9d55-4c23235134ab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-af5569e6-3cec-4e5a-9d55-4c23235134ab-atc-btn-wrapper {
    text-align: center;
  }


#s-af5569e6-3cec-4e5a-9d55-4c23235134ab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-af5569e6-3cec-4e5a-9d55-4c23235134ab-atc-btn-wrapper {
    text-align: center;
  }


#s-af5569e6-3cec-4e5a-9d55-4c23235134ab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-af5569e6-3cec-4e5a-9d55-4c23235134ab-atc-btn-wrapper {
    text-align: center;
  }


#s-af5569e6-3cec-4e5a-9d55-4c23235134ab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-af5569e6-3cec-4e5a-9d55-4c23235134ab.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-3dafdb6d-5a96-4b2d-b1e6-c48c633c0033 {
  margin-left: auto;
margin-right: auto;
}

#s-146b90ed-4da6-4237-8cb8-09889e41f7db {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-146b90ed-4da6-4237-8cb8-09889e41f7db .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e49f066d-359e-45bb-8f01-6e7f4c480190 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49f066d-359e-45bb-8f01-6e7f4c480190 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-01affb82-b364-4c03-b905-0111dcf5f343 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01affb82-b364-4c03-b905-0111dcf5f343 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-907e0c7c-a229-4fb3-8577-987345d68e70 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6dc4649c-2744-4111-949c-f4487f196333 {
  text-align: center;
}

#s-6dc4649c-2744-4111-949c-f4487f196333 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6dc4649c-2744-4111-949c-f4487f196333 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-6dc4649c-2744-4111-949c-f4487f196333 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-c1f49c13-4bdd-447c-b870-45395b52df00:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c1f49c13-4bdd-447c-b870-45395b52df00:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-c1f49c13-4bdd-447c-b870-45395b52df00-atc-btn-wrapper {
    text-align: center;
  }


#s-c1f49c13-4bdd-447c-b870-45395b52df00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-c1f49c13-4bdd-447c-b870-45395b52df00-atc-btn-wrapper {
    text-align: center;
  }


#s-c1f49c13-4bdd-447c-b870-45395b52df00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1f49c13-4bdd-447c-b870-45395b52df00-atc-btn-wrapper {
    text-align: center;
  }


#s-c1f49c13-4bdd-447c-b870-45395b52df00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c1f49c13-4bdd-447c-b870-45395b52df00-atc-btn-wrapper {
    text-align: center;
  }


#s-c1f49c13-4bdd-447c-b870-45395b52df00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-c1f49c13-4bdd-447c-b870-45395b52df00-atc-btn-wrapper {
    text-align: center;
  }


#s-c1f49c13-4bdd-447c-b870-45395b52df00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c1f49c13-4bdd-447c-b870-45395b52df00.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-26776db5-0a1a-4314-aa92-8126871a53df {
  margin-left: auto;
margin-right: auto;
}

#s-4161f896-9326-4aa2-aef8-0381d744b702 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-4161f896-9326-4aa2-aef8-0381d744b702 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5653db3c-a436-49ad-8de2-abcc9c7c9caa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-14f80e67-1e48-4806-bb0c-5ca058e1cf5c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14f80e67-1e48-4806-bb0c-5ca058e1cf5c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ee10cd70-dc97-497b-a536-ba1da01e1f5d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4d05f98b-f6ef-4fb6-8487-0047afa698aa {
  text-align: center;
}

#s-4d05f98b-f6ef-4fb6-8487-0047afa698aa .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4d05f98b-f6ef-4fb6-8487-0047afa698aa .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d05f98b-f6ef-4fb6-8487-0047afa698aa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730-atc-btn-wrapper {
    text-align: center;
  }


#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730-atc-btn-wrapper {
    text-align: center;
  }


#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730-atc-btn-wrapper {
    text-align: center;
  }


#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730-atc-btn-wrapper {
    text-align: center;
  }


#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730-atc-btn-wrapper {
    text-align: center;
  }


#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c01fce60-1d19-4f87-8b6d-a03d1f3ba730.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-c745ba36-7f07-4fd9-ae2a-43b797446c5c {
  margin-left: auto;
margin-right: auto;
}

#s-611ad0a5-616a-41ed-b2a9-96fa72bda1fc {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-611ad0a5-616a-41ed-b2a9-96fa72bda1fc .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-da08d067-7786-4f62-a95e-12a374f39d1b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da08d067-7786-4f62-a95e-12a374f39d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1e880813-edfd-4dc6-878e-8a804d33e289 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e880813-edfd-4dc6-878e-8a804d33e289 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-02189194-b778-4ce9-ac82-90da10e02bcb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3e32f501-6326-4fba-850b-cefa053190a4 {
  text-align: center;
}

#s-3e32f501-6326-4fba-850b-cefa053190a4 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3e32f501-6326-4fba-850b-cefa053190a4 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-3e32f501-6326-4fba-850b-cefa053190a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-7a79c647-14f7-450a-bcc6-cffbcfc495e1-atc-btn-wrapper {
    text-align: center;
  }


#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-7a79c647-14f7-450a-bcc6-cffbcfc495e1-atc-btn-wrapper {
    text-align: center;
  }


#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a79c647-14f7-450a-bcc6-cffbcfc495e1-atc-btn-wrapper {
    text-align: center;
  }


#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7a79c647-14f7-450a-bcc6-cffbcfc495e1-atc-btn-wrapper {
    text-align: center;
  }


#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-7a79c647-14f7-450a-bcc6-cffbcfc495e1-atc-btn-wrapper {
    text-align: center;
  }


#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a79c647-14f7-450a-bcc6-cffbcfc495e1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-eab5d523-c93e-4908-98d3-e0dfd00e8af8 {
  margin-left: auto;
margin-right: auto;
}

#s-79582d3e-5ae2-41c5-b9de-4be8f86315e2 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-79582d3e-5ae2-41c5-b9de-4be8f86315e2 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7d83eb-e9c9-4ae6-a7e8-8eb787764809 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f2d306a2-7206-4160-8211-033021df728f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2d306a2-7206-4160-8211-033021df728f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9d8560b6-6773-40dd-acf5-46912dd23dc0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-055574f9-3fa1-4c43-9429-4439831532f6 {
  text-align: center;
}

#s-055574f9-3fa1-4c43-9429-4439831532f6 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-055574f9-3fa1-4c43-9429-4439831532f6 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-055574f9-3fa1-4c43-9429-4439831532f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-c176e7a4-34d2-42e7-bbb2-4135ec67f286-atc-btn-wrapper {
    text-align: center;
  }


#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-c176e7a4-34d2-42e7-bbb2-4135ec67f286-atc-btn-wrapper {
    text-align: center;
  }


#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c176e7a4-34d2-42e7-bbb2-4135ec67f286-atc-btn-wrapper {
    text-align: center;
  }


#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c176e7a4-34d2-42e7-bbb2-4135ec67f286-atc-btn-wrapper {
    text-align: center;
  }


#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-c176e7a4-34d2-42e7-bbb2-4135ec67f286-atc-btn-wrapper {
    text-align: center;
  }


#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c176e7a4-34d2-42e7-bbb2-4135ec67f286.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-157a56f4-9d39-4f9a-a1ce-182188c0b468 {
  margin-top: 25px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-157a56f4-9d39-4f9a-a1ce-182188c0b468 {
  display: none;
}
#s-157a56f4-9d39-4f9a-a1ce-182188c0b468, #wrap-s-157a56f4-9d39-4f9a-a1ce-182188c0b468, #wrap-content-s-157a56f4-9d39-4f9a-a1ce-182188c0b468 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-157a56f4-9d39-4f9a-a1ce-182188c0b468 {
  display: none;
}
#s-157a56f4-9d39-4f9a-a1ce-182188c0b468, #wrap-s-157a56f4-9d39-4f9a-a1ce-182188c0b468, #wrap-content-s-157a56f4-9d39-4f9a-a1ce-182188c0b468 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-157a56f4-9d39-4f9a-a1ce-182188c0b468 {
  display: none;
}
#s-157a56f4-9d39-4f9a-a1ce-182188c0b468, #wrap-s-157a56f4-9d39-4f9a-a1ce-182188c0b468, #wrap-content-s-157a56f4-9d39-4f9a-a1ce-182188c0b468 { display: none !important; }}@media (max-width: 767px){#s-157a56f4-9d39-4f9a-a1ce-182188c0b468 {
  display: none;
}
#s-157a56f4-9d39-4f9a-a1ce-182188c0b468, #wrap-s-157a56f4-9d39-4f9a-a1ce-182188c0b468, #wrap-content-s-157a56f4-9d39-4f9a-a1ce-182188c0b468 { display: none !important; }}







#s-157a56f4-9d39-4f9a-a1ce-182188c0b468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-157a56f4-9d39-4f9a-a1ce-182188c0b468.shg-box.shg-c {
  justify-content: center;
}

#s-7117cb67-c84e-40b3-845b-f9d200f8473a {
  margin-top: 48px;
margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7117cb67-c84e-40b3-845b-f9d200f8473a {
  display: none;
}
#s-7117cb67-c84e-40b3-845b-f9d200f8473a, #wrap-s-7117cb67-c84e-40b3-845b-f9d200f8473a, #wrap-content-s-7117cb67-c84e-40b3-845b-f9d200f8473a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7117cb67-c84e-40b3-845b-f9d200f8473a {
  display: none;
}
#s-7117cb67-c84e-40b3-845b-f9d200f8473a, #wrap-s-7117cb67-c84e-40b3-845b-f9d200f8473a, #wrap-content-s-7117cb67-c84e-40b3-845b-f9d200f8473a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7117cb67-c84e-40b3-845b-f9d200f8473a {
  display: none;
}
#s-7117cb67-c84e-40b3-845b-f9d200f8473a, #wrap-s-7117cb67-c84e-40b3-845b-f9d200f8473a, #wrap-content-s-7117cb67-c84e-40b3-845b-f9d200f8473a { display: none !important; }}@media (max-width: 767px){#s-7117cb67-c84e-40b3-845b-f9d200f8473a {
  display: none;
}
#s-7117cb67-c84e-40b3-845b-f9d200f8473a, #wrap-s-7117cb67-c84e-40b3-845b-f9d200f8473a, #wrap-content-s-7117cb67-c84e-40b3-845b-f9d200f8473a { display: none !important; }}
#s-7117cb67-c84e-40b3-845b-f9d200f8473a .shogun-heading-component h1 {
  color: rgba(31, 74, 69, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 {
  display: none;
}
#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58, #wrap-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58, #wrap-content-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 {
  display: none;
}
#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58, #wrap-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58, #wrap-content-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 {
  display: none;
}
#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58, #wrap-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58, #wrap-content-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 { display: none !important; }}@media (max-width: 767px){#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 {
  display: none;
}
#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58, #wrap-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58, #wrap-content-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 { display: none !important; }}
#s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 > .swiper-button-prev,
#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 > .swiper-button-next {
  
}

#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 > .swiper-button-prev svg,
#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2c0f48fa-c295-4550-9feb-9033dc2d2e58 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f918aa5f-9656-4276-862e-71f08f766380 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-f918aa5f-9656-4276-862e-71f08f766380 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-657f86fd-d043-4282-a495-bce18179c800 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657f86fd-d043-4282-a495-bce18179c800 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-302c91d3-5e6e-448a-8d4a-86e3a7f67695 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-302c91d3-5e6e-448a-8d4a-86e3a7f67695 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7 {
  display: none;
}
#s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7, #wrap-s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7, #wrap-content-s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7 {
  display: none;
}
#s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7, #wrap-s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7, #wrap-content-s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7 { display: none !important; }}







#s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af3ea874-98e5-4910-9b7a-c1dbf16dfcb7.shg-box.shg-c {
  justify-content: center;
}

#s-477fe203-b48e-401b-9a4f-4c0b0ffebde8 {
  text-align: center;
}

#s-477fe203-b48e-401b-9a4f-4c0b0ffebde8 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-477fe203-b48e-401b-9a4f-4c0b0ffebde8 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-477fe203-b48e-401b-9a4f-4c0b0ffebde8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1-atc-btn-wrapper {
    text-align: center;
  }


#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1-atc-btn-wrapper {
    text-align: center;
  }


#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1-atc-btn-wrapper {
    text-align: center;
  }


#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1-atc-btn-wrapper {
    text-align: center;
  }


#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1-atc-btn-wrapper {
    text-align: center;
  }


#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3a953f42-57af-4a4a-8e5f-f04e4d423bd1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-c3386b62-c38c-4a81-b1d5-3e836c868843 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-c3386b62-c38c-4a81-b1d5-3e836c868843 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-01c1194e-3d63-473a-9049-1a1db754b0c0 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c1194e-3d63-473a-9049-1a1db754b0c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-27459afa-3986-45a9-934e-c19e7ab44e94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27459afa-3986-45a9-934e-c19e7ab44e94 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-988a4535-a908-4200-a654-e3911140cbcf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-988a4535-a908-4200-a654-e3911140cbcf {
  display: none;
}
#s-988a4535-a908-4200-a654-e3911140cbcf, #wrap-s-988a4535-a908-4200-a654-e3911140cbcf, #wrap-content-s-988a4535-a908-4200-a654-e3911140cbcf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-988a4535-a908-4200-a654-e3911140cbcf {
  display: none;
}
#s-988a4535-a908-4200-a654-e3911140cbcf, #wrap-s-988a4535-a908-4200-a654-e3911140cbcf, #wrap-content-s-988a4535-a908-4200-a654-e3911140cbcf { display: none !important; }}







#s-988a4535-a908-4200-a654-e3911140cbcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-988a4535-a908-4200-a654-e3911140cbcf.shg-box.shg-c {
  justify-content: center;
}

#s-9cbf1b17-3817-4ff6-868f-6860ba87bfcd {
  text-align: center;
}

#s-9cbf1b17-3817-4ff6-868f-6860ba87bfcd .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9cbf1b17-3817-4ff6-868f-6860ba87bfcd .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-9cbf1b17-3817-4ff6-868f-6860ba87bfcd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-899ae02e-5620-4e8f-9bfa-98636459bfc9:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-899ae02e-5620-4e8f-9bfa-98636459bfc9:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9-atc-btn-wrapper {
    text-align: center;
  }


#s-899ae02e-5620-4e8f-9bfa-98636459bfc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9-atc-btn-wrapper {
    text-align: center;
  }


#s-899ae02e-5620-4e8f-9bfa-98636459bfc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9-atc-btn-wrapper {
    text-align: center;
  }


#s-899ae02e-5620-4e8f-9bfa-98636459bfc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9-atc-btn-wrapper {
    text-align: center;
  }


#s-899ae02e-5620-4e8f-9bfa-98636459bfc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9-atc-btn-wrapper {
    text-align: center;
  }


#s-899ae02e-5620-4e8f-9bfa-98636459bfc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-899ae02e-5620-4e8f-9bfa-98636459bfc9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b96aeed9-d547-4fb8-a0a5-b70c03538dd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e1e65d74-9315-4a25-a277-2c4db6f90766 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1e65d74-9315-4a25-a277-2c4db6f90766 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-7440edd4-6513-44ce-aead-3772185aacd8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7440edd4-6513-44ce-aead-3772185aacd8 {
  display: none;
}
#s-7440edd4-6513-44ce-aead-3772185aacd8, #wrap-s-7440edd4-6513-44ce-aead-3772185aacd8, #wrap-content-s-7440edd4-6513-44ce-aead-3772185aacd8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7440edd4-6513-44ce-aead-3772185aacd8 {
  display: none;
}
#s-7440edd4-6513-44ce-aead-3772185aacd8, #wrap-s-7440edd4-6513-44ce-aead-3772185aacd8, #wrap-content-s-7440edd4-6513-44ce-aead-3772185aacd8 { display: none !important; }}







#s-7440edd4-6513-44ce-aead-3772185aacd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7440edd4-6513-44ce-aead-3772185aacd8.shg-box.shg-c {
  justify-content: center;
}

#s-25b766ee-97fa-41eb-9fa3-24215b42ca12 {
  text-align: center;
}

#s-25b766ee-97fa-41eb-9fa3-24215b42ca12 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-25b766ee-97fa-41eb-9fa3-24215b42ca12 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-25b766ee-97fa-41eb-9fa3-24215b42ca12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-b6844fab-3c66-46a4-b686-1f306a08cde4:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b6844fab-3c66-46a4-b686-1f306a08cde4:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b6844fab-3c66-46a4-b686-1f306a08cde4-atc-btn-wrapper {
    text-align: center;
  }


#s-b6844fab-3c66-46a4-b686-1f306a08cde4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-b6844fab-3c66-46a4-b686-1f306a08cde4-atc-btn-wrapper {
    text-align: center;
  }


#s-b6844fab-3c66-46a4-b686-1f306a08cde4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6844fab-3c66-46a4-b686-1f306a08cde4-atc-btn-wrapper {
    text-align: center;
  }


#s-b6844fab-3c66-46a4-b686-1f306a08cde4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b6844fab-3c66-46a4-b686-1f306a08cde4-atc-btn-wrapper {
    text-align: center;
  }


#s-b6844fab-3c66-46a4-b686-1f306a08cde4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-b6844fab-3c66-46a4-b686-1f306a08cde4-atc-btn-wrapper {
    text-align: center;
  }


#s-b6844fab-3c66-46a4-b686-1f306a08cde4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b6844fab-3c66-46a4-b686-1f306a08cde4.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-14058212-4fb4-4b96-81c7-58ea1b662a24 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14058212-4fb4-4b96-81c7-58ea1b662a24 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a80fba2e-73cf-425a-b88c-0313dd49762a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a80fba2e-73cf-425a-b88c-0313dd49762a .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-e2c5cd78-21d3-4156-84b6-e4679c9fe193 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e2c5cd78-21d3-4156-84b6-e4679c9fe193 {
  display: none;
}
#s-e2c5cd78-21d3-4156-84b6-e4679c9fe193, #wrap-s-e2c5cd78-21d3-4156-84b6-e4679c9fe193, #wrap-content-s-e2c5cd78-21d3-4156-84b6-e4679c9fe193 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2c5cd78-21d3-4156-84b6-e4679c9fe193 {
  display: none;
}
#s-e2c5cd78-21d3-4156-84b6-e4679c9fe193, #wrap-s-e2c5cd78-21d3-4156-84b6-e4679c9fe193, #wrap-content-s-e2c5cd78-21d3-4156-84b6-e4679c9fe193 { display: none !important; }}







#s-e2c5cd78-21d3-4156-84b6-e4679c9fe193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2c5cd78-21d3-4156-84b6-e4679c9fe193.shg-box.shg-c {
  justify-content: center;
}

#s-40bea1ae-72fe-4837-bd61-02d4bcb5dd57 {
  text-align: center;
}

#s-40bea1ae-72fe-4837-bd61-02d4bcb5dd57 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-40bea1ae-72fe-4837-bd61-02d4bcb5dd57 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-40bea1ae-72fe-4837-bd61-02d4bcb5dd57 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911-atc-btn-wrapper {
    text-align: center;
  }


#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911-atc-btn-wrapper {
    text-align: center;
  }


#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911-atc-btn-wrapper {
    text-align: center;
  }


#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911-atc-btn-wrapper {
    text-align: center;
  }


#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911-atc-btn-wrapper {
    text-align: center;
  }


#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-9ca63944-c1b1-41d3-b257-2fbdcca0c911.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6cb511-ac7d-4251-9f6e-32310d0bb1dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51370fec-b4e7-4d3e-9d4f-917e90a71eb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51370fec-b4e7-4d3e-9d4f-917e90a71eb9 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-7d98f59c-a881-488a-8954-e2d8d0e423f6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7d98f59c-a881-488a-8954-e2d8d0e423f6 {
  display: none;
}
#s-7d98f59c-a881-488a-8954-e2d8d0e423f6, #wrap-s-7d98f59c-a881-488a-8954-e2d8d0e423f6, #wrap-content-s-7d98f59c-a881-488a-8954-e2d8d0e423f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d98f59c-a881-488a-8954-e2d8d0e423f6 {
  display: none;
}
#s-7d98f59c-a881-488a-8954-e2d8d0e423f6, #wrap-s-7d98f59c-a881-488a-8954-e2d8d0e423f6, #wrap-content-s-7d98f59c-a881-488a-8954-e2d8d0e423f6 { display: none !important; }}







#s-7d98f59c-a881-488a-8954-e2d8d0e423f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d98f59c-a881-488a-8954-e2d8d0e423f6.shg-box.shg-c {
  justify-content: center;
}

#s-a1cb50f6-e2e3-40ce-9ba3-b7a562a98871 {
  text-align: center;
}

#s-a1cb50f6-e2e3-40ce-9ba3-b7a562a98871 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a1cb50f6-e2e3-40ce-9ba3-b7a562a98871 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-a1cb50f6-e2e3-40ce-9ba3-b7a562a98871 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-dd389f23-99d0-4791-a713-04c969a016eb:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dd389f23-99d0-4791-a713-04c969a016eb:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dd389f23-99d0-4791-a713-04c969a016eb-atc-btn-wrapper {
    text-align: center;
  }


#s-dd389f23-99d0-4791-a713-04c969a016eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-dd389f23-99d0-4791-a713-04c969a016eb-atc-btn-wrapper {
    text-align: center;
  }


#s-dd389f23-99d0-4791-a713-04c969a016eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd389f23-99d0-4791-a713-04c969a016eb-atc-btn-wrapper {
    text-align: center;
  }


#s-dd389f23-99d0-4791-a713-04c969a016eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-dd389f23-99d0-4791-a713-04c969a016eb-atc-btn-wrapper {
    text-align: center;
  }


#s-dd389f23-99d0-4791-a713-04c969a016eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-dd389f23-99d0-4791-a713-04c969a016eb-atc-btn-wrapper {
    text-align: center;
  }


#s-dd389f23-99d0-4791-a713-04c969a016eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-dd389f23-99d0-4791-a713-04c969a016eb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74113786-0f84-43e2-9e85-62f1a5f6fb42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6715ee71-d355-4f00-8e90-ce41df31f747 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6715ee71-d355-4f00-8e90-ce41df31f747 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3 {
  display: none;
}
#s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3, #wrap-s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3, #wrap-content-s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3 {
  display: none;
}
#s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3, #wrap-s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3, #wrap-content-s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3 { display: none !important; }}







#s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36fe21e4-a5a5-4b44-8256-322c0b2c24d3.shg-box.shg-c {
  justify-content: center;
}

#s-79d9ec8b-6e80-440c-a701-a91142624557 {
  text-align: center;
}

#s-79d9ec8b-6e80-440c-a701-a91142624557 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-79d9ec8b-6e80-440c-a701-a91142624557 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-79d9ec8b-6e80-440c-a701-a91142624557 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-7a7a6978-1d41-41c2-a81e-340209c252cd:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7a7a6978-1d41-41c2-a81e-340209c252cd:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7a7a6978-1d41-41c2-a81e-340209c252cd-atc-btn-wrapper {
    text-align: center;
  }


#s-7a7a6978-1d41-41c2-a81e-340209c252cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-7a7a6978-1d41-41c2-a81e-340209c252cd-atc-btn-wrapper {
    text-align: center;
  }


#s-7a7a6978-1d41-41c2-a81e-340209c252cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a7a6978-1d41-41c2-a81e-340209c252cd-atc-btn-wrapper {
    text-align: center;
  }


#s-7a7a6978-1d41-41c2-a81e-340209c252cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7a7a6978-1d41-41c2-a81e-340209c252cd-atc-btn-wrapper {
    text-align: center;
  }


#s-7a7a6978-1d41-41c2-a81e-340209c252cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-7a7a6978-1d41-41c2-a81e-340209c252cd-atc-btn-wrapper {
    text-align: center;
  }


#s-7a7a6978-1d41-41c2-a81e-340209c252cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7a7a6978-1d41-41c2-a81e-340209c252cd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-463d2fa1-2979-42b0-9e86-644791b0c2bc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-463d2fa1-2979-42b0-9e86-644791b0c2bc {
  display: none;
}
#s-463d2fa1-2979-42b0-9e86-644791b0c2bc, #wrap-s-463d2fa1-2979-42b0-9e86-644791b0c2bc, #wrap-content-s-463d2fa1-2979-42b0-9e86-644791b0c2bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-463d2fa1-2979-42b0-9e86-644791b0c2bc {
  display: none;
}
#s-463d2fa1-2979-42b0-9e86-644791b0c2bc, #wrap-s-463d2fa1-2979-42b0-9e86-644791b0c2bc, #wrap-content-s-463d2fa1-2979-42b0-9e86-644791b0c2bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-463d2fa1-2979-42b0-9e86-644791b0c2bc {
  display: none;
}
#s-463d2fa1-2979-42b0-9e86-644791b0c2bc, #wrap-s-463d2fa1-2979-42b0-9e86-644791b0c2bc, #wrap-content-s-463d2fa1-2979-42b0-9e86-644791b0c2bc { display: none !important; }}@media (max-width: 767px){#s-463d2fa1-2979-42b0-9e86-644791b0c2bc {
  display: none;
}
#s-463d2fa1-2979-42b0-9e86-644791b0c2bc, #wrap-s-463d2fa1-2979-42b0-9e86-644791b0c2bc, #wrap-content-s-463d2fa1-2979-42b0-9e86-644791b0c2bc { display: none !important; }}







#s-463d2fa1-2979-42b0-9e86-644791b0c2bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-463d2fa1-2979-42b0-9e86-644791b0c2bc.shg-box.shg-c {
  justify-content: center;
}

#s-cccec1ae-d9db-438f-bccc-074bd3c63234 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cccec1ae-d9db-438f-bccc-074bd3c63234 {
  display: none;
}
#s-cccec1ae-d9db-438f-bccc-074bd3c63234, #wrap-s-cccec1ae-d9db-438f-bccc-074bd3c63234, #wrap-content-s-cccec1ae-d9db-438f-bccc-074bd3c63234 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cccec1ae-d9db-438f-bccc-074bd3c63234 {
  display: none;
}
#s-cccec1ae-d9db-438f-bccc-074bd3c63234, #wrap-s-cccec1ae-d9db-438f-bccc-074bd3c63234, #wrap-content-s-cccec1ae-d9db-438f-bccc-074bd3c63234 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cccec1ae-d9db-438f-bccc-074bd3c63234 {
  display: none;
}
#s-cccec1ae-d9db-438f-bccc-074bd3c63234, #wrap-s-cccec1ae-d9db-438f-bccc-074bd3c63234, #wrap-content-s-cccec1ae-d9db-438f-bccc-074bd3c63234 { display: none !important; }}@media (max-width: 767px){#s-cccec1ae-d9db-438f-bccc-074bd3c63234 {
  display: none;
}
#s-cccec1ae-d9db-438f-bccc-074bd3c63234, #wrap-s-cccec1ae-d9db-438f-bccc-074bd3c63234, #wrap-content-s-cccec1ae-d9db-438f-bccc-074bd3c63234 { display: none !important; }}
#s-cccec1ae-d9db-438f-bccc-074bd3c63234 .shogun-heading-component h1 {
  color: rgba(31, 74, 69, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2 {
  display: none;
}
#s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2, #wrap-s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2, #wrap-content-s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2 {
  display: none;
}
#s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2, #wrap-s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2, #wrap-content-s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2 { display: none !important; }}
#s-ddc8ceb7-0532-438e-bb82-01cf6d9471c2 .shogun-heading-component h1 {
  color: rgba(31, 74, 69, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



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

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

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

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

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

@media (min-width: 1200px){#s-d7e6e356-6d89-4fe1-aae2-1f274fc361db {
  display: none;
}
#s-d7e6e356-6d89-4fe1-aae2-1f274fc361db, #wrap-s-d7e6e356-6d89-4fe1-aae2-1f274fc361db, #wrap-content-s-d7e6e356-6d89-4fe1-aae2-1f274fc361db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7e6e356-6d89-4fe1-aae2-1f274fc361db {
  display: none;
}
#s-d7e6e356-6d89-4fe1-aae2-1f274fc361db, #wrap-s-d7e6e356-6d89-4fe1-aae2-1f274fc361db, #wrap-content-s-d7e6e356-6d89-4fe1-aae2-1f274fc361db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7e6e356-6d89-4fe1-aae2-1f274fc361db {
  display: none;
}
#s-d7e6e356-6d89-4fe1-aae2-1f274fc361db, #wrap-s-d7e6e356-6d89-4fe1-aae2-1f274fc361db, #wrap-content-s-d7e6e356-6d89-4fe1-aae2-1f274fc361db { display: none !important; }}@media (max-width: 767px){#s-d7e6e356-6d89-4fe1-aae2-1f274fc361db {
  display: none;
}
#s-d7e6e356-6d89-4fe1-aae2-1f274fc361db, #wrap-s-d7e6e356-6d89-4fe1-aae2-1f274fc361db, #wrap-content-s-d7e6e356-6d89-4fe1-aae2-1f274fc361db { display: none !important; }}
@media (min-width: 0px) {
[id="s-d7e6e356-6d89-4fe1-aae2-1f274fc361db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7e6e356-6d89-4fe1-aae2-1f274fc361db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7e6e356-6d89-4fe1-aae2-1f274fc361db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7e6e356-6d89-4fe1-aae2-1f274fc361db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-27487e9e-dcd4-4252-b1fc-3466384ac265 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-27487e9e-dcd4-4252-b1fc-3466384ac265 {
  display: none;
}
#s-27487e9e-dcd4-4252-b1fc-3466384ac265, #wrap-s-27487e9e-dcd4-4252-b1fc-3466384ac265, #wrap-content-s-27487e9e-dcd4-4252-b1fc-3466384ac265 { display: none !important; }}@media (max-width: 767px){#s-27487e9e-dcd4-4252-b1fc-3466384ac265 {
  display: none;
}
#s-27487e9e-dcd4-4252-b1fc-3466384ac265, #wrap-s-27487e9e-dcd4-4252-b1fc-3466384ac265, #wrap-content-s-27487e9e-dcd4-4252-b1fc-3466384ac265 { display: none !important; }}
#s-27487e9e-dcd4-4252-b1fc-3466384ac265 .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-55e83d7d-e213-4422-be41-a59ac750c970 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-55e83d7d-e213-4422-be41-a59ac750c970 {
  display: none;
}
#s-55e83d7d-e213-4422-be41-a59ac750c970, #wrap-s-55e83d7d-e213-4422-be41-a59ac750c970, #wrap-content-s-55e83d7d-e213-4422-be41-a59ac750c970 { display: none !important; }}@media (max-width: 767px){#s-55e83d7d-e213-4422-be41-a59ac750c970 {
  display: none;
}
#s-55e83d7d-e213-4422-be41-a59ac750c970, #wrap-s-55e83d7d-e213-4422-be41-a59ac750c970, #wrap-content-s-55e83d7d-e213-4422-be41-a59ac750c970 { display: none !important; }}
#s-55e83d7d-e213-4422-be41-a59ac750c970 .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-26d2371e-9ba1-4dd5-8f91-acd2682006ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 136, 117, 1);
}
@media (min-width: 1200px){#s-26d2371e-9ba1-4dd5-8f91-acd2682006ec {
  display: none;
}
#s-26d2371e-9ba1-4dd5-8f91-acd2682006ec, #wrap-s-26d2371e-9ba1-4dd5-8f91-acd2682006ec, #wrap-content-s-26d2371e-9ba1-4dd5-8f91-acd2682006ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26d2371e-9ba1-4dd5-8f91-acd2682006ec {
  display: none;
}
#s-26d2371e-9ba1-4dd5-8f91-acd2682006ec, #wrap-s-26d2371e-9ba1-4dd5-8f91-acd2682006ec, #wrap-content-s-26d2371e-9ba1-4dd5-8f91-acd2682006ec { display: none !important; }}
#s-26d2371e-9ba1-4dd5-8f91-acd2682006ec .shogun-heading-component h1 {
  color: rgba(255, 247, 235, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  text-align: center;
}
@media (min-width: 1200px){#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  display: none;
}
#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9, #wrap-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9, #wrap-content-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  display: none;
}
#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9, #wrap-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9, #wrap-content-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 { display: none !important; }}
#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
    
    
    
    
  }


.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
  box-sizing: border-box;
}



.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
    
    
    
    
  }


.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
  box-sizing: border-box;
}



.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
    
    
    
    
  }


.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
  box-sizing: border-box;
}



.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
    
    
    
    
  }


.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
  box-sizing: border-box;
}



.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
    
    
    
    
  }


.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49f9320-c086-46e8-923c-b4ba74ab7ae9.shogun-image {
  box-sizing: border-box;
}



.s-e49f9320-c086-46e8-923c-b4ba74ab7ae9 img.shogun-image {
  
}


}
#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  text-align: center;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  margin: 0 !important;
  overflow: visible;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add background color handling */
  
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
    
    
    
    
  }


.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 .shogun-image-content {
  
    justify-content: center;
  
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
  box-sizing: border-box;
}



.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  
}


@media (min-width: 1200px){#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  margin: 0 !important;
  overflow: visible;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add background color handling */
  
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
    
    
    
    
  }


.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 .shogun-image-content {
  
    justify-content: center;
  
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
  box-sizing: border-box;
}



.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  margin: 0 !important;
  overflow: visible;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add background color handling */
  
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
    
    
    
    
  }


.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 .shogun-image-content {
  
    justify-content: center;
  
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
  box-sizing: border-box;
}



.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  margin: 0 !important;
  overflow: visible;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add background color handling */
  
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
    
    
    
    
  }


.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 .shogun-image-content {
  
    justify-content: center;
  
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
  box-sizing: border-box;
}



.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  
}


}@media (max-width: 767px){#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  margin: 0 !important;
  overflow: visible;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154abfb8-cd75-41b8-bd3a-368bce2a6483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add background color handling */
  
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
    
    
    
    
  }


.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 .shogun-image-content {
  
    justify-content: center;
  
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154abfb8-cd75-41b8-bd3a-368bce2a6483.shogun-image {
  box-sizing: border-box;
}



.s-154abfb8-cd75-41b8-bd3a-368bce2a6483 img.shogun-image {
  
}


}
#s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883 {
  min-height: 50px;
background-color: rgba(25, 136, 117, 1);
}
@media (min-width: 1200px){#s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883 {
  display: none;
}
#s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883, #wrap-s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883, #wrap-content-s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883 {
  display: none;
}
#s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883, #wrap-s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883, #wrap-content-s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883 { display: none !important; }}







#s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa358e33-9ad0-4a78-8ea6-7b377dbfa883.shg-box.shg-c {
  justify-content: center;
}

#s-438ab56c-7287-4cee-939f-a49b1e7e376e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-438ab56c-7287-4cee-939f-a49b1e7e376e {
  display: none;
}
#s-438ab56c-7287-4cee-939f-a49b1e7e376e, #wrap-s-438ab56c-7287-4cee-939f-a49b1e7e376e, #wrap-content-s-438ab56c-7287-4cee-939f-a49b1e7e376e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-438ab56c-7287-4cee-939f-a49b1e7e376e {
  display: none;
}
#s-438ab56c-7287-4cee-939f-a49b1e7e376e, #wrap-s-438ab56c-7287-4cee-939f-a49b1e7e376e, #wrap-content-s-438ab56c-7287-4cee-939f-a49b1e7e376e { display: none !important; }}
#s-438ab56c-7287-4cee-939f-a49b1e7e376e .shogun-heading-component h1 {
  color: rgba(255, 247, 235, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  text-align: center;
}
@media (min-width: 1200px){#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  display: none;
}
#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1, #wrap-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1, #wrap-content-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  display: none;
}
#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1, #wrap-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1, #wrap-content-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 { display: none !important; }}
#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
    
    
    
    
  }


.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
  box-sizing: border-box;
}



.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
    
    
    
    
  }


.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
  box-sizing: border-box;
}



.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
    
    
    
    
  }


.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
  box-sizing: border-box;
}



.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
    
    
    
    
  }


.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
  box-sizing: border-box;
}



.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
    
    
    
    
  }


.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9a90f0-acd7-4897-be0a-02c6778de5a1.shogun-image {
  box-sizing: border-box;
}



.s-2e9a90f0-acd7-4897-be0a-02c6778de5a1 img.shogun-image {
  
}


}
@media (min-width: 1200px){#s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56 {
  display: none;
}
#s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56, #wrap-s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56, #wrap-content-s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56 { display: none !important; }}@media (max-width: 767px){#s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56 {
  display: none;
}
#s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56, #wrap-s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56, #wrap-content-s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56 { display: none !important; }}
@media (min-width: 0px) {
[id="s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-846e6ecb-45fd-4c47-a35f-ed2aa6ddcf56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  display: none;
}
#s-f0012bda-4be5-492b-ac04-0b98e332db15, #wrap-s-f0012bda-4be5-492b-ac04-0b98e332db15, #wrap-content-s-f0012bda-4be5-492b-ac04-0b98e332db15 { display: none !important; }}@media (max-width: 767px){#s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  display: none;
}
#s-f0012bda-4be5-492b-ac04-0b98e332db15, #wrap-s-f0012bda-4be5-492b-ac04-0b98e332db15, #wrap-content-s-f0012bda-4be5-492b-ac04-0b98e332db15 { display: none !important; }}
#s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
    
    
    
    
  }


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
  box-sizing: border-box;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
    
    
    
    
  }


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
  box-sizing: border-box;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
    
    
    
    
  }


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
  box-sizing: border-box;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
    
    
    
    
  }


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
  box-sizing: border-box;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0012bda-4be5-492b-ac04-0b98e332db15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
    
    
    
    
  }


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0012bda-4be5-492b-ac04-0b98e332db15.shogun-image {
  box-sizing: border-box;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0012bda-4be5-492b-ac04-0b98e332db15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0012bda-4be5-492b-ac04-0b98e332db15 img.shogun-image {
  
}


}
#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  display: none;
}
#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456, #wrap-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456, #wrap-content-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 { display: none !important; }}@media (max-width: 767px){#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  display: none;
}
#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456, #wrap-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456, #wrap-content-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 { display: none !important; }}
#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
    
    
    
    
  }


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
  box-sizing: border-box;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
    
    
    
    
  }


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
  box-sizing: border-box;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
    
    
    
    
  }


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
  box-sizing: border-box;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
    
    
    
    
  }


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
  box-sizing: border-box;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
    
    
    
    
  }


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456.shogun-image {
  box-sizing: border-box;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bfed8cca-da38-4037-b2b9-ec5dcbf4a456 img.shogun-image {
  
}


}
#s-964387dd-7c15-458a-ae8e-00a567156d9c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-964387dd-7c15-458a-ae8e-00a567156d9c {
  display: none;
}
#s-964387dd-7c15-458a-ae8e-00a567156d9c, #wrap-s-964387dd-7c15-458a-ae8e-00a567156d9c, #wrap-content-s-964387dd-7c15-458a-ae8e-00a567156d9c { display: none !important; }}@media (max-width: 767px){#s-964387dd-7c15-458a-ae8e-00a567156d9c {
  display: none;
}
#s-964387dd-7c15-458a-ae8e-00a567156d9c, #wrap-s-964387dd-7c15-458a-ae8e-00a567156d9c, #wrap-content-s-964387dd-7c15-458a-ae8e-00a567156d9c { display: none !important; }}
#s-964387dd-7c15-458a-ae8e-00a567156d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
    
    
    
    
  }


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
  box-sizing: border-box;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  
}


@media (min-width: 1200px){#s-964387dd-7c15-458a-ae8e-00a567156d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
    
    
    
    
  }


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
  box-sizing: border-box;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-964387dd-7c15-458a-ae8e-00a567156d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
    
    
    
    
  }


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
  box-sizing: border-box;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-964387dd-7c15-458a-ae8e-00a567156d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
    
    
    
    
  }


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
  box-sizing: border-box;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  
}


}@media (max-width: 767px){#s-964387dd-7c15-458a-ae8e-00a567156d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964387dd-7c15-458a-ae8e-00a567156d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
    
    
    
    
  }


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964387dd-7c15-458a-ae8e-00a567156d9c.shogun-image {
  box-sizing: border-box;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-964387dd-7c15-458a-ae8e-00a567156d9c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-964387dd-7c15-458a-ae8e-00a567156d9c img.shogun-image {
  
}


}
#s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7 {
  display: none;
}
#s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7, #wrap-s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7, #wrap-content-s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7 { display: none !important; }}@media (max-width: 767px){#s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7 {
  display: none;
}
#s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7, #wrap-s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7, #wrap-content-s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7 { display: none !important; }}
#s-22d9969b-4ca2-4cf3-b3b2-6679ceab1cd7 .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-095b7544-0ba6-42be-ac88-c19c4403fed3 {
  margin-top: 48px;
margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-095b7544-0ba6-42be-ac88-c19c4403fed3 {
  display: none;
}
#s-095b7544-0ba6-42be-ac88-c19c4403fed3, #wrap-s-095b7544-0ba6-42be-ac88-c19c4403fed3, #wrap-content-s-095b7544-0ba6-42be-ac88-c19c4403fed3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-095b7544-0ba6-42be-ac88-c19c4403fed3 {
  display: none;
}
#s-095b7544-0ba6-42be-ac88-c19c4403fed3, #wrap-s-095b7544-0ba6-42be-ac88-c19c4403fed3, #wrap-content-s-095b7544-0ba6-42be-ac88-c19c4403fed3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-095b7544-0ba6-42be-ac88-c19c4403fed3 {
  display: none;
}
#s-095b7544-0ba6-42be-ac88-c19c4403fed3, #wrap-s-095b7544-0ba6-42be-ac88-c19c4403fed3, #wrap-content-s-095b7544-0ba6-42be-ac88-c19c4403fed3 { display: none !important; }}@media (max-width: 767px){#s-095b7544-0ba6-42be-ac88-c19c4403fed3 {
  display: none;
}
#s-095b7544-0ba6-42be-ac88-c19c4403fed3, #wrap-s-095b7544-0ba6-42be-ac88-c19c4403fed3, #wrap-content-s-095b7544-0ba6-42be-ac88-c19c4403fed3 { display: none !important; }}
#s-095b7544-0ba6-42be-ac88-c19c4403fed3 .shogun-heading-component h1 {
  color: rgba(31, 74, 69, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca {
  display: none;
}
#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca, #wrap-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca, #wrap-content-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca {
  display: none;
}
#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca, #wrap-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca, #wrap-content-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca {
  display: none;
}
#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca, #wrap-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca, #wrap-content-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca { display: none !important; }}@media (max-width: 767px){#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca {
  display: none;
}
#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca, #wrap-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca, #wrap-content-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca { display: none !important; }}
#s-6517f4b5-750d-42fa-a3d0-0d8a4751deca .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca > .swiper-button-prev,
#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca > .swiper-button-next {
  
}

#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca > .swiper-button-prev svg,
#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6517f4b5-750d-42fa-a3d0-0d8a4751deca .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-d71e3206-155c-424b-b206-c260cb35e9ea {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-d71e3206-155c-424b-b206-c260cb35e9ea .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-06d67ab5-0585-4707-9159-6db423ea9679 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d67ab5-0585-4707-9159-6db423ea9679 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc8087f7-7055-4b44-a3fb-d941e6765e71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc8087f7-7055-4b44-a3fb-d941e6765e71 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e {
  display: none;
}
#s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e, #wrap-s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e, #wrap-content-s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e {
  display: none;
}
#s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e, #wrap-s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e, #wrap-content-s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e { display: none !important; }}







#s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e73d5c3-d5e8-4431-85a5-f8e7707e2a7e.shg-box.shg-c {
  justify-content: center;
}

#s-be016c79-7e14-4c5b-a823-5e4783db01bd {
  text-align: center;
}

#s-be016c79-7e14-4c5b-a823-5e4783db01bd .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-be016c79-7e14-4c5b-a823-5e4783db01bd .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-be016c79-7e14-4c5b-a823-5e4783db01bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-aa60be8d-58aa-452b-a52f-ee097f6fc399:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aa60be8d-58aa-452b-a52f-ee097f6fc399:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399-atc-btn-wrapper {
    text-align: center;
  }


#s-aa60be8d-58aa-452b-a52f-ee097f6fc399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399-atc-btn-wrapper {
    text-align: center;
  }


#s-aa60be8d-58aa-452b-a52f-ee097f6fc399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399-atc-btn-wrapper {
    text-align: center;
  }


#s-aa60be8d-58aa-452b-a52f-ee097f6fc399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399-atc-btn-wrapper {
    text-align: center;
  }


#s-aa60be8d-58aa-452b-a52f-ee097f6fc399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399-atc-btn-wrapper {
    text-align: center;
  }


#s-aa60be8d-58aa-452b-a52f-ee097f6fc399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa60be8d-58aa-452b-a52f-ee097f6fc399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-2ce77820-649f-4646-be10-f4b30d8f27a4 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-2ce77820-649f-4646-be10-f4b30d8f27a4 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-68ce7c76-38dc-49a4-952d-b59479e1a31e {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68ce7c76-38dc-49a4-952d-b59479e1a31e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cda39542-9bfa-4919-95a7-e2f1dcc0540d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cda39542-9bfa-4919-95a7-e2f1dcc0540d .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-049a2dfe-15f3-4421-848e-c83774339d83 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-049a2dfe-15f3-4421-848e-c83774339d83 {
  display: none;
}
#s-049a2dfe-15f3-4421-848e-c83774339d83, #wrap-s-049a2dfe-15f3-4421-848e-c83774339d83, #wrap-content-s-049a2dfe-15f3-4421-848e-c83774339d83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-049a2dfe-15f3-4421-848e-c83774339d83 {
  display: none;
}
#s-049a2dfe-15f3-4421-848e-c83774339d83, #wrap-s-049a2dfe-15f3-4421-848e-c83774339d83, #wrap-content-s-049a2dfe-15f3-4421-848e-c83774339d83 { display: none !important; }}







#s-049a2dfe-15f3-4421-848e-c83774339d83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-049a2dfe-15f3-4421-848e-c83774339d83.shg-box.shg-c {
  justify-content: center;
}

#s-49864c3b-cfed-4204-b1e3-7cb24f2b1601 {
  text-align: center;
}

#s-49864c3b-cfed-4204-b1e3-7cb24f2b1601 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-49864c3b-cfed-4204-b1e3-7cb24f2b1601 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-49864c3b-cfed-4204-b1e3-7cb24f2b1601 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-6f789a02-b96b-464e-b93c-e154e7d48028:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f789a02-b96b-464e-b93c-e154e7d48028:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6f789a02-b96b-464e-b93c-e154e7d48028-atc-btn-wrapper {
    text-align: center;
  }


#s-6f789a02-b96b-464e-b93c-e154e7d48028 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-6f789a02-b96b-464e-b93c-e154e7d48028-atc-btn-wrapper {
    text-align: center;
  }


#s-6f789a02-b96b-464e-b93c-e154e7d48028 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f789a02-b96b-464e-b93c-e154e7d48028-atc-btn-wrapper {
    text-align: center;
  }


#s-6f789a02-b96b-464e-b93c-e154e7d48028 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-6f789a02-b96b-464e-b93c-e154e7d48028-atc-btn-wrapper {
    text-align: center;
  }


#s-6f789a02-b96b-464e-b93c-e154e7d48028 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-6f789a02-b96b-464e-b93c-e154e7d48028-atc-btn-wrapper {
    text-align: center;
  }


#s-6f789a02-b96b-464e-b93c-e154e7d48028 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6f789a02-b96b-464e-b93c-e154e7d48028.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-61cd248e-cdaf-40d4-9b69-580696d4b668 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cd248e-cdaf-40d4-9b69-580696d4b668 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-df25ce7c-97de-43f3-a636-fe8d2fa91a33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df25ce7c-97de-43f3-a636-fe8d2fa91a33 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26 {
  display: none;
}
#s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26, #wrap-s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26, #wrap-content-s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26 {
  display: none;
}
#s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26, #wrap-s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26, #wrap-content-s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26 { display: none !important; }}







#s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6ea111f-d6df-42a3-b2d8-9a82c7f78f26.shg-box.shg-c {
  justify-content: center;
}

#s-6e967462-4d92-49c7-aeeb-50d1bc12c832 {
  text-align: center;
}

#s-6e967462-4d92-49c7-aeeb-50d1bc12c832 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6e967462-4d92-49c7-aeeb-50d1bc12c832 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-6e967462-4d92-49c7-aeeb-50d1bc12c832 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-845be2b5-9123-4101-98f1-17d2d28f8abd:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-845be2b5-9123-4101-98f1-17d2d28f8abd:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-845be2b5-9123-4101-98f1-17d2d28f8abd-atc-btn-wrapper {
    text-align: center;
  }


#s-845be2b5-9123-4101-98f1-17d2d28f8abd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-845be2b5-9123-4101-98f1-17d2d28f8abd-atc-btn-wrapper {
    text-align: center;
  }


#s-845be2b5-9123-4101-98f1-17d2d28f8abd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-845be2b5-9123-4101-98f1-17d2d28f8abd-atc-btn-wrapper {
    text-align: center;
  }


#s-845be2b5-9123-4101-98f1-17d2d28f8abd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-845be2b5-9123-4101-98f1-17d2d28f8abd-atc-btn-wrapper {
    text-align: center;
  }


#s-845be2b5-9123-4101-98f1-17d2d28f8abd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-845be2b5-9123-4101-98f1-17d2d28f8abd-atc-btn-wrapper {
    text-align: center;
  }


#s-845be2b5-9123-4101-98f1-17d2d28f8abd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-845be2b5-9123-4101-98f1-17d2d28f8abd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad1b76f3-babc-4cac-a50b-9084d4df2ffc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-01b6f350-ccc2-40c2-8238-50e9a5dfa071 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01b6f350-ccc2-40c2-8238-50e9a5dfa071 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-55c50657-be3f-4d16-9eb5-650e4450f5e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-55c50657-be3f-4d16-9eb5-650e4450f5e7 {
  display: none;
}
#s-55c50657-be3f-4d16-9eb5-650e4450f5e7, #wrap-s-55c50657-be3f-4d16-9eb5-650e4450f5e7, #wrap-content-s-55c50657-be3f-4d16-9eb5-650e4450f5e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55c50657-be3f-4d16-9eb5-650e4450f5e7 {
  display: none;
}
#s-55c50657-be3f-4d16-9eb5-650e4450f5e7, #wrap-s-55c50657-be3f-4d16-9eb5-650e4450f5e7, #wrap-content-s-55c50657-be3f-4d16-9eb5-650e4450f5e7 { display: none !important; }}







#s-55c50657-be3f-4d16-9eb5-650e4450f5e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55c50657-be3f-4d16-9eb5-650e4450f5e7.shg-box.shg-c {
  justify-content: center;
}

#s-bb1766cb-4dbf-48a9-abc4-63a76c4f8e95 {
  text-align: center;
}

#s-bb1766cb-4dbf-48a9-abc4-63a76c4f8e95 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bb1766cb-4dbf-48a9-abc4-63a76c4f8e95 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-bb1766cb-4dbf-48a9-abc4-63a76c4f8e95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-36a96991-607c-4920-9fa6-b91b3608f45a:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-36a96991-607c-4920-9fa6-b91b3608f45a:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-36a96991-607c-4920-9fa6-b91b3608f45a-atc-btn-wrapper {
    text-align: center;
  }


#s-36a96991-607c-4920-9fa6-b91b3608f45a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-36a96991-607c-4920-9fa6-b91b3608f45a-atc-btn-wrapper {
    text-align: center;
  }


#s-36a96991-607c-4920-9fa6-b91b3608f45a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-36a96991-607c-4920-9fa6-b91b3608f45a-atc-btn-wrapper {
    text-align: center;
  }


#s-36a96991-607c-4920-9fa6-b91b3608f45a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-36a96991-607c-4920-9fa6-b91b3608f45a-atc-btn-wrapper {
    text-align: center;
  }


#s-36a96991-607c-4920-9fa6-b91b3608f45a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-36a96991-607c-4920-9fa6-b91b3608f45a-atc-btn-wrapper {
    text-align: center;
  }


#s-36a96991-607c-4920-9fa6-b91b3608f45a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-36a96991-607c-4920-9fa6-b91b3608f45a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-4b906f79-1fab-43c0-ac99-2b46c466a750 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b906f79-1fab-43c0-ac99-2b46c466a750 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1bb2d552-2717-4684-be7d-11f0bed7429d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bb2d552-2717-4684-be7d-11f0bed7429d .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-60bfa97a-9e27-4473-bfcb-5618bc7ef017 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-60bfa97a-9e27-4473-bfcb-5618bc7ef017 {
  display: none;
}
#s-60bfa97a-9e27-4473-bfcb-5618bc7ef017, #wrap-s-60bfa97a-9e27-4473-bfcb-5618bc7ef017, #wrap-content-s-60bfa97a-9e27-4473-bfcb-5618bc7ef017 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60bfa97a-9e27-4473-bfcb-5618bc7ef017 {
  display: none;
}
#s-60bfa97a-9e27-4473-bfcb-5618bc7ef017, #wrap-s-60bfa97a-9e27-4473-bfcb-5618bc7ef017, #wrap-content-s-60bfa97a-9e27-4473-bfcb-5618bc7ef017 { display: none !important; }}







#s-60bfa97a-9e27-4473-bfcb-5618bc7ef017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60bfa97a-9e27-4473-bfcb-5618bc7ef017.shg-box.shg-c {
  justify-content: center;
}

#s-99a9cb2a-308c-4a75-a71f-5c3e0d96d96d {
  text-align: center;
}

#s-99a9cb2a-308c-4a75-a71f-5c3e0d96d96d .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-99a9cb2a-308c-4a75-a71f-5c3e0d96d96d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-99a9cb2a-308c-4a75-a71f-5c3e0d96d96d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-42d4552d-3788-4251-8a4e-b2b7d8b66385:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-42d4552d-3788-4251-8a4e-b2b7d8b66385:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385-atc-btn-wrapper {
    text-align: center;
  }


#s-42d4552d-3788-4251-8a4e-b2b7d8b66385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385-atc-btn-wrapper {
    text-align: center;
  }


#s-42d4552d-3788-4251-8a4e-b2b7d8b66385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385-atc-btn-wrapper {
    text-align: center;
  }


#s-42d4552d-3788-4251-8a4e-b2b7d8b66385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385-atc-btn-wrapper {
    text-align: center;
  }


#s-42d4552d-3788-4251-8a4e-b2b7d8b66385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385-atc-btn-wrapper {
    text-align: center;
  }


#s-42d4552d-3788-4251-8a4e-b2b7d8b66385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-42d4552d-3788-4251-8a4e-b2b7d8b66385.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-6297b98e-3fce-433a-9c36-003aa92181dc {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6297b98e-3fce-433a-9c36-003aa92181dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-061cfc13-3479-41a8-9c6d-6108a6c08aca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-061cfc13-3479-41a8-9c6d-6108a6c08aca .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-db1f77c7-e914-43fb-9705-03cb35929a38 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db1f77c7-e914-43fb-9705-03cb35929a38 {
  display: none;
}
#s-db1f77c7-e914-43fb-9705-03cb35929a38, #wrap-s-db1f77c7-e914-43fb-9705-03cb35929a38, #wrap-content-s-db1f77c7-e914-43fb-9705-03cb35929a38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db1f77c7-e914-43fb-9705-03cb35929a38 {
  display: none;
}
#s-db1f77c7-e914-43fb-9705-03cb35929a38, #wrap-s-db1f77c7-e914-43fb-9705-03cb35929a38, #wrap-content-s-db1f77c7-e914-43fb-9705-03cb35929a38 { display: none !important; }}







#s-db1f77c7-e914-43fb-9705-03cb35929a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db1f77c7-e914-43fb-9705-03cb35929a38.shg-box.shg-c {
  justify-content: center;
}

#s-fb6ba8f3-92d6-4280-94b0-93b0b853e102 {
  text-align: center;
}

#s-fb6ba8f3-92d6-4280-94b0-93b0b853e102 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-fb6ba8f3-92d6-4280-94b0-93b0b853e102 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-fb6ba8f3-92d6-4280-94b0-93b0b853e102 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa-atc-btn-wrapper {
    text-align: center;
  }


#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa-atc-btn-wrapper {
    text-align: center;
  }


#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa-atc-btn-wrapper {
    text-align: center;
  }


#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa-atc-btn-wrapper {
    text-align: center;
  }


#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa-atc-btn-wrapper {
    text-align: center;
  }


#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f7b326a6-67d9-46a0-8881-cc19b9dac7aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-910b7834-5b68-4f05-b419-61653ab4940b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-910b7834-5b68-4f05-b419-61653ab4940b {
  display: none;
}
#s-910b7834-5b68-4f05-b419-61653ab4940b, #wrap-s-910b7834-5b68-4f05-b419-61653ab4940b, #wrap-content-s-910b7834-5b68-4f05-b419-61653ab4940b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-910b7834-5b68-4f05-b419-61653ab4940b {
  display: none;
}
#s-910b7834-5b68-4f05-b419-61653ab4940b, #wrap-s-910b7834-5b68-4f05-b419-61653ab4940b, #wrap-content-s-910b7834-5b68-4f05-b419-61653ab4940b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-910b7834-5b68-4f05-b419-61653ab4940b {
  display: none;
}
#s-910b7834-5b68-4f05-b419-61653ab4940b, #wrap-s-910b7834-5b68-4f05-b419-61653ab4940b, #wrap-content-s-910b7834-5b68-4f05-b419-61653ab4940b { display: none !important; }}@media (max-width: 767px){#s-910b7834-5b68-4f05-b419-61653ab4940b {
  display: none;
}
#s-910b7834-5b68-4f05-b419-61653ab4940b, #wrap-s-910b7834-5b68-4f05-b419-61653ab4940b, #wrap-content-s-910b7834-5b68-4f05-b419-61653ab4940b { display: none !important; }}







#s-910b7834-5b68-4f05-b419-61653ab4940b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-910b7834-5b68-4f05-b419-61653ab4940b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-468c2aa3-bcf3-4891-a583-2500fa0bf612 {
  display: none;
}
#s-468c2aa3-bcf3-4891-a583-2500fa0bf612, #wrap-s-468c2aa3-bcf3-4891-a583-2500fa0bf612, #wrap-content-s-468c2aa3-bcf3-4891-a583-2500fa0bf612 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-468c2aa3-bcf3-4891-a583-2500fa0bf612 {
  display: none;
}
#s-468c2aa3-bcf3-4891-a583-2500fa0bf612, #wrap-s-468c2aa3-bcf3-4891-a583-2500fa0bf612, #wrap-content-s-468c2aa3-bcf3-4891-a583-2500fa0bf612 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-468c2aa3-bcf3-4891-a583-2500fa0bf612 {
  display: none;
}
#s-468c2aa3-bcf3-4891-a583-2500fa0bf612, #wrap-s-468c2aa3-bcf3-4891-a583-2500fa0bf612, #wrap-content-s-468c2aa3-bcf3-4891-a583-2500fa0bf612 { display: none !important; }}@media (max-width: 767px){#s-468c2aa3-bcf3-4891-a583-2500fa0bf612 {
  display: none;
}
#s-468c2aa3-bcf3-4891-a583-2500fa0bf612, #wrap-s-468c2aa3-bcf3-4891-a583-2500fa0bf612, #wrap-content-s-468c2aa3-bcf3-4891-a583-2500fa0bf612 { display: none !important; }}
@media (min-width: 0px) {
[id="s-468c2aa3-bcf3-4891-a583-2500fa0bf612"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-468c2aa3-bcf3-4891-a583-2500fa0bf612"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-468c2aa3-bcf3-4891-a583-2500fa0bf612"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-468c2aa3-bcf3-4891-a583-2500fa0bf612"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9899e385-b45b-4dfd-b616-771c54586329 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9899e385-b45b-4dfd-b616-771c54586329 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  
}



#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  text-align: center;
}
@media (min-width: 1200px){#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  
}
}
#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
    
    
    
    
  }


.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
  box-sizing: border-box;
}



.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  
}


@media (min-width: 1200px){#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
    
    
    
    
  }


.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
  box-sizing: border-box;
}



.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
    
    
    
    
  }


.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
  box-sizing: border-box;
}



.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
    
    
    
    
  }


.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
  box-sizing: border-box;
}



.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  
}


}@media (max-width: 767px){#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
    
    
    
    
  }


.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f.shogun-image {
  box-sizing: border-box;
}



.s-cff099d0-7601-41ad-8af6-a2f9e91e6c0f img.shogun-image {
  
}


}
#s-066946cd-fddd-4cf6-ac1d-d4dd811616c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-066946cd-fddd-4cf6-ac1d-d4dd811616c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-8efda44b-6207-41b0-b96a-28800674d05f {
  text-align: center;
}
@media (min-width: 1200px){#s-8efda44b-6207-41b0-b96a-28800674d05f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8efda44b-6207-41b0-b96a-28800674d05f {
  
}
}
#s-8efda44b-6207-41b0-b96a-28800674d05f {
  margin: 0 !important;
  overflow: visible;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add background color handling */
  
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
    
    
    
    
  }


.s-8efda44b-6207-41b0-b96a-28800674d05f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
  box-sizing: border-box;
}



.s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  
}


@media (min-width: 1200px){#s-8efda44b-6207-41b0-b96a-28800674d05f {
  margin: 0 !important;
  overflow: visible;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add background color handling */
  
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
    
    
    
    
  }


.s-8efda44b-6207-41b0-b96a-28800674d05f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
  box-sizing: border-box;
}



.s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8efda44b-6207-41b0-b96a-28800674d05f {
  margin: 0 !important;
  overflow: visible;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add background color handling */
  
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
    
    
    
    
  }


.s-8efda44b-6207-41b0-b96a-28800674d05f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
  box-sizing: border-box;
}



.s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8efda44b-6207-41b0-b96a-28800674d05f {
  margin: 0 !important;
  overflow: visible;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add background color handling */
  
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
    
    
    
    
  }


.s-8efda44b-6207-41b0-b96a-28800674d05f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
  box-sizing: border-box;
}



.s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  
}


}@media (max-width: 767px){#s-8efda44b-6207-41b0-b96a-28800674d05f {
  margin: 0 !important;
  overflow: visible;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8efda44b-6207-41b0-b96a-28800674d05f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add background color handling */
  
}

#s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
    
    
    
    
  }


.s-8efda44b-6207-41b0-b96a-28800674d05f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efda44b-6207-41b0-b96a-28800674d05f.shogun-image {
  box-sizing: border-box;
}



.s-8efda44b-6207-41b0-b96a-28800674d05f img.shogun-image {
  
}


}
#s-71da9ae3-05de-4106-a23b-fd808e2a8902 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71da9ae3-05de-4106-a23b-fd808e2a8902 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-50c17cbd-b363-469f-a8c0-e0113171454b {
  text-align: center;
}
@media (min-width: 1200px){#s-50c17cbd-b363-469f-a8c0-e0113171454b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50c17cbd-b363-469f-a8c0-e0113171454b {
  
}
}
#s-50c17cbd-b363-469f-a8c0-e0113171454b {
  margin: 0 !important;
  overflow: visible;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add background color handling */
  
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
    
    
    
    
  }


.s-50c17cbd-b363-469f-a8c0-e0113171454b .shogun-image-content {
  
    justify-content: center;
  
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
  box-sizing: border-box;
}



.s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  
}


@media (min-width: 1200px){#s-50c17cbd-b363-469f-a8c0-e0113171454b {
  margin: 0 !important;
  overflow: visible;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add background color handling */
  
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
    
    
    
    
  }


.s-50c17cbd-b363-469f-a8c0-e0113171454b .shogun-image-content {
  
    justify-content: center;
  
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
  box-sizing: border-box;
}



.s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50c17cbd-b363-469f-a8c0-e0113171454b {
  margin: 0 !important;
  overflow: visible;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add background color handling */
  
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
    
    
    
    
  }


.s-50c17cbd-b363-469f-a8c0-e0113171454b .shogun-image-content {
  
    justify-content: center;
  
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
  box-sizing: border-box;
}



.s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50c17cbd-b363-469f-a8c0-e0113171454b {
  margin: 0 !important;
  overflow: visible;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add background color handling */
  
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
    
    
    
    
  }


.s-50c17cbd-b363-469f-a8c0-e0113171454b .shogun-image-content {
  
    justify-content: center;
  
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
  box-sizing: border-box;
}



.s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  
}


}@media (max-width: 767px){#s-50c17cbd-b363-469f-a8c0-e0113171454b {
  margin: 0 !important;
  overflow: visible;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50c17cbd-b363-469f-a8c0-e0113171454b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add background color handling */
  
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
    
    
    
    
  }


.s-50c17cbd-b363-469f-a8c0-e0113171454b .shogun-image-content {
  
    justify-content: center;
  
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c17cbd-b363-469f-a8c0-e0113171454b.shogun-image {
  box-sizing: border-box;
}



.s-50c17cbd-b363-469f-a8c0-e0113171454b img.shogun-image {
  
}


}
#s-70922fec-bec6-45f1-89fe-5bac2bbd4ce4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70922fec-bec6-45f1-89fe-5bac2bbd4ce4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  
}



#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  text-align: center;
}
@media (min-width: 1200px){#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  
}
}
#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
    
    
    
    
  }


.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
  box-sizing: border-box;
}



.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
    
    
    
    
  }


.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
  box-sizing: border-box;
}



.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
    
    
    
    
  }


.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
  box-sizing: border-box;
}



.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
    
    
    
    
  }


.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
  box-sizing: border-box;
}



.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
    
    
    
    
  }


.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649.shogun-image {
  box-sizing: border-box;
}



.s-0ae00d16-83fa-4ebd-bf74-5d28e38dc649 img.shogun-image {
  
}


}
#s-36e81d85-1be0-4da3-9445-c685f1405038 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36e81d85-1be0-4da3-9445-c685f1405038 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  text-align: center;
}
@media (min-width: 1200px){#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  
}
}
#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
    
    
    
    
  }


.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
  box-sizing: border-box;
}



.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
    
    
    
    
  }


.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
  box-sizing: border-box;
}



.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
    
    
    
    
  }


.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
  box-sizing: border-box;
}



.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
    
    
    
    
  }


.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
  box-sizing: border-box;
}



.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
    
    
    
    
  }


.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47.shogun-image {
  box-sizing: border-box;
}



.s-b4d41ee1-addc-441b-ac2d-ba2d3b8d1c47 img.shogun-image {
  
}


}
#s-5fdbda89-5361-4f0a-b9d3-a126504bf1a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fdbda89-5361-4f0a-b9d3-a126504bf1a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  text-align: center;
}
@media (min-width: 1200px){#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  
}
}
#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
    
    
    
    
  }


.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
  box-sizing: border-box;
}



.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  
}


@media (min-width: 1200px){#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
    
    
    
    
  }


.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
  box-sizing: border-box;
}



.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
    
    
    
    
  }


.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
  box-sizing: border-box;
}



.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
    
    
    
    
  }


.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
  box-sizing: border-box;
}



.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  
}


}@media (max-width: 767px){#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
    
    
    
    
  }


.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c.shogun-image {
  box-sizing: border-box;
}



.s-95c9a79b-3b3d-41d8-84af-7e29208b4c1c img.shogun-image {
  
}


}
@media (min-width: 1200px){#s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7 {
  display: none;
}
#s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7, #wrap-s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7, #wrap-content-s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7 {
  display: none;
}
#s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7, #wrap-s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7, #wrap-content-s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc8a4f0f-db8d-48e8-a73a-c083bf25a3b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f18a9933-2b56-4af6-927e-e6f45c7e3f65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f18a9933-2b56-4af6-927e-e6f45c7e3f65 {
  display: none;
}
#s-f18a9933-2b56-4af6-927e-e6f45c7e3f65, #wrap-s-f18a9933-2b56-4af6-927e-e6f45c7e3f65, #wrap-content-s-f18a9933-2b56-4af6-927e-e6f45c7e3f65 { display: none !important; }}@media (max-width: 767px){#s-f18a9933-2b56-4af6-927e-e6f45c7e3f65 {
  display: none;
}
#s-f18a9933-2b56-4af6-927e-e6f45c7e3f65, #wrap-s-f18a9933-2b56-4af6-927e-e6f45c7e3f65, #wrap-content-s-f18a9933-2b56-4af6-927e-e6f45c7e3f65 { display: none !important; }}
#s-f18a9933-2b56-4af6-927e-e6f45c7e3f65 .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 {
  display: none;
}
#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68, #wrap-s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68, #wrap-content-s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 {
  display: none;
}
#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68, #wrap-s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68, #wrap-content-s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 {
  display: none;
}
#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68, #wrap-s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68, #wrap-content-s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 { display: none !important; }}@media (max-width: 767px){#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 {
  display: none;
}
#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68, #wrap-s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68, #wrap-content-s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 { display: none !important; }}







#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d9327de-40e1-4a6e-89d8-e44a8ae4bf68.shg-box.shg-c {
  justify-content: center;
}

#s-25f31873-30cd-456c-9ab5-cecd11552652 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25f31873-30cd-456c-9ab5-cecd11552652 .shogun-heading-component h1 {
  color: rgba(163, 11, 11, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 {
  margin-left: auto;
margin-right: auto;
}

#s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 > .swiper-button-prev,
#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 > .swiper-button-next {
  
}

#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 > .swiper-button-prev svg,
#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-aaf1ea66-be13-42e2-af4f-bdc2dc046639 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-a6e71202-0bf7-4a63-b582-57ff339a4a92 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a6e71202-0bf7-4a63-b582-57ff339a4a92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6e71202-0bf7-4a63-b582-57ff339a4a92.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-dc68d445-3e00-485f-bd21-d525a146cc45 {
  background-size: 0px 0px;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
line-height: 1.5em;
letter-spacing: 0px;
}
#s-dc68d445-3e00-485f-bd21-d525a146cc45:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-dc68d445-3e00-485f-bd21-d525a146cc45:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTQzYzhiZWEtNTNiZC00MmI0LTlhNjUtYWM2MDU0ZTE3OGU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNDNjOGJlYS01M2JkLTQyYjQtOWE2NS1hYzYwNTRlMTc4ZTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}@media (min-width: 1200px){#s-dc68d445-3e00-485f-bd21-d525a146cc45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc68d445-3e00-485f-bd21-d525a146cc45 {
  
}
}@media (max-width: 767px){#s-dc68d445-3e00-485f-bd21-d525a146cc45 {
  margin-left: 0%;
margin-right: 0%;
}
#s-dc68d445-3e00-485f-bd21-d525a146cc45:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTA3Y2Y5NzAtOTU3NC00NjFiLTg3NGYtNTIxNzkzM2E4NzhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDdjZjk3MC05NTc0LTQ2MWItODc0Zi01MjE3OTMzYTg3OGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-dc68d445-3e00-485f-bd21-d525a146cc45-root {
    text-align: center;
  }


#s-dc68d445-3e00-485f-bd21-d525a146cc45.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc68d445-3e00-485f-bd21-d525a146cc45-root {
    text-align: center;
  }


#s-dc68d445-3e00-485f-bd21-d525a146cc45.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc68d445-3e00-485f-bd21-d525a146cc45-root {
    text-align: center;
  }


#s-dc68d445-3e00-485f-bd21-d525a146cc45.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc68d445-3e00-485f-bd21-d525a146cc45-root {
    text-align: center;
  }


#s-dc68d445-3e00-485f-bd21-d525a146cc45.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc68d445-3e00-485f-bd21-d525a146cc45-root {
    text-align: center;
  }


#s-dc68d445-3e00-485f-bd21-d525a146cc45.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-5c63d2ce-7fdc-4215-b48f-77935f284ab6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  margin-left: 0%;
margin-right: 0%;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (min-width: 1200px){#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  display: none;
}
#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a, #wrap-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a, #wrap-content-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  display: none;
}
#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a, #wrap-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a, #wrap-content-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a { display: none !important; }}
#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
  box-sizing: border-box;
}



.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
      position: relative;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
  box-sizing: border-box;
}



.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
      position: relative;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
  box-sizing: border-box;
}



.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
      position: relative;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
  box-sizing: border-box;
}



.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
      position: relative;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  margin: 0 !important;
  overflow: visible;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add background color handling */
  
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image {
  box-sizing: border-box;
}



.s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container {
      position: relative;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac30c6f9-5341-4dd1-9d46-ea18c8adb97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (min-width: 1200px){#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  display: none;
}
#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf, #wrap-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf, #wrap-content-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  display: none;
}
#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf, #wrap-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf, #wrap-content-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf { display: none !important; }}
#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
  box-sizing: border-box;
}



.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
      position: relative;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
  box-sizing: border-box;
}



.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
      position: relative;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
  box-sizing: border-box;
}



.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
      position: relative;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
  box-sizing: border-box;
}



.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
      position: relative;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image {
  box-sizing: border-box;
}



.s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container {
      position: relative;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef8c7a1f-9043-430d-8274-a7b2c77cbedf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (min-width: 1200px){#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  display: none;
}
#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5, #wrap-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5, #wrap-content-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  display: none;
}
#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5, #wrap-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5, #wrap-content-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 { display: none !important; }}
#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
  box-sizing: border-box;
}



.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
      position: relative;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
  box-sizing: border-box;
}



.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
      position: relative;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
  box-sizing: border-box;
}



.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
      position: relative;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
  box-sizing: border-box;
}



.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
      position: relative;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image {
  box-sizing: border-box;
}



.s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container {
      position: relative;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9faab5-1acf-4101-b738-0f76adaf2ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (min-width: 1200px){#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  display: none;
}
#s-e4e57ba2-93b5-4341-9729-b54f822f5a18, #wrap-s-e4e57ba2-93b5-4341-9729-b54f822f5a18, #wrap-content-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  display: none;
}
#s-e4e57ba2-93b5-4341-9729-b54f822f5a18, #wrap-s-e4e57ba2-93b5-4341-9729-b54f822f5a18, #wrap-content-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 { display: none !important; }}
#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
  box-sizing: border-box;
}



.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
      position: relative;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
  box-sizing: border-box;
}



.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
      position: relative;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
  box-sizing: border-box;
}



.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
      position: relative;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
  box-sizing: border-box;
}



.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
      position: relative;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image {
  box-sizing: border-box;
}



.s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container {
      position: relative;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4e57ba2-93b5-4341-9729-b54f822f5a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-909c2ac9-4068-4dab-9047-ad27ccbefe50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-909c2ac9-4068-4dab-9047-ad27ccbefe50 {
  display: none;
}
#s-909c2ac9-4068-4dab-9047-ad27ccbefe50, #wrap-s-909c2ac9-4068-4dab-9047-ad27ccbefe50, #wrap-content-s-909c2ac9-4068-4dab-9047-ad27ccbefe50 { display: none !important; }}@media (max-width: 767px){#s-909c2ac9-4068-4dab-9047-ad27ccbefe50 {
  display: none;
}
#s-909c2ac9-4068-4dab-9047-ad27ccbefe50, #wrap-s-909c2ac9-4068-4dab-9047-ad27ccbefe50, #wrap-content-s-909c2ac9-4068-4dab-9047-ad27ccbefe50 { display: none !important; }}
#s-909c2ac9-4068-4dab-9047-ad27ccbefe50 .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f {
  margin-top: -3px;
margin-bottom: -3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 136, 117, 1);
}
@media (min-width: 1200px){#s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f {
  display: none;
}
#s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f, #wrap-s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f, #wrap-content-s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f {
  display: none;
}
#s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f, #wrap-s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f, #wrap-content-s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f { display: none !important; }}
#s-9aefbfbe-2c10-4bdd-949c-ef96cdb3904f .shogun-heading-component h2 {
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (min-width: 1200px){#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  display: none;
}
#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2, #wrap-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2, #wrap-content-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  display: none;
}
#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2, #wrap-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2, #wrap-content-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 { display: none !important; }}
#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
  box-sizing: border-box;
}



.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
      position: relative;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
  box-sizing: border-box;
}



.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
      position: relative;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
  box-sizing: border-box;
}



.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
      position: relative;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
  box-sizing: border-box;
}



.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
      position: relative;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image {
  box-sizing: border-box;
}



.s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container {
      position: relative;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-925a7ac2-64f1-4355-b53b-aa27e0452bc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-2407fe54-3ef4-4047-ab7a-223ca833ed85 {
  min-height: 50px;
background-color: rgba(25, 136, 117, 1);
}
@media (min-width: 1200px){#s-2407fe54-3ef4-4047-ab7a-223ca833ed85 {
  display: none;
}
#s-2407fe54-3ef4-4047-ab7a-223ca833ed85, #wrap-s-2407fe54-3ef4-4047-ab7a-223ca833ed85, #wrap-content-s-2407fe54-3ef4-4047-ab7a-223ca833ed85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2407fe54-3ef4-4047-ab7a-223ca833ed85 {
  display: none;
}
#s-2407fe54-3ef4-4047-ab7a-223ca833ed85, #wrap-s-2407fe54-3ef4-4047-ab7a-223ca833ed85, #wrap-content-s-2407fe54-3ef4-4047-ab7a-223ca833ed85 { display: none !important; }}







#s-2407fe54-3ef4-4047-ab7a-223ca833ed85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2407fe54-3ef4-4047-ab7a-223ca833ed85.shg-box.shg-c {
  justify-content: center;
}

#s-70a3174a-42d8-4115-8709-f2f86334a9be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-70a3174a-42d8-4115-8709-f2f86334a9be {
  display: none;
}
#s-70a3174a-42d8-4115-8709-f2f86334a9be, #wrap-s-70a3174a-42d8-4115-8709-f2f86334a9be, #wrap-content-s-70a3174a-42d8-4115-8709-f2f86334a9be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70a3174a-42d8-4115-8709-f2f86334a9be {
  display: none;
}
#s-70a3174a-42d8-4115-8709-f2f86334a9be, #wrap-s-70a3174a-42d8-4115-8709-f2f86334a9be, #wrap-content-s-70a3174a-42d8-4115-8709-f2f86334a9be { display: none !important; }}
#s-70a3174a-42d8-4115-8709-f2f86334a9be .shogun-heading-component h2 {
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 {
  display: none;
}
#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0, #wrap-s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0, #wrap-content-s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 {
  display: none;
}
#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0, #wrap-s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0, #wrap-content-s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 {
  display: none;
}
#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0, #wrap-s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0, #wrap-content-s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 { display: none !important; }}@media (max-width: 767px){#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 {
  display: none;
}
#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0, #wrap-s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0, #wrap-content-s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 { display: none !important; }}
#s-2a4a21b8-1ff4-41da-aa91-d2138afedcf0 .shogun-heading-component h2 {
  color: rgba(31, 74, 69, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 1200px){#s-24304f22-de30-436f-b1fd-d7bee04dcb72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24304f22-de30-436f-b1fd-d7bee04dcb72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24304f22-de30-436f-b1fd-d7bee04dcb72 {
  display: none;
}
#s-24304f22-de30-436f-b1fd-d7bee04dcb72, #wrap-s-24304f22-de30-436f-b1fd-d7bee04dcb72, #wrap-content-s-24304f22-de30-436f-b1fd-d7bee04dcb72 { display: none !important; }}@media (max-width: 767px){#s-24304f22-de30-436f-b1fd-d7bee04dcb72 {
  display: none;
}
#s-24304f22-de30-436f-b1fd-d7bee04dcb72, #wrap-s-24304f22-de30-436f-b1fd-d7bee04dcb72, #wrap-content-s-24304f22-de30-436f-b1fd-d7bee04dcb72 { display: none !important; }}
@media (min-width: 0px) {
[id="s-24304f22-de30-436f-b1fd-d7bee04dcb72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24304f22-de30-436f-b1fd-d7bee04dcb72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24304f22-de30-436f-b1fd-d7bee04dcb72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24304f22-de30-436f-b1fd-d7bee04dcb72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  display: none;
}
#s-1858d0d1-d66c-45af-b671-50989fe948b2, #wrap-s-1858d0d1-d66c-45af-b671-50989fe948b2, #wrap-content-s-1858d0d1-d66c-45af-b671-50989fe948b2 { display: none !important; }}@media (max-width: 767px){#s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  display: none;
}
#s-1858d0d1-d66c-45af-b671-50989fe948b2, #wrap-s-1858d0d1-d66c-45af-b671-50989fe948b2, #wrap-content-s-1858d0d1-d66c-45af-b671-50989fe948b2 { display: none !important; }}
#s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
    
    
    
    
  }


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
  box-sizing: border-box;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
    
    
    
    
  }


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
  box-sizing: border-box;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
    
    
    
    
  }


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
  box-sizing: border-box;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
    
    
    
    
  }


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
  box-sizing: border-box;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1858d0d1-d66c-45af-b671-50989fe948b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
    
    
    
    
  }


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858d0d1-d66c-45af-b671-50989fe948b2.shogun-image {
  box-sizing: border-box;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1858d0d1-d66c-45af-b671-50989fe948b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1858d0d1-d66c-45af-b671-50989fe948b2 img.shogun-image {
  
}


}
#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  display: none;
}
#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb, #wrap-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb, #wrap-content-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb { display: none !important; }}@media (max-width: 767px){#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  display: none;
}
#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb, #wrap-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb, #wrap-content-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb { display: none !important; }}
#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
    
    
    
    
  }


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
  box-sizing: border-box;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  
}


@media (min-width: 1200px){#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
    
    
    
    
  }


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
  box-sizing: border-box;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
    
    
    
    
  }


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
  box-sizing: border-box;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
    
    
    
    
  }


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
  box-sizing: border-box;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  
}


}@media (max-width: 767px){#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d427616b-b30b-4854-948e-bfa9b1bcdcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
    
    
    
    
  }


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d427616b-b30b-4854-948e-bfa9b1bcdcdb.shogun-image {
  box-sizing: border-box;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d427616b-b30b-4854-948e-bfa9b1bcdcdb img.shogun-image {
  
}


}
#s-8972addf-762e-4d69-99ca-757d53b22aba {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8972addf-762e-4d69-99ca-757d53b22aba {
  display: none;
}
#s-8972addf-762e-4d69-99ca-757d53b22aba, #wrap-s-8972addf-762e-4d69-99ca-757d53b22aba, #wrap-content-s-8972addf-762e-4d69-99ca-757d53b22aba { display: none !important; }}@media (max-width: 767px){#s-8972addf-762e-4d69-99ca-757d53b22aba {
  display: none;
}
#s-8972addf-762e-4d69-99ca-757d53b22aba, #wrap-s-8972addf-762e-4d69-99ca-757d53b22aba, #wrap-content-s-8972addf-762e-4d69-99ca-757d53b22aba { display: none !important; }}
#s-8972addf-762e-4d69-99ca-757d53b22aba {
  margin: 0 !important;
  overflow: visible;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add background color handling */
  
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
    
    
    
    
  }


.s-8972addf-762e-4d69-99ca-757d53b22aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
  box-sizing: border-box;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  
}


@media (min-width: 1200px){#s-8972addf-762e-4d69-99ca-757d53b22aba {
  margin: 0 !important;
  overflow: visible;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add background color handling */
  
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
    
    
    
    
  }


.s-8972addf-762e-4d69-99ca-757d53b22aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
  box-sizing: border-box;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8972addf-762e-4d69-99ca-757d53b22aba {
  margin: 0 !important;
  overflow: visible;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add background color handling */
  
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
    
    
    
    
  }


.s-8972addf-762e-4d69-99ca-757d53b22aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
  box-sizing: border-box;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8972addf-762e-4d69-99ca-757d53b22aba {
  margin: 0 !important;
  overflow: visible;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add background color handling */
  
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
    
    
    
    
  }


.s-8972addf-762e-4d69-99ca-757d53b22aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
  box-sizing: border-box;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  
}


}@media (max-width: 767px){#s-8972addf-762e-4d69-99ca-757d53b22aba {
  margin: 0 !important;
  overflow: visible;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8972addf-762e-4d69-99ca-757d53b22aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add background color handling */
  
}

#s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
    
    
    
    
  }


.s-8972addf-762e-4d69-99ca-757d53b22aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8972addf-762e-4d69-99ca-757d53b22aba.shogun-image {
  box-sizing: border-box;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8972addf-762e-4d69-99ca-757d53b22aba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8972addf-762e-4d69-99ca-757d53b22aba img.shogun-image {
  
}


}
#s-2346b550-5537-473d-b9e4-57e966d4c563 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2346b550-5537-473d-b9e4-57e966d4c563 {
  display: none;
}
#s-2346b550-5537-473d-b9e4-57e966d4c563, #wrap-s-2346b550-5537-473d-b9e4-57e966d4c563, #wrap-content-s-2346b550-5537-473d-b9e4-57e966d4c563 { display: none !important; }}@media (max-width: 767px){#s-2346b550-5537-473d-b9e4-57e966d4c563 {
  display: none;
}
#s-2346b550-5537-473d-b9e4-57e966d4c563, #wrap-s-2346b550-5537-473d-b9e4-57e966d4c563, #wrap-content-s-2346b550-5537-473d-b9e4-57e966d4c563 { display: none !important; }}
#s-2346b550-5537-473d-b9e4-57e966d4c563 .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (min-width: 1200px){#s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  display: none;
}
#s-579e2f2c-7ec9-4385-96dc-f800113da048, #wrap-s-579e2f2c-7ec9-4385-96dc-f800113da048, #wrap-content-s-579e2f2c-7ec9-4385-96dc-f800113da048 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  display: none;
}
#s-579e2f2c-7ec9-4385-96dc-f800113da048, #wrap-s-579e2f2c-7ec9-4385-96dc-f800113da048, #wrap-content-s-579e2f2c-7ec9-4385-96dc-f800113da048 { display: none !important; }}
#s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  margin: 0 !important;
  overflow: visible;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add background color handling */
  
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
  box-sizing: border-box;
}



.s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-579e2f2c-7ec9-4385-96dc-f800113da048 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
      position: relative;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  margin: 0 !important;
  overflow: visible;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add background color handling */
  
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
  box-sizing: border-box;
}



.s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-579e2f2c-7ec9-4385-96dc-f800113da048 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
      position: relative;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  margin: 0 !important;
  overflow: visible;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add background color handling */
  
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
  box-sizing: border-box;
}



.s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-579e2f2c-7ec9-4385-96dc-f800113da048 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
      position: relative;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  margin: 0 !important;
  overflow: visible;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add background color handling */
  
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
  box-sizing: border-box;
}



.s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-579e2f2c-7ec9-4385-96dc-f800113da048 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
      position: relative;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  margin: 0 !important;
  overflow: visible;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-579e2f2c-7ec9-4385-96dc-f800113da048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add background color handling */
  
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-579e2f2c-7ec9-4385-96dc-f800113da048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-579e2f2c-7ec9-4385-96dc-f800113da048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image {
  box-sizing: border-box;
}



.s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-579e2f2c-7ec9-4385-96dc-f800113da048 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container {
      position: relative;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-579e2f2c-7ec9-4385-96dc-f800113da048 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-f1dd7928-d915-4af6-a2ce-3b99be9a1083 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 136, 117, 1);
}
@media (min-width: 1200px){#s-f1dd7928-d915-4af6-a2ce-3b99be9a1083 {
  display: none;
}
#s-f1dd7928-d915-4af6-a2ce-3b99be9a1083, #wrap-s-f1dd7928-d915-4af6-a2ce-3b99be9a1083, #wrap-content-s-f1dd7928-d915-4af6-a2ce-3b99be9a1083 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1dd7928-d915-4af6-a2ce-3b99be9a1083 {
  display: none;
}
#s-f1dd7928-d915-4af6-a2ce-3b99be9a1083, #wrap-s-f1dd7928-d915-4af6-a2ce-3b99be9a1083, #wrap-content-s-f1dd7928-d915-4af6-a2ce-3b99be9a1083 { display: none !important; }}
#s-f1dd7928-d915-4af6-a2ce-3b99be9a1083 .shogun-heading-component h2 {
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (min-width: 1200px){#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  display: none;
}
#s-72ac5bc8-502a-4784-8484-25a7e085f6c3, #wrap-s-72ac5bc8-502a-4784-8484-25a7e085f6c3, #wrap-content-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  display: none;
}
#s-72ac5bc8-502a-4784-8484-25a7e085f6c3, #wrap-s-72ac5bc8-502a-4784-8484-25a7e085f6c3, #wrap-content-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 { display: none !important; }}
#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
  box-sizing: border-box;
}



.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
      position: relative;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
  box-sizing: border-box;
}



.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
      position: relative;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
  box-sizing: border-box;
}



.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
      position: relative;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
  box-sizing: border-box;
}



.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
      position: relative;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image {
  box-sizing: border-box;
}



.s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container {
      position: relative;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ac5bc8-502a-4784-8484-25a7e085f6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-b6242001-6b9c-469f-a33d-e1006b3ac535 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b6242001-6b9c-469f-a33d-e1006b3ac535 {
  display: none;
}
#s-b6242001-6b9c-469f-a33d-e1006b3ac535, #wrap-s-b6242001-6b9c-469f-a33d-e1006b3ac535, #wrap-content-s-b6242001-6b9c-469f-a33d-e1006b3ac535 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6242001-6b9c-469f-a33d-e1006b3ac535 {
  display: none;
}
#s-b6242001-6b9c-469f-a33d-e1006b3ac535, #wrap-s-b6242001-6b9c-469f-a33d-e1006b3ac535, #wrap-content-s-b6242001-6b9c-469f-a33d-e1006b3ac535 { display: none !important; }}
#s-b6242001-6b9c-469f-a33d-e1006b3ac535 .shogun-heading-component h2 {
  color: rgba(31, 74, 69, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-bd44427a-90b9-4f05-9a40-d90c72f5584f {
  margin-top: 26px;
margin-bottom: -7px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 53px;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-bd44427a-90b9-4f05-9a40-d90c72f5584f {
  display: none;
}
#s-bd44427a-90b9-4f05-9a40-d90c72f5584f, #wrap-s-bd44427a-90b9-4f05-9a40-d90c72f5584f, #wrap-content-s-bd44427a-90b9-4f05-9a40-d90c72f5584f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd44427a-90b9-4f05-9a40-d90c72f5584f {
  display: none;
}
#s-bd44427a-90b9-4f05-9a40-d90c72f5584f, #wrap-s-bd44427a-90b9-4f05-9a40-d90c72f5584f, #wrap-content-s-bd44427a-90b9-4f05-9a40-d90c72f5584f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd44427a-90b9-4f05-9a40-d90c72f5584f {
  display: none;
}
#s-bd44427a-90b9-4f05-9a40-d90c72f5584f, #wrap-s-bd44427a-90b9-4f05-9a40-d90c72f5584f, #wrap-content-s-bd44427a-90b9-4f05-9a40-d90c72f5584f { display: none !important; }}@media (max-width: 767px){#s-bd44427a-90b9-4f05-9a40-d90c72f5584f {
  display: none;
}
#s-bd44427a-90b9-4f05-9a40-d90c72f5584f, #wrap-s-bd44427a-90b9-4f05-9a40-d90c72f5584f, #wrap-content-s-bd44427a-90b9-4f05-9a40-d90c72f5584f { display: none !important; }}







#s-bd44427a-90b9-4f05-9a40-d90c72f5584f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd44427a-90b9-4f05-9a40-d90c72f5584f.shg-box.shg-c {
  justify-content: center;
}

#s-e377db58-2785-4a6c-aec9-f645491db9be {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e377db58-2785-4a6c-aec9-f645491db9be {
  display: none;
}
#s-e377db58-2785-4a6c-aec9-f645491db9be, #wrap-s-e377db58-2785-4a6c-aec9-f645491db9be, #wrap-content-s-e377db58-2785-4a6c-aec9-f645491db9be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e377db58-2785-4a6c-aec9-f645491db9be {
  display: none;
}
#s-e377db58-2785-4a6c-aec9-f645491db9be, #wrap-s-e377db58-2785-4a6c-aec9-f645491db9be, #wrap-content-s-e377db58-2785-4a6c-aec9-f645491db9be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e377db58-2785-4a6c-aec9-f645491db9be {
  display: none;
}
#s-e377db58-2785-4a6c-aec9-f645491db9be, #wrap-s-e377db58-2785-4a6c-aec9-f645491db9be, #wrap-content-s-e377db58-2785-4a6c-aec9-f645491db9be { display: none !important; }}@media (max-width: 767px){#s-e377db58-2785-4a6c-aec9-f645491db9be {
  display: none;
}
#s-e377db58-2785-4a6c-aec9-f645491db9be, #wrap-s-e377db58-2785-4a6c-aec9-f645491db9be, #wrap-content-s-e377db58-2785-4a6c-aec9-f645491db9be { display: none !important; }}







#s-e377db58-2785-4a6c-aec9-f645491db9be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e377db58-2785-4a6c-aec9-f645491db9be.shg-box.shg-c {
  justify-content: center;
}

#s-a5c20980-8839-45bd-bb3a-38e8b150416e {
  margin-top: 48px;
margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a5c20980-8839-45bd-bb3a-38e8b150416e {
  display: none;
}
#s-a5c20980-8839-45bd-bb3a-38e8b150416e, #wrap-s-a5c20980-8839-45bd-bb3a-38e8b150416e, #wrap-content-s-a5c20980-8839-45bd-bb3a-38e8b150416e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5c20980-8839-45bd-bb3a-38e8b150416e {
  display: none;
}
#s-a5c20980-8839-45bd-bb3a-38e8b150416e, #wrap-s-a5c20980-8839-45bd-bb3a-38e8b150416e, #wrap-content-s-a5c20980-8839-45bd-bb3a-38e8b150416e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5c20980-8839-45bd-bb3a-38e8b150416e {
  display: none;
}
#s-a5c20980-8839-45bd-bb3a-38e8b150416e, #wrap-s-a5c20980-8839-45bd-bb3a-38e8b150416e, #wrap-content-s-a5c20980-8839-45bd-bb3a-38e8b150416e { display: none !important; }}@media (max-width: 767px){#s-a5c20980-8839-45bd-bb3a-38e8b150416e {
  display: none;
}
#s-a5c20980-8839-45bd-bb3a-38e8b150416e, #wrap-s-a5c20980-8839-45bd-bb3a-38e8b150416e, #wrap-content-s-a5c20980-8839-45bd-bb3a-38e8b150416e { display: none !important; }}
#s-a5c20980-8839-45bd-bb3a-38e8b150416e .shogun-heading-component h1 {
  color: rgba(31, 74, 69, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-5324b2d4-cdb8-480c-add1-d29740bce3be {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-5324b2d4-cdb8-480c-add1-d29740bce3be {
  display: none;
}
#s-5324b2d4-cdb8-480c-add1-d29740bce3be, #wrap-s-5324b2d4-cdb8-480c-add1-d29740bce3be, #wrap-content-s-5324b2d4-cdb8-480c-add1-d29740bce3be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5324b2d4-cdb8-480c-add1-d29740bce3be {
  display: none;
}
#s-5324b2d4-cdb8-480c-add1-d29740bce3be, #wrap-s-5324b2d4-cdb8-480c-add1-d29740bce3be, #wrap-content-s-5324b2d4-cdb8-480c-add1-d29740bce3be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5324b2d4-cdb8-480c-add1-d29740bce3be {
  display: none;
}
#s-5324b2d4-cdb8-480c-add1-d29740bce3be, #wrap-s-5324b2d4-cdb8-480c-add1-d29740bce3be, #wrap-content-s-5324b2d4-cdb8-480c-add1-d29740bce3be { display: none !important; }}@media (max-width: 767px){#s-5324b2d4-cdb8-480c-add1-d29740bce3be {
  display: none;
}
#s-5324b2d4-cdb8-480c-add1-d29740bce3be, #wrap-s-5324b2d4-cdb8-480c-add1-d29740bce3be, #wrap-content-s-5324b2d4-cdb8-480c-add1-d29740bce3be { display: none !important; }}
#s-5324b2d4-cdb8-480c-add1-d29740bce3be .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be > .swiper-button-prev,
#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be > .swiper-button-next {
  
}

#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be > .swiper-button-prev svg,
#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5324b2d4-cdb8-480c-add1-d29740bce3be .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-01cf19fb-364f-4191-8338-cf85d582471f {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-01cf19fb-364f-4191-8338-cf85d582471f .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-95a51569-0342-4894-8cc6-05f50986d997 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95a51569-0342-4894-8cc6-05f50986d997 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a79a18a-2f9f-49ed-9c6b-17703a55e82a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a79a18a-2f9f-49ed-9c6b-17703a55e82a .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-d1a7c4fd-f190-4f14-b23b-c40818506c33 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d1a7c4fd-f190-4f14-b23b-c40818506c33 {
  display: none;
}
#s-d1a7c4fd-f190-4f14-b23b-c40818506c33, #wrap-s-d1a7c4fd-f190-4f14-b23b-c40818506c33, #wrap-content-s-d1a7c4fd-f190-4f14-b23b-c40818506c33 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1a7c4fd-f190-4f14-b23b-c40818506c33 {
  display: none;
}
#s-d1a7c4fd-f190-4f14-b23b-c40818506c33, #wrap-s-d1a7c4fd-f190-4f14-b23b-c40818506c33, #wrap-content-s-d1a7c4fd-f190-4f14-b23b-c40818506c33 { display: none !important; }}







#s-d1a7c4fd-f190-4f14-b23b-c40818506c33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1a7c4fd-f190-4f14-b23b-c40818506c33.shg-box.shg-c {
  justify-content: center;
}

#s-0d77447f-17e9-47a2-be96-31ad1740e1a8 {
  text-align: center;
}

#s-0d77447f-17e9-47a2-be96-31ad1740e1a8 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0d77447f-17e9-47a2-be96-31ad1740e1a8 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-0d77447f-17e9-47a2-be96-31ad1740e1a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-59fad289-3751-463c-8792-2b3cb1b83570:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-59fad289-3751-463c-8792-2b3cb1b83570:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-59fad289-3751-463c-8792-2b3cb1b83570-atc-btn-wrapper {
    text-align: center;
  }


#s-59fad289-3751-463c-8792-2b3cb1b83570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-59fad289-3751-463c-8792-2b3cb1b83570-atc-btn-wrapper {
    text-align: center;
  }


#s-59fad289-3751-463c-8792-2b3cb1b83570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-59fad289-3751-463c-8792-2b3cb1b83570-atc-btn-wrapper {
    text-align: center;
  }


#s-59fad289-3751-463c-8792-2b3cb1b83570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-59fad289-3751-463c-8792-2b3cb1b83570-atc-btn-wrapper {
    text-align: center;
  }


#s-59fad289-3751-463c-8792-2b3cb1b83570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-59fad289-3751-463c-8792-2b3cb1b83570-atc-btn-wrapper {
    text-align: center;
  }


#s-59fad289-3751-463c-8792-2b3cb1b83570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-59fad289-3751-463c-8792-2b3cb1b83570.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-89b410a7-aa4b-427f-b0c6-95127b5b2168 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-89b410a7-aa4b-427f-b0c6-95127b5b2168 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5aaeb5-9d3f-45d2-8ed0-5cb29e6997e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3e235b76-88c4-44f5-8a11-48824ed0463f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e235b76-88c4-44f5-8a11-48824ed0463f .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-0f229978-103a-4180-9cd0-7bc22fc9e76d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0f229978-103a-4180-9cd0-7bc22fc9e76d {
  display: none;
}
#s-0f229978-103a-4180-9cd0-7bc22fc9e76d, #wrap-s-0f229978-103a-4180-9cd0-7bc22fc9e76d, #wrap-content-s-0f229978-103a-4180-9cd0-7bc22fc9e76d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f229978-103a-4180-9cd0-7bc22fc9e76d {
  display: none;
}
#s-0f229978-103a-4180-9cd0-7bc22fc9e76d, #wrap-s-0f229978-103a-4180-9cd0-7bc22fc9e76d, #wrap-content-s-0f229978-103a-4180-9cd0-7bc22fc9e76d { display: none !important; }}







#s-0f229978-103a-4180-9cd0-7bc22fc9e76d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f229978-103a-4180-9cd0-7bc22fc9e76d.shg-box.shg-c {
  justify-content: center;
}

#s-218e8a6a-945f-4d4d-a4b0-db67105cab31 {
  text-align: center;
}

#s-218e8a6a-945f-4d4d-a4b0-db67105cab31 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-218e8a6a-945f-4d4d-a4b0-db67105cab31 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-218e8a6a-945f-4d4d-a4b0-db67105cab31 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-27ad9370-4704-4a13-847a-feb57d161a4f:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-27ad9370-4704-4a13-847a-feb57d161a4f:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-27ad9370-4704-4a13-847a-feb57d161a4f-atc-btn-wrapper {
    text-align: center;
  }


#s-27ad9370-4704-4a13-847a-feb57d161a4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-27ad9370-4704-4a13-847a-feb57d161a4f-atc-btn-wrapper {
    text-align: center;
  }


#s-27ad9370-4704-4a13-847a-feb57d161a4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-27ad9370-4704-4a13-847a-feb57d161a4f-atc-btn-wrapper {
    text-align: center;
  }


#s-27ad9370-4704-4a13-847a-feb57d161a4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-27ad9370-4704-4a13-847a-feb57d161a4f-atc-btn-wrapper {
    text-align: center;
  }


#s-27ad9370-4704-4a13-847a-feb57d161a4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-27ad9370-4704-4a13-847a-feb57d161a4f-atc-btn-wrapper {
    text-align: center;
  }


#s-27ad9370-4704-4a13-847a-feb57d161a4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-27ad9370-4704-4a13-847a-feb57d161a4f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f33991f9-c4b8-4e3d-90a9-4a89064b335c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a39bb94f-7798-43ee-892f-6c180b542821 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a39bb94f-7798-43ee-892f-6c180b542821 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-e81f50db-49ce-4718-b7e7-b68c93946237 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e81f50db-49ce-4718-b7e7-b68c93946237 {
  display: none;
}
#s-e81f50db-49ce-4718-b7e7-b68c93946237, #wrap-s-e81f50db-49ce-4718-b7e7-b68c93946237, #wrap-content-s-e81f50db-49ce-4718-b7e7-b68c93946237 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e81f50db-49ce-4718-b7e7-b68c93946237 {
  display: none;
}
#s-e81f50db-49ce-4718-b7e7-b68c93946237, #wrap-s-e81f50db-49ce-4718-b7e7-b68c93946237, #wrap-content-s-e81f50db-49ce-4718-b7e7-b68c93946237 { display: none !important; }}







#s-e81f50db-49ce-4718-b7e7-b68c93946237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e81f50db-49ce-4718-b7e7-b68c93946237.shg-box.shg-c {
  justify-content: center;
}

#s-8036021c-00d5-4a62-938e-a0e11e31ef80 {
  text-align: center;
}

#s-8036021c-00d5-4a62-938e-a0e11e31ef80 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8036021c-00d5-4a62-938e-a0e11e31ef80 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-8036021c-00d5-4a62-938e-a0e11e31ef80 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026 {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-b2a5ec79-5558-4346-8af3-e36338861026:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b2a5ec79-5558-4346-8af3-e36338861026:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b2a5ec79-5558-4346-8af3-e36338861026-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a5ec79-5558-4346-8af3-e36338861026 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-b2a5ec79-5558-4346-8af3-e36338861026-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a5ec79-5558-4346-8af3-e36338861026 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2a5ec79-5558-4346-8af3-e36338861026-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a5ec79-5558-4346-8af3-e36338861026 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b2a5ec79-5558-4346-8af3-e36338861026-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a5ec79-5558-4346-8af3-e36338861026 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-b2a5ec79-5558-4346-8af3-e36338861026-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a5ec79-5558-4346-8af3-e36338861026 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a5ec79-5558-4346-8af3-e36338861026.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-e07481ec-028e-4ce5-9c66-af52ca4e54af {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e07481ec-028e-4ce5-9c66-af52ca4e54af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dfa86c89-1cf0-4940-9943-c41d243344d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfa86c89-1cf0-4940-9943-c41d243344d9 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-f73ed18e-4440-4f39-b955-5702699d0f15 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f73ed18e-4440-4f39-b955-5702699d0f15 {
  display: none;
}
#s-f73ed18e-4440-4f39-b955-5702699d0f15, #wrap-s-f73ed18e-4440-4f39-b955-5702699d0f15, #wrap-content-s-f73ed18e-4440-4f39-b955-5702699d0f15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f73ed18e-4440-4f39-b955-5702699d0f15 {
  display: none;
}
#s-f73ed18e-4440-4f39-b955-5702699d0f15, #wrap-s-f73ed18e-4440-4f39-b955-5702699d0f15, #wrap-content-s-f73ed18e-4440-4f39-b955-5702699d0f15 { display: none !important; }}







#s-f73ed18e-4440-4f39-b955-5702699d0f15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f73ed18e-4440-4f39-b955-5702699d0f15.shg-box.shg-c {
  justify-content: center;
}

#s-ef361cb9-29ed-41f7-875f-76b35cca0232 {
  text-align: center;
}

#s-ef361cb9-29ed-41f7-875f-76b35cca0232 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ef361cb9-29ed-41f7-875f-76b35cca0232 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-ef361cb9-29ed-41f7-875f-76b35cca0232 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-63b5bcdc-8619-449a-a186-0f4a2039297a:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-63b5bcdc-8619-449a-a186-0f4a2039297a:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-63b5bcdc-8619-449a-a186-0f4a2039297a-atc-btn-wrapper {
    text-align: center;
  }


#s-63b5bcdc-8619-449a-a186-0f4a2039297a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-63b5bcdc-8619-449a-a186-0f4a2039297a-atc-btn-wrapper {
    text-align: center;
  }


#s-63b5bcdc-8619-449a-a186-0f4a2039297a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-63b5bcdc-8619-449a-a186-0f4a2039297a-atc-btn-wrapper {
    text-align: center;
  }


#s-63b5bcdc-8619-449a-a186-0f4a2039297a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-63b5bcdc-8619-449a-a186-0f4a2039297a-atc-btn-wrapper {
    text-align: center;
  }


#s-63b5bcdc-8619-449a-a186-0f4a2039297a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-63b5bcdc-8619-449a-a186-0f4a2039297a-atc-btn-wrapper {
    text-align: center;
  }


#s-63b5bcdc-8619-449a-a186-0f4a2039297a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-63b5bcdc-8619-449a-a186-0f4a2039297a.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa63c0cb-a9f7-46a8-9b46-eff377117fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-24d1ebe2-450b-4942-ace3-593b9f35d46a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24d1ebe2-450b-4942-ace3-593b9f35d46a .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-165673a2-1ccb-413a-ae9a-39e21b4c4beb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-165673a2-1ccb-413a-ae9a-39e21b4c4beb {
  display: none;
}
#s-165673a2-1ccb-413a-ae9a-39e21b4c4beb, #wrap-s-165673a2-1ccb-413a-ae9a-39e21b4c4beb, #wrap-content-s-165673a2-1ccb-413a-ae9a-39e21b4c4beb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-165673a2-1ccb-413a-ae9a-39e21b4c4beb {
  display: none;
}
#s-165673a2-1ccb-413a-ae9a-39e21b4c4beb, #wrap-s-165673a2-1ccb-413a-ae9a-39e21b4c4beb, #wrap-content-s-165673a2-1ccb-413a-ae9a-39e21b4c4beb { display: none !important; }}







#s-165673a2-1ccb-413a-ae9a-39e21b4c4beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-165673a2-1ccb-413a-ae9a-39e21b4c4beb.shg-box.shg-c {
  justify-content: center;
}

#s-0d0cea22-9c72-471e-b84b-2c59acc919ee {
  text-align: center;
}

#s-0d0cea22-9c72-471e-b84b-2c59acc919ee .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0d0cea22-9c72-471e-b84b-2c59acc919ee .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-0d0cea22-9c72-471e-b84b-2c59acc919ee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-72257aa3-0470-457c-852c-325fa190382e {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-72257aa3-0470-457c-852c-325fa190382e:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-72257aa3-0470-457c-852c-325fa190382e:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-72257aa3-0470-457c-852c-325fa190382e-atc-btn-wrapper {
    text-align: center;
  }


#s-72257aa3-0470-457c-852c-325fa190382e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-72257aa3-0470-457c-852c-325fa190382e-atc-btn-wrapper {
    text-align: center;
  }


#s-72257aa3-0470-457c-852c-325fa190382e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-72257aa3-0470-457c-852c-325fa190382e-atc-btn-wrapper {
    text-align: center;
  }


#s-72257aa3-0470-457c-852c-325fa190382e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-72257aa3-0470-457c-852c-325fa190382e-atc-btn-wrapper {
    text-align: center;
  }


#s-72257aa3-0470-457c-852c-325fa190382e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-72257aa3-0470-457c-852c-325fa190382e-atc-btn-wrapper {
    text-align: center;
  }


#s-72257aa3-0470-457c-852c-325fa190382e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-72257aa3-0470-457c-852c-325fa190382e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-5ca771b1-2fa6-4a87-b727-0347e846a42b {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
}



.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca771b1-2fa6-4a87-b727-0347e846a42b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4580ff23-d978-466d-a94e-c7e487660f27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4580ff23-d978-466d-a94e-c7e487660f27 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-8eedbe95-3f93-43dc-a891-34fa066fe9ad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8eedbe95-3f93-43dc-a891-34fa066fe9ad {
  display: none;
}
#s-8eedbe95-3f93-43dc-a891-34fa066fe9ad, #wrap-s-8eedbe95-3f93-43dc-a891-34fa066fe9ad, #wrap-content-s-8eedbe95-3f93-43dc-a891-34fa066fe9ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eedbe95-3f93-43dc-a891-34fa066fe9ad {
  display: none;
}
#s-8eedbe95-3f93-43dc-a891-34fa066fe9ad, #wrap-s-8eedbe95-3f93-43dc-a891-34fa066fe9ad, #wrap-content-s-8eedbe95-3f93-43dc-a891-34fa066fe9ad { display: none !important; }}







#s-8eedbe95-3f93-43dc-a891-34fa066fe9ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8eedbe95-3f93-43dc-a891-34fa066fe9ad.shg-box.shg-c {
  justify-content: center;
}

#s-3f66a004-629b-4246-b6aa-ae11bba21344 {
  text-align: center;
}

#s-3f66a004-629b-4246-b6aa-ae11bba21344 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3f66a004-629b-4246-b6aa-ae11bba21344 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3f66a004-629b-4246-b6aa-ae11bba21344 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d {
  margin-top: 30px;
margin-bottom: 30px;
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: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-b1868240-ada9-451c-ba01-5a94222d265d:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b1868240-ada9-451c-ba01-5a94222d265d:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b1868240-ada9-451c-ba01-5a94222d265d-atc-btn-wrapper {
    text-align: center;
  }


#s-b1868240-ada9-451c-ba01-5a94222d265d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-b1868240-ada9-451c-ba01-5a94222d265d-atc-btn-wrapper {
    text-align: center;
  }


#s-b1868240-ada9-451c-ba01-5a94222d265d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1868240-ada9-451c-ba01-5a94222d265d-atc-btn-wrapper {
    text-align: center;
  }


#s-b1868240-ada9-451c-ba01-5a94222d265d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b1868240-ada9-451c-ba01-5a94222d265d-atc-btn-wrapper {
    text-align: center;
  }


#s-b1868240-ada9-451c-ba01-5a94222d265d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-b1868240-ada9-451c-ba01-5a94222d265d-atc-btn-wrapper {
    text-align: center;
  }


#s-b1868240-ada9-451c-ba01-5a94222d265d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b1868240-ada9-451c-ba01-5a94222d265d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-275b0e4d-a5db-49ab-a716-cd81dac40493 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-275b0e4d-a5db-49ab-a716-cd81dac40493 {
  display: none;
}
#s-275b0e4d-a5db-49ab-a716-cd81dac40493, #wrap-s-275b0e4d-a5db-49ab-a716-cd81dac40493, #wrap-content-s-275b0e4d-a5db-49ab-a716-cd81dac40493 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-275b0e4d-a5db-49ab-a716-cd81dac40493 {
  display: none;
}
#s-275b0e4d-a5db-49ab-a716-cd81dac40493, #wrap-s-275b0e4d-a5db-49ab-a716-cd81dac40493, #wrap-content-s-275b0e4d-a5db-49ab-a716-cd81dac40493 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-275b0e4d-a5db-49ab-a716-cd81dac40493 {
  display: none;
}
#s-275b0e4d-a5db-49ab-a716-cd81dac40493, #wrap-s-275b0e4d-a5db-49ab-a716-cd81dac40493, #wrap-content-s-275b0e4d-a5db-49ab-a716-cd81dac40493 { display: none !important; }}@media (max-width: 767px){#s-275b0e4d-a5db-49ab-a716-cd81dac40493 {
  display: none;
}
#s-275b0e4d-a5db-49ab-a716-cd81dac40493, #wrap-s-275b0e4d-a5db-49ab-a716-cd81dac40493, #wrap-content-s-275b0e4d-a5db-49ab-a716-cd81dac40493 { display: none !important; }}







#s-275b0e4d-a5db-49ab-a716-cd81dac40493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-275b0e4d-a5db-49ab-a716-cd81dac40493.shg-box.shg-c {
  justify-content: center;
}

#s-af078cac-8321-44c0-a705-7b7d971800ee {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-af078cac-8321-44c0-a705-7b7d971800ee {
  display: none;
}
#s-af078cac-8321-44c0-a705-7b7d971800ee, #wrap-s-af078cac-8321-44c0-a705-7b7d971800ee, #wrap-content-s-af078cac-8321-44c0-a705-7b7d971800ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af078cac-8321-44c0-a705-7b7d971800ee {
  display: none;
}
#s-af078cac-8321-44c0-a705-7b7d971800ee, #wrap-s-af078cac-8321-44c0-a705-7b7d971800ee, #wrap-content-s-af078cac-8321-44c0-a705-7b7d971800ee { display: none !important; }}
#s-af078cac-8321-44c0-a705-7b7d971800ee .shogun-heading-component h1 {
  color: rgba(31, 74, 69, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 1200px){#s-a8d109af-c950-4daf-8cc2-c79083c919f0 {
  display: none;
}
#s-a8d109af-c950-4daf-8cc2-c79083c919f0, #wrap-s-a8d109af-c950-4daf-8cc2-c79083c919f0, #wrap-content-s-a8d109af-c950-4daf-8cc2-c79083c919f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8d109af-c950-4daf-8cc2-c79083c919f0 {
  display: none;
}
#s-a8d109af-c950-4daf-8cc2-c79083c919f0, #wrap-s-a8d109af-c950-4daf-8cc2-c79083c919f0, #wrap-content-s-a8d109af-c950-4daf-8cc2-c79083c919f0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a8d109af-c950-4daf-8cc2-c79083c919f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a8d109af-c950-4daf-8cc2-c79083c919f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d109af-c950-4daf-8cc2-c79083c919f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d109af-c950-4daf-8cc2-c79083c919f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d74a2b59-1ec6-4f7d-9b42-1dd952c310bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d74a2b59-1ec6-4f7d-9b42-1dd952c310bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  
}



#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  text-align: center;
}
@media (min-width: 1200px){#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  
}
}
#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
    
    
    
    
  }


.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
  box-sizing: border-box;
}



.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
    
    
    
    
  }


.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
  box-sizing: border-box;
}



.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
    
    
    
    
  }


.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
  box-sizing: border-box;
}



.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
    
    
    
    
  }


.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
  box-sizing: border-box;
}



.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf26d453-a34b-4d8a-85f5-04fb1679e010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
    
    
    
    
  }


.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf26d453-a34b-4d8a-85f5-04fb1679e010.shogun-image {
  box-sizing: border-box;
}



.s-bf26d453-a34b-4d8a-85f5-04fb1679e010 img.shogun-image {
  
}


}
#s-11ac96f0-7303-4aa5-b1b3-612da47e3550 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11ac96f0-7303-4aa5-b1b3-612da47e3550 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  text-align: center;
}
@media (min-width: 1200px){#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  
}
}
#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  margin: 0 !important;
  overflow: visible;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add background color handling */
  
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
    
    
    
    
  }


.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
  box-sizing: border-box;
}



.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  margin: 0 !important;
  overflow: visible;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add background color handling */
  
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
    
    
    
    
  }


.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
  box-sizing: border-box;
}



.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  margin: 0 !important;
  overflow: visible;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add background color handling */
  
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
    
    
    
    
  }


.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
  box-sizing: border-box;
}



.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  margin: 0 !important;
  overflow: visible;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add background color handling */
  
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
    
    
    
    
  }


.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
  box-sizing: border-box;
}



.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  margin: 0 !important;
  overflow: visible;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add background color handling */
  
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
    
    
    
    
  }


.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861.shogun-image {
  box-sizing: border-box;
}



.s-0faf9f6e-c39c-47e5-b96d-9ebce2a0e861 img.shogun-image {
  
}


}
#s-79b32039-400a-4204-ab09-6200a4609fe9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79b32039-400a-4204-ab09-6200a4609fe9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  text-align: center;
}
@media (min-width: 1200px){#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  
}
}
#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
    
    
    
    
  }


.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
    
    
    
    
  }


.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
    
    
    
    
  }


.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
    
    
    
    
  }


.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
    
    
    
    
  }


.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9fd54a0e-e195-4b67-a40b-f2c730fb8bf9 img.shogun-image {
  
}


}
#s-37fa4cb1-9bb6-4fea-a218-9048fdc964fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37fa4cb1-9bb6-4fea-a218-9048fdc964fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  
}



#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  text-align: center;
}
@media (min-width: 1200px){#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  
}
}
#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  margin: 0 !important;
  overflow: visible;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add background color handling */
  
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
    
    
    
    
  }


.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
  box-sizing: border-box;
}



.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  margin: 0 !important;
  overflow: visible;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add background color handling */
  
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
    
    
    
    
  }


.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
  box-sizing: border-box;
}



.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  margin: 0 !important;
  overflow: visible;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add background color handling */
  
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
    
    
    
    
  }


.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
  box-sizing: border-box;
}



.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  margin: 0 !important;
  overflow: visible;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add background color handling */
  
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
    
    
    
    
  }


.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
  box-sizing: border-box;
}



.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  margin: 0 !important;
  overflow: visible;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add background color handling */
  
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
    
    
    
    
  }


.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862.shogun-image {
  box-sizing: border-box;
}



.s-f68bfcfe-a9f3-42e7-8b6b-6e2149749862 img.shogun-image {
  
}


}
#s-c2e15986-4183-477a-9727-70313e0c2718 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2e15986-4183-477a-9727-70313e0c2718 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  text-align: center;
}
@media (min-width: 1200px){#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  
}
}
#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
    
    
    
    
  }


.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
  box-sizing: border-box;
}



.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
    
    
    
    
  }


.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
  box-sizing: border-box;
}



.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
    
    
    
    
  }


.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
  box-sizing: border-box;
}



.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
    
    
    
    
  }


.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
  box-sizing: border-box;
}



.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab9a72-d4a0-4f0b-833d-92deedd00835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
    
    
    
    
  }


.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab9a72-d4a0-4f0b-833d-92deedd00835.shogun-image {
  box-sizing: border-box;
}



.s-2aab9a72-d4a0-4f0b-833d-92deedd00835 img.shogun-image {
  
}


}
#s-79832f8d-1aab-4d66-98e9-67ab86949030 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79832f8d-1aab-4d66-98e9-67ab86949030 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  text-align: center;
}
@media (min-width: 1200px){#s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  
}
}
#s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
    
    
    
    
  }


.s-9c90c6dd-1bbb-4470-b310-291942f05f09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
  box-sizing: border-box;
}



.s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
    
    
    
    
  }


.s-9c90c6dd-1bbb-4470-b310-291942f05f09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
  box-sizing: border-box;
}



.s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
    
    
    
    
  }


.s-9c90c6dd-1bbb-4470-b310-291942f05f09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
  box-sizing: border-box;
}



.s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
    
    
    
    
  }


.s-9c90c6dd-1bbb-4470-b310-291942f05f09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
  box-sizing: border-box;
}



.s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c90c6dd-1bbb-4470-b310-291942f05f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
    
    
    
    
  }


.s-9c90c6dd-1bbb-4470-b310-291942f05f09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c90c6dd-1bbb-4470-b310-291942f05f09.shogun-image {
  box-sizing: border-box;
}



.s-9c90c6dd-1bbb-4470-b310-291942f05f09 img.shogun-image {
  
}


}
@media (min-width: 1200px){#s-2b43315b-7306-4168-a2d0-1a51cf449263 {
  display: none;
}
#s-2b43315b-7306-4168-a2d0-1a51cf449263, #wrap-s-2b43315b-7306-4168-a2d0-1a51cf449263, #wrap-content-s-2b43315b-7306-4168-a2d0-1a51cf449263 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b43315b-7306-4168-a2d0-1a51cf449263 {
  display: none;
}
#s-2b43315b-7306-4168-a2d0-1a51cf449263, #wrap-s-2b43315b-7306-4168-a2d0-1a51cf449263, #wrap-content-s-2b43315b-7306-4168-a2d0-1a51cf449263 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2b43315b-7306-4168-a2d0-1a51cf449263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b43315b-7306-4168-a2d0-1a51cf449263"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b43315b-7306-4168-a2d0-1a51cf449263"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b43315b-7306-4168-a2d0-1a51cf449263"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4 {
  display: none;
}
#s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4, #wrap-s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4, #wrap-content-s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4 { display: none !important; }}@media (max-width: 767px){#s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4 {
  display: none;
}
#s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4, #wrap-s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4, #wrap-content-s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4 { display: none !important; }}
#s-b8ee08c2-f759-47ab-ab7a-a0c6226a3aa4 .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f {
  display: none;
}
#s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f, #wrap-s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f, #wrap-content-s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f { display: none !important; }}@media (max-width: 767px){#s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f {
  display: none;
}
#s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f, #wrap-s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f, #wrap-content-s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f { display: none !important; }}
#s-3b0de3e5-b50f-4ff5-af52-bd2528c5c21f .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e3163439-f6db-4506-b4bc-b02a7a9a7901 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(25, 136, 117, 1);
}
@media (min-width: 1200px){#s-e3163439-f6db-4506-b4bc-b02a7a9a7901 {
  display: none;
}
#s-e3163439-f6db-4506-b4bc-b02a7a9a7901, #wrap-s-e3163439-f6db-4506-b4bc-b02a7a9a7901, #wrap-content-s-e3163439-f6db-4506-b4bc-b02a7a9a7901 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3163439-f6db-4506-b4bc-b02a7a9a7901 {
  display: none;
}
#s-e3163439-f6db-4506-b4bc-b02a7a9a7901, #wrap-s-e3163439-f6db-4506-b4bc-b02a7a9a7901, #wrap-content-s-e3163439-f6db-4506-b4bc-b02a7a9a7901 { display: none !important; }}
#s-e3163439-f6db-4506-b4bc-b02a7a9a7901 .shogun-heading-component h1 {
  color: rgba(255, 247, 235, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  text-align: center;
}
@media (min-width: 1200px){#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  display: none;
}
#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a, #wrap-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a, #wrap-content-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  display: none;
}
#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a, #wrap-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a, #wrap-content-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a { display: none !important; }}
#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
    
    
    
    
  }


.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
  box-sizing: border-box;
}



.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  
}


@media (min-width: 1200px){#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
    
    
    
    
  }


.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
  box-sizing: border-box;
}



.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
    
    
    
    
  }


.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
  box-sizing: border-box;
}



.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
    
    
    
    
  }


.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
  box-sizing: border-box;
}



.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  
}


}@media (max-width: 767px){#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
    
    
    
    
  }


.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a.shogun-image {
  box-sizing: border-box;
}



.s-a905e387-cbb4-4f2f-8f49-fa9eb9bb2b7a img.shogun-image {
  
}


}
#s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  text-align: center;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
    
    
    
    
  }


.s-ce03b156-797e-47c5-987a-e30b99527dc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
  box-sizing: border-box;
}



.s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
    
    
    
    
  }


.s-ce03b156-797e-47c5-987a-e30b99527dc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
  box-sizing: border-box;
}



.s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
    
    
    
    
  }


.s-ce03b156-797e-47c5-987a-e30b99527dc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
  box-sizing: border-box;
}



.s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
    
    
    
    
  }


.s-ce03b156-797e-47c5-987a-e30b99527dc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
  box-sizing: border-box;
}



.s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce03b156-797e-47c5-987a-e30b99527dc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
    
    
    
    
  }


.s-ce03b156-797e-47c5-987a-e30b99527dc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce03b156-797e-47c5-987a-e30b99527dc6.shogun-image {
  box-sizing: border-box;
}



.s-ce03b156-797e-47c5-987a-e30b99527dc6 img.shogun-image {
  
}


}
#s-f45e767a-8b00-4a20-b840-63097c7d03dd {
  min-height: 50px;
background-color: rgba(25, 136, 117, 1);
}
@media (min-width: 1200px){#s-f45e767a-8b00-4a20-b840-63097c7d03dd {
  display: none;
}
#s-f45e767a-8b00-4a20-b840-63097c7d03dd, #wrap-s-f45e767a-8b00-4a20-b840-63097c7d03dd, #wrap-content-s-f45e767a-8b00-4a20-b840-63097c7d03dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f45e767a-8b00-4a20-b840-63097c7d03dd {
  display: none;
}
#s-f45e767a-8b00-4a20-b840-63097c7d03dd, #wrap-s-f45e767a-8b00-4a20-b840-63097c7d03dd, #wrap-content-s-f45e767a-8b00-4a20-b840-63097c7d03dd { display: none !important; }}







#s-f45e767a-8b00-4a20-b840-63097c7d03dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f45e767a-8b00-4a20-b840-63097c7d03dd.shg-box.shg-c {
  justify-content: center;
}

#s-6840edf6-a33f-4270-b83f-cf17d3999a83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6840edf6-a33f-4270-b83f-cf17d3999a83 {
  display: none;
}
#s-6840edf6-a33f-4270-b83f-cf17d3999a83, #wrap-s-6840edf6-a33f-4270-b83f-cf17d3999a83, #wrap-content-s-6840edf6-a33f-4270-b83f-cf17d3999a83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6840edf6-a33f-4270-b83f-cf17d3999a83 {
  display: none;
}
#s-6840edf6-a33f-4270-b83f-cf17d3999a83, #wrap-s-6840edf6-a33f-4270-b83f-cf17d3999a83, #wrap-content-s-6840edf6-a33f-4270-b83f-cf17d3999a83 { display: none !important; }}
#s-6840edf6-a33f-4270-b83f-cf17d3999a83 .shogun-heading-component h1 {
  color: rgba(255, 247, 235, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  text-align: center;
}
@media (min-width: 1200px){#s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  display: none;
}
#s-aceeee9b-178e-41f4-9b56-207ba9826f6d, #wrap-s-aceeee9b-178e-41f4-9b56-207ba9826f6d, #wrap-content-s-aceeee9b-178e-41f4-9b56-207ba9826f6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  display: none;
}
#s-aceeee9b-178e-41f4-9b56-207ba9826f6d, #wrap-s-aceeee9b-178e-41f4-9b56-207ba9826f6d, #wrap-content-s-aceeee9b-178e-41f4-9b56-207ba9826f6d { display: none !important; }}
#s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  margin: 0 !important;
  overflow: visible;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add background color handling */
  
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
    
    
    
    
  }


.s-aceeee9b-178e-41f4-9b56-207ba9826f6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
  box-sizing: border-box;
}



.s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  
}


@media (min-width: 1200px){#s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  margin: 0 !important;
  overflow: visible;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add background color handling */
  
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
    
    
    
    
  }


.s-aceeee9b-178e-41f4-9b56-207ba9826f6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
  box-sizing: border-box;
}



.s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  margin: 0 !important;
  overflow: visible;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add background color handling */
  
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
    
    
    
    
  }


.s-aceeee9b-178e-41f4-9b56-207ba9826f6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
  box-sizing: border-box;
}



.s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  margin: 0 !important;
  overflow: visible;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add background color handling */
  
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
    
    
    
    
  }


.s-aceeee9b-178e-41f4-9b56-207ba9826f6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
  box-sizing: border-box;
}



.s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  
}


}@media (max-width: 767px){#s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  margin: 0 !important;
  overflow: visible;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aceeee9b-178e-41f4-9b56-207ba9826f6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add background color handling */
  
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
    
    
    
    
  }


.s-aceeee9b-178e-41f4-9b56-207ba9826f6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aceeee9b-178e-41f4-9b56-207ba9826f6d.shogun-image {
  box-sizing: border-box;
}



.s-aceeee9b-178e-41f4-9b56-207ba9826f6d img.shogun-image {
  
}


}
@media (min-width: 1200px){#s-ef894405-a36c-4e29-a40c-91e55912310b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef894405-a36c-4e29-a40c-91e55912310b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef894405-a36c-4e29-a40c-91e55912310b {
  display: none;
}
#s-ef894405-a36c-4e29-a40c-91e55912310b, #wrap-s-ef894405-a36c-4e29-a40c-91e55912310b, #wrap-content-s-ef894405-a36c-4e29-a40c-91e55912310b { display: none !important; }}@media (max-width: 767px){#s-ef894405-a36c-4e29-a40c-91e55912310b {
  display: none;
}
#s-ef894405-a36c-4e29-a40c-91e55912310b, #wrap-s-ef894405-a36c-4e29-a40c-91e55912310b, #wrap-content-s-ef894405-a36c-4e29-a40c-91e55912310b { display: none !important; }}
@media (min-width: 0px) {
[id="s-ef894405-a36c-4e29-a40c-91e55912310b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef894405-a36c-4e29-a40c-91e55912310b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef894405-a36c-4e29-a40c-91e55912310b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef894405-a36c-4e29-a40c-91e55912310b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  display: none;
}
#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6, #wrap-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6, #wrap-content-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 { display: none !important; }}@media (max-width: 767px){#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  display: none;
}
#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6, #wrap-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6, #wrap-content-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 { display: none !important; }}
#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
    
    
    
    
  }


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
  box-sizing: border-box;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
    
    
    
    
  }


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
  box-sizing: border-box;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
    
    
    
    
  }


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
  box-sizing: border-box;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
    
    
    
    
  }


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
  box-sizing: border-box;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
    
    
    
    
  }


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442d2e15-7945-47d4-a761-85cf7cc2bfa6.shogun-image {
  box-sizing: border-box;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-442d2e15-7945-47d4-a761-85cf7cc2bfa6 img.shogun-image {
  
}


}
#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  display: none;
}
#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c, #wrap-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c, #wrap-content-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c { display: none !important; }}@media (max-width: 767px){#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  display: none;
}
#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c, #wrap-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c, #wrap-content-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c { display: none !important; }}
#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  margin: 0 !important;
  overflow: visible;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add background color handling */
  
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
    
    
    
    
  }


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
  box-sizing: border-box;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  
}


@media (min-width: 1200px){#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  margin: 0 !important;
  overflow: visible;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add background color handling */
  
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
    
    
    
    
  }


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
  box-sizing: border-box;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  margin: 0 !important;
  overflow: visible;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add background color handling */
  
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
    
    
    
    
  }


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
  box-sizing: border-box;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  margin: 0 !important;
  overflow: visible;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add background color handling */
  
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
    
    
    
    
  }


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
  box-sizing: border-box;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  
}


}@media (max-width: 767px){#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  margin: 0 !important;
  overflow: visible;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add background color handling */
  
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
    
    
    
    
  }


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c.shogun-image {
  box-sizing: border-box;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e88b5e35-b6c5-4b9e-8108-cc14e3920e5c img.shogun-image {
  
}


}
#s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  display: none;
}
#s-245da472-4f3e-4e1d-88cc-b36f1116323e, #wrap-s-245da472-4f3e-4e1d-88cc-b36f1116323e, #wrap-content-s-245da472-4f3e-4e1d-88cc-b36f1116323e { display: none !important; }}@media (max-width: 767px){#s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  display: none;
}
#s-245da472-4f3e-4e1d-88cc-b36f1116323e, #wrap-s-245da472-4f3e-4e1d-88cc-b36f1116323e, #wrap-content-s-245da472-4f3e-4e1d-88cc-b36f1116323e { display: none !important; }}
#s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  margin: 0 !important;
  overflow: visible;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add background color handling */
  
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
    
    
    
    
  }


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shogun-image-content {
  
    justify-content: center;
  
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
  box-sizing: border-box;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  
}


@media (min-width: 1200px){#s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  margin: 0 !important;
  overflow: visible;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add background color handling */
  
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
    
    
    
    
  }


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shogun-image-content {
  
    justify-content: center;
  
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
  box-sizing: border-box;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  margin: 0 !important;
  overflow: visible;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add background color handling */
  
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
    
    
    
    
  }


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shogun-image-content {
  
    justify-content: center;
  
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
  box-sizing: border-box;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  margin: 0 !important;
  overflow: visible;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add background color handling */
  
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
    
    
    
    
  }


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shogun-image-content {
  
    justify-content: center;
  
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
  box-sizing: border-box;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  
}


}@media (max-width: 767px){#s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  margin: 0 !important;
  overflow: visible;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-245da472-4f3e-4e1d-88cc-b36f1116323e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add background color handling */
  
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
    
    
    
    
  }


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shogun-image-content {
  
    justify-content: center;
  
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245da472-4f3e-4e1d-88cc-b36f1116323e.shogun-image {
  box-sizing: border-box;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-245da472-4f3e-4e1d-88cc-b36f1116323e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-245da472-4f3e-4e1d-88cc-b36f1116323e img.shogun-image {
  
}


}
#s-34924df2-ae3a-4f57-bbfb-19a5552379e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-34924df2-ae3a-4f57-bbfb-19a5552379e0 {
  display: none;
}
#s-34924df2-ae3a-4f57-bbfb-19a5552379e0, #wrap-s-34924df2-ae3a-4f57-bbfb-19a5552379e0, #wrap-content-s-34924df2-ae3a-4f57-bbfb-19a5552379e0 { display: none !important; }}@media (max-width: 767px){#s-34924df2-ae3a-4f57-bbfb-19a5552379e0 {
  display: none;
}
#s-34924df2-ae3a-4f57-bbfb-19a5552379e0, #wrap-s-34924df2-ae3a-4f57-bbfb-19a5552379e0, #wrap-content-s-34924df2-ae3a-4f57-bbfb-19a5552379e0 { display: none !important; }}
#s-34924df2-ae3a-4f57-bbfb-19a5552379e0 .shogun-heading-component h2 {
  color: rgba(74, 29, 13, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-302d6666-df05-4885-a730-89e0ee2f2241 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 131, 105, 1);
}
@media (min-width: 1200px){#s-302d6666-df05-4885-a730-89e0ee2f2241 {
  display: none;
}
#s-302d6666-df05-4885-a730-89e0ee2f2241, #wrap-s-302d6666-df05-4885-a730-89e0ee2f2241, #wrap-content-s-302d6666-df05-4885-a730-89e0ee2f2241 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-302d6666-df05-4885-a730-89e0ee2f2241 {
  display: none;
}
#s-302d6666-df05-4885-a730-89e0ee2f2241, #wrap-s-302d6666-df05-4885-a730-89e0ee2f2241, #wrap-content-s-302d6666-df05-4885-a730-89e0ee2f2241 { display: none !important; }}
#s-302d6666-df05-4885-a730-89e0ee2f2241 .shogun-heading-component h2 {
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-63bf087f-7ffd-4050-aff9-d200e81fadd4 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-63bf087f-7ffd-4050-aff9-d200e81fadd4 {
  display: none;
}
#s-63bf087f-7ffd-4050-aff9-d200e81fadd4, #wrap-s-63bf087f-7ffd-4050-aff9-d200e81fadd4, #wrap-content-s-63bf087f-7ffd-4050-aff9-d200e81fadd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63bf087f-7ffd-4050-aff9-d200e81fadd4 {
  display: none;
}
#s-63bf087f-7ffd-4050-aff9-d200e81fadd4, #wrap-s-63bf087f-7ffd-4050-aff9-d200e81fadd4, #wrap-content-s-63bf087f-7ffd-4050-aff9-d200e81fadd4 { display: none !important; }}
#s-63bf087f-7ffd-4050-aff9-d200e81fadd4 .shogun-heading-component h2 {
  color: rgba(31, 74, 69, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf {
  display: none;
}
#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf, #wrap-s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf, #wrap-content-s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf {
  display: none;
}
#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf, #wrap-s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf, #wrap-content-s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf {
  display: none;
}
#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf, #wrap-s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf, #wrap-content-s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf { display: none !important; }}@media (max-width: 767px){#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf {
  display: none;
}
#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf, #wrap-s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf, #wrap-content-s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf { display: none !important; }}







#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79a640d0-eefd-4e17-8ceb-bc8c28220bcf.shg-box.shg-c {
  justify-content: center;
}

#s-8ed70e1d-5117-40dd-912d-216333490df4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8ed70e1d-5117-40dd-912d-216333490df4 {
  display: none;
}
#s-8ed70e1d-5117-40dd-912d-216333490df4, #wrap-s-8ed70e1d-5117-40dd-912d-216333490df4, #wrap-content-s-8ed70e1d-5117-40dd-912d-216333490df4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ed70e1d-5117-40dd-912d-216333490df4 {
  display: none;
}
#s-8ed70e1d-5117-40dd-912d-216333490df4, #wrap-s-8ed70e1d-5117-40dd-912d-216333490df4, #wrap-content-s-8ed70e1d-5117-40dd-912d-216333490df4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ed70e1d-5117-40dd-912d-216333490df4 {
  display: none;
}
#s-8ed70e1d-5117-40dd-912d-216333490df4, #wrap-s-8ed70e1d-5117-40dd-912d-216333490df4, #wrap-content-s-8ed70e1d-5117-40dd-912d-216333490df4 { display: none !important; }}@media (max-width: 767px){#s-8ed70e1d-5117-40dd-912d-216333490df4 {
  display: none;
}
#s-8ed70e1d-5117-40dd-912d-216333490df4, #wrap-s-8ed70e1d-5117-40dd-912d-216333490df4, #wrap-content-s-8ed70e1d-5117-40dd-912d-216333490df4 { display: none !important; }}







#s-8ed70e1d-5117-40dd-912d-216333490df4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ed70e1d-5117-40dd-912d-216333490df4.shg-box.shg-c {
  justify-content: center;
}

#s-6b40f68c-7d84-4be8-8aa6-3fd134cc71ee {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b40f68c-7d84-4be8-8aa6-3fd134cc71ee .shogun-heading-component h1 {
  color: rgba(163, 11, 11, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 {
  margin-left: auto;
margin-right: auto;
}

#s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 > .swiper-button-prev,
#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 > .swiper-button-next {
  
}

#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 > .swiper-button-prev svg,
#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-bae5dba0-e55d-42ea-84d0-82d34bcdf961 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-fe945134-4546-411b-be82-ecf02292523f {
  margin-left: auto;
margin-right: auto;
}

#s-54215740-2fa0-48af-b171-4390f9970ec7 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-54215740-2fa0-48af-b171-4390f9970ec7 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ca2535-5e2a-4f4d-86a1-a5a4dffd1d92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8ad3c74d-3d9e-45d1-b6ef-9813d3a13870 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ad3c74d-3d9e-45d1-b6ef-9813d3a13870 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-3d82b1c6-c1db-4c5e-8b89-02f085a1b6ee {
  text-align: center;
}

#s-3d82b1c6-c1db-4c5e-8b89-02f085a1b6ee .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3d82b1c6-c1db-4c5e-8b89-02f085a1b6ee .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3d82b1c6-c1db-4c5e-8b89-02f085a1b6ee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6 {
  box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(163, 11, 11, 1);
border-radius: 40px;
max-width: 250px;
background-color: rgba(163, 11, 11, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
background-image: none;
hover-type: color;
}
#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(163, 11, 11, 1) !important;
border-radius: 40px !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(163, 11, 11, 1) !important;}#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(163, 11, 11, 1) !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(163, 11, 11, 1) !important;}

  #s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6-atc-btn-wrapper {
    text-align: center;
  }


#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


@media (min-width: 1200px){
  #s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6-atc-btn-wrapper {
    text-align: center;
  }


#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6-atc-btn-wrapper {
    text-align: center;
  }


#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6-atc-btn-wrapper {
    text-align: center;
  }


#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (max-width: 767px){
  #s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6-atc-btn-wrapper {
    text-align: center;
  }


#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cab4cc5d-9f4a-467a-8bb2-ed80f6f6e2e6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}
#s-1b7ba009-29e9-41ac-b5e5-eddb7d7de369 {
  margin-left: auto;
margin-right: auto;
}

#s-d69f2ff7-6830-4147-8c44-d9605ca0e4ec {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-d69f2ff7-6830-4147-8c44-d9605ca0e4ec .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c63607e5-be70-445f-a4d6-b29a221c88e3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c63607e5-be70-445f-a4d6-b29a221c88e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-278d518b-f2b2-4d86-8d7b-8a1f3a10d706 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-278d518b-f2b2-4d86-8d7b-8a1f3a10d706 .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-c3af487e-451e-436e-bf90-5940d53b065c {
  text-align: center;
}

#s-c3af487e-451e-436e-bf90-5940d53b065c .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c3af487e-451e-436e-bf90-5940d53b065c .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c3af487e-451e-436e-bf90-5940d53b065c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726 {
  box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(163, 11, 11, 1);
border-radius: 40px;
max-width: 250px;
background-color: rgba(163, 11, 11, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
background-image: none;
hover-type: color;
}
#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(163, 11, 11, 1) !important;
border-radius: 40px !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(163, 11, 11, 1) !important;}#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(163, 11, 11, 1) !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(163, 11, 11, 1) !important;}

  #s-f19dcbdd-7494-4c6f-a022-e1cb392d3726-atc-btn-wrapper {
    text-align: center;
  }


#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


@media (min-width: 1200px){
  #s-f19dcbdd-7494-4c6f-a022-e1cb392d3726-atc-btn-wrapper {
    text-align: center;
  }


#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f19dcbdd-7494-4c6f-a022-e1cb392d3726-atc-btn-wrapper {
    text-align: center;
  }


#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f19dcbdd-7494-4c6f-a022-e1cb392d3726-atc-btn-wrapper {
    text-align: center;
  }


#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (max-width: 767px){
  #s-f19dcbdd-7494-4c6f-a022-e1cb392d3726-atc-btn-wrapper {
    text-align: center;
  }


#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f19dcbdd-7494-4c6f-a022-e1cb392d3726.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}
#s-8f790e7e-c9bb-48c0-acc2-63f9ea09eb6b {
  margin-left: auto;
margin-right: auto;
}

#s-fee41eb6-d6e2-4f69-ac17-b3b7864e4cea {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-fee41eb6-d6e2-4f69-ac17-b3b7864e4cea .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8b7d0097-4f5b-43c9-8512-3502044a3255 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7d0097-4f5b-43c9-8512-3502044a3255 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-509e724d-07ea-4200-bbb3-e05d9469394a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-509e724d-07ea-4200-bbb3-e05d9469394a .shg-product-title-component h3 span {
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
  
}

#s-638a2160-1ca1-460c-a707-cd01f59ee4e7 {
  text-align: center;
}

#s-638a2160-1ca1-460c-a707-cd01f59ee4e7 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-638a2160-1ca1-460c-a707-cd01f59ee4e7 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-638a2160-1ca1-460c-a707-cd01f59ee4e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1 {
  box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(163, 11, 11, 1);
border-radius: 40px;
max-width: 250px;
background-color: rgba(163, 11, 11, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
background-image: none;
hover-type: color;
}
#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(163, 11, 11, 1) !important;
border-radius: 40px !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(163, 11, 11, 1) !important;}#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(163, 11, 11, 1) !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(163, 11, 11, 1) !important;}

  #s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


@media (min-width: 1200px){
  #s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (max-width: 767px){
  #s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7f0a63f-7129-410e-a9b7-1bffdbe8d9c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}
#s-32c9932d-ae55-4a1d-96d3-b6e31b459651 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32c9932d-ae55-4a1d-96d3-b6e31b459651 {
  display: none;
}
#s-32c9932d-ae55-4a1d-96d3-b6e31b459651, #wrap-s-32c9932d-ae55-4a1d-96d3-b6e31b459651, #wrap-content-s-32c9932d-ae55-4a1d-96d3-b6e31b459651 { display: none !important; }}@media (max-width: 767px){#s-32c9932d-ae55-4a1d-96d3-b6e31b459651 {
  display: none;
}
#s-32c9932d-ae55-4a1d-96d3-b6e31b459651, #wrap-s-32c9932d-ae55-4a1d-96d3-b6e31b459651, #wrap-content-s-32c9932d-ae55-4a1d-96d3-b6e31b459651 { display: none !important; }}







#s-32c9932d-ae55-4a1d-96d3-b6e31b459651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32c9932d-ae55-4a1d-96d3-b6e31b459651.shg-box.shg-c {
  justify-content: center;
}

#s-5a7287f1-83b3-482e-a1c5-8d2da0cb3d67 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5a7287f1-83b3-482e-a1c5-8d2da0cb3d67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a7287f1-83b3-482e-a1c5-8d2da0cb3d67.shg-box.shg-c {
  justify-content: center;
}

#s-b2c25ea5-6687-4759-8de0-449b8b01af60 {
  background-size: 0px 0px;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
line-height: 1.5em;
letter-spacing: 0px;
}
#s-b2c25ea5-6687-4759-8de0-449b8b01af60:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-b2c25ea5-6687-4759-8de0-449b8b01af60:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTI5ZjgxNGYtOWQwNy00ZmE2LWE0YjMtNTE2YmI3NGUwZGRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMjlmODE0Zi05ZDA3LTRmYTYtYTRiMy01MTZiYjc0ZTBkZGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}@media (min-width: 1200px){#s-b2c25ea5-6687-4759-8de0-449b8b01af60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2c25ea5-6687-4759-8de0-449b8b01af60 {
  
}
}@media (max-width: 767px){#s-b2c25ea5-6687-4759-8de0-449b8b01af60 {
  margin-left: 0%;
margin-right: 0%;
}
#s-b2c25ea5-6687-4759-8de0-449b8b01af60:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTA3Y2Y5NzAtOTU3NC00NjFiLTg3NGYtNTIxNzkzM2E4NzhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDdjZjk3MC05NTc0LTQ2MWItODc0Zi01MjE3OTMzYTg3OGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-b2c25ea5-6687-4759-8de0-449b8b01af60-root {
    text-align: center;
  }


#s-b2c25ea5-6687-4759-8de0-449b8b01af60.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2c25ea5-6687-4759-8de0-449b8b01af60-root {
    text-align: center;
  }


#s-b2c25ea5-6687-4759-8de0-449b8b01af60.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2c25ea5-6687-4759-8de0-449b8b01af60-root {
    text-align: center;
  }


#s-b2c25ea5-6687-4759-8de0-449b8b01af60.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2c25ea5-6687-4759-8de0-449b8b01af60-root {
    text-align: center;
  }


#s-b2c25ea5-6687-4759-8de0-449b8b01af60.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2c25ea5-6687-4759-8de0-449b8b01af60-root {
    text-align: center;
  }


#s-b2c25ea5-6687-4759-8de0-449b8b01af60.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  max-width: 2160px;
aspect-ratio: 2160/1382;
text-align: center;
}
@media (min-width: 1200px){#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  display: none;
}
#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f, #wrap-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f, #wrap-content-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f { display: none !important; }}@media (max-width: 767px){#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  display: none;
}
#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f, #wrap-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f, #wrap-content-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f { display: none !important; }}
#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }

    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-link {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
  box-sizing: border-box;
}



.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
      --shg-aspect-ratio: calc(2160/1382); 
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
      position: relative;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }

    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-link {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
  box-sizing: border-box;
}



.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
      --shg-aspect-ratio: calc(2160/1382); 
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
      position: relative;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }

    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-link {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
  box-sizing: border-box;
}



.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
      --shg-aspect-ratio: calc(2160/1382); 
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
      position: relative;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }

    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-link {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
  box-sizing: border-box;
}



.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
      --shg-aspect-ratio: calc(2160/1382); 
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
      position: relative;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }

    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-link {
      aspect-ratio: 2160/1382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image {
  box-sizing: border-box;
}



.s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f {
      --shg-aspect-ratio: calc(2160/1382); 
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container {
      position: relative;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb4dc78-b051-435f-99a2-92ef4a92e28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  margin-left: auto;
margin-right: auto;
max-width: 2162px;
aspect-ratio: 2162/1235;
text-align: center;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }

    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-link {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2162px;
  }



  img.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
    
    
    
    max-height: 2162px;
  }


.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
  box-sizing: border-box;
}



.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
      --shg-aspect-ratio: calc(2162/1235); 
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
      position: relative;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2162px;
    }
  }

@media (min-width: 1200px){#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }

    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-link {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2162px;
  }



  img.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
    
    
    
    max-height: 2162px;
  }


.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
  box-sizing: border-box;
}



.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
      --shg-aspect-ratio: calc(2162/1235); 
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
      position: relative;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2162px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }

    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-link {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2162px;
  }



  img.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
    
    
    
    max-height: 2162px;
  }


.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
  box-sizing: border-box;
}



.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
      --shg-aspect-ratio: calc(2162/1235); 
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
      position: relative;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2162px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }

    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-link {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2162px;
  }



  img.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
    
    
    
    max-height: 2162px;
  }


.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
  box-sizing: border-box;
}



.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
      --shg-aspect-ratio: calc(2162/1235); 
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
      position: relative;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2162px;
    }
  }

}@media (max-width: 767px){#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }

    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-link {
      aspect-ratio: 2162/1235;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2162px;
  }



  img.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
    
    
    
    max-height: 2162px;
  }


.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image {
  box-sizing: border-box;
}



.s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 {
      --shg-aspect-ratio: calc(2162/1235); 
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container {
      position: relative;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa350b28-6faa-43e5-b785-b7c65b07f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2162px;
    }
  }

}
#s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/1237;
text-align: center;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  margin: 0 !important;
  overflow: visible;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add background color handling */
  
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }

    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-link {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
  box-sizing: border-box;
}



.s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28f3406c-c3d7-4531-8474-7899a22ea915 {
      --shg-aspect-ratio: calc(2160/1237); 
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
      position: relative;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  margin: 0 !important;
  overflow: visible;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add background color handling */
  
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }

    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-link {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
  box-sizing: border-box;
}



.s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28f3406c-c3d7-4531-8474-7899a22ea915 {
      --shg-aspect-ratio: calc(2160/1237); 
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
      position: relative;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  margin: 0 !important;
  overflow: visible;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add background color handling */
  
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }

    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-link {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
  box-sizing: border-box;
}



.s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28f3406c-c3d7-4531-8474-7899a22ea915 {
      --shg-aspect-ratio: calc(2160/1237); 
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
      position: relative;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  margin: 0 !important;
  overflow: visible;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add background color handling */
  
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }

    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-link {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
  box-sizing: border-box;
}



.s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28f3406c-c3d7-4531-8474-7899a22ea915 {
      --shg-aspect-ratio: calc(2160/1237); 
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
      position: relative;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  margin: 0 !important;
  overflow: visible;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28f3406c-c3d7-4531-8474-7899a22ea915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add background color handling */
  
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }

    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-link {
      aspect-ratio: 2160/1237;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28f3406c-c3d7-4531-8474-7899a22ea915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-28f3406c-c3d7-4531-8474-7899a22ea915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image {
  box-sizing: border-box;
}



.s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28f3406c-c3d7-4531-8474-7899a22ea915 {
      --shg-aspect-ratio: calc(2160/1237); 
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container {
      position: relative;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f3406c-c3d7-4531-8474-7899a22ea915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-eed38468-0555-455f-8306-cb016967a9c7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-eed38468-0555-455f-8306-cb016967a9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed38468-0555-455f-8306-cb016967a9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
    
    
    
    
  }


.s-eed38468-0555-455f-8306-cb016967a9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
  box-sizing: border-box;
}



.s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-eed38468-0555-455f-8306-cb016967a9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed38468-0555-455f-8306-cb016967a9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
    
    
    
    
  }


.s-eed38468-0555-455f-8306-cb016967a9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
  box-sizing: border-box;
}



.s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eed38468-0555-455f-8306-cb016967a9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed38468-0555-455f-8306-cb016967a9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
    
    
    
    
  }


.s-eed38468-0555-455f-8306-cb016967a9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
  box-sizing: border-box;
}



.s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eed38468-0555-455f-8306-cb016967a9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed38468-0555-455f-8306-cb016967a9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
    
    
    
    
  }


.s-eed38468-0555-455f-8306-cb016967a9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
  box-sizing: border-box;
}



.s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-eed38468-0555-455f-8306-cb016967a9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed38468-0555-455f-8306-cb016967a9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed38468-0555-455f-8306-cb016967a9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
    
    
    
    
  }


.s-eed38468-0555-455f-8306-cb016967a9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed38468-0555-455f-8306-cb016967a9c7.shogun-image {
  box-sizing: border-box;
}



.s-eed38468-0555-455f-8306-cb016967a9c7 img.shogun-image {
  
}


}
#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  max-width: 2160px;
aspect-ratio: 2160/1306;
text-align: center;
}
@media (min-width: 1200px){#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  display: none;
}
#s-26d6c287-ce8f-42b6-a925-43723e61c514, #wrap-s-26d6c287-ce8f-42b6-a925-43723e61c514, #wrap-content-s-26d6c287-ce8f-42b6-a925-43723e61c514 { display: none !important; }}@media (max-width: 767px){#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  display: none;
}
#s-26d6c287-ce8f-42b6-a925-43723e61c514, #wrap-s-26d6c287-ce8f-42b6-a925-43723e61c514, #wrap-content-s-26d6c287-ce8f-42b6-a925-43723e61c514 { display: none !important; }}
#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  margin: 0 !important;
  overflow: visible;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add background color handling */
  
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }

    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-link {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
  box-sizing: border-box;
}



.s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26d6c287-ce8f-42b6-a925-43723e61c514 {
      --shg-aspect-ratio: calc(2160/1306); 
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
      position: relative;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  margin: 0 !important;
  overflow: visible;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add background color handling */
  
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }

    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-link {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
  box-sizing: border-box;
}



.s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26d6c287-ce8f-42b6-a925-43723e61c514 {
      --shg-aspect-ratio: calc(2160/1306); 
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
      position: relative;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  margin: 0 !important;
  overflow: visible;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add background color handling */
  
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }

    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-link {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
  box-sizing: border-box;
}



.s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26d6c287-ce8f-42b6-a925-43723e61c514 {
      --shg-aspect-ratio: calc(2160/1306); 
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
      position: relative;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  margin: 0 !important;
  overflow: visible;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add background color handling */
  
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }

    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-link {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
  box-sizing: border-box;
}



.s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26d6c287-ce8f-42b6-a925-43723e61c514 {
      --shg-aspect-ratio: calc(2160/1306); 
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
      position: relative;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  margin: 0 !important;
  overflow: visible;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d6c287-ce8f-42b6-a925-43723e61c514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add background color handling */
  
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }

    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-link {
      aspect-ratio: 2160/1306;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d6c287-ce8f-42b6-a925-43723e61c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-26d6c287-ce8f-42b6-a925-43723e61c514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image {
  box-sizing: border-box;
}



.s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26d6c287-ce8f-42b6-a925-43723e61c514 {
      --shg-aspect-ratio: calc(2160/1306); 
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container {
      position: relative;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d6c287-ce8f-42b6-a925-43723e61c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-21a5e7c4-3b05-477a-8ee7-df85ffe55ef6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-21a5e7c4-3b05-477a-8ee7-df85ffe55ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21a5e7c4-3b05-477a-8ee7-df85ffe55ef6.shg-box.shg-c {
  justify-content: center;
}

#s-cd4a8fc2-831a-4402-8d2e-616f3ec5ddec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 121, 96, 1);
}








#s-cd4a8fc2-831a-4402-8d2e-616f3ec5ddec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd4a8fc2-831a-4402-8d2e-616f3ec5ddec.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-7ca313c9-85f8-4eab-b004-4ce5b38b8026 {
  margin-left: auto;
margin-right: auto;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/1239;
text-align: center;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }

    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-link {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
  box-sizing: border-box;
}



.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
      --shg-aspect-ratio: calc(2160/1239); 
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
      position: relative;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }

    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-link {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
  box-sizing: border-box;
}



.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
      --shg-aspect-ratio: calc(2160/1239); 
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
      position: relative;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }

    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-link {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
  box-sizing: border-box;
}



.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
      --shg-aspect-ratio: calc(2160/1239); 
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
      position: relative;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }

    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-link {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
  box-sizing: border-box;
}



.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
      --shg-aspect-ratio: calc(2160/1239); 
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
      position: relative;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }

    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-link {
      aspect-ratio: 2160/1239;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image {
  box-sizing: border-box;
}



.s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 {
      --shg-aspect-ratio: calc(2160/1239); 
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container {
      position: relative;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e6c77fe-a519-4a82-b0c9-b6eec7b0c9d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-b0b3f254-7dc5-4961-a3a4-def2c389c330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 121, 96, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b0b3f254-7dc5-4961-a3a4-def2c389c330 {
  display: none;
}
#s-b0b3f254-7dc5-4961-a3a4-def2c389c330, #wrap-s-b0b3f254-7dc5-4961-a3a4-def2c389c330, #wrap-content-s-b0b3f254-7dc5-4961-a3a4-def2c389c330 { display: none !important; }}@media (max-width: 767px){#s-b0b3f254-7dc5-4961-a3a4-def2c389c330 {
  display: none;
}
#s-b0b3f254-7dc5-4961-a3a4-def2c389c330, #wrap-s-b0b3f254-7dc5-4961-a3a4-def2c389c330, #wrap-content-s-b0b3f254-7dc5-4961-a3a4-def2c389c330 { display: none !important; }}
#s-b0b3f254-7dc5-4961-a3a4-def2c389c330 .shogun-heading-component h2 {
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-781b304f-ff80-4b30-9e11-85bdd44a9cf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 121, 96, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-781b304f-ff80-4b30-9e11-85bdd44a9cf2 {
  display: none;
}
#s-781b304f-ff80-4b30-9e11-85bdd44a9cf2, #wrap-s-781b304f-ff80-4b30-9e11-85bdd44a9cf2, #wrap-content-s-781b304f-ff80-4b30-9e11-85bdd44a9cf2 { display: none !important; }}@media (max-width: 767px){#s-781b304f-ff80-4b30-9e11-85bdd44a9cf2 {
  display: none;
}
#s-781b304f-ff80-4b30-9e11-85bdd44a9cf2, #wrap-s-781b304f-ff80-4b30-9e11-85bdd44a9cf2, #wrap-content-s-781b304f-ff80-4b30-9e11-85bdd44a9cf2 { display: none !important; }}
#s-781b304f-ff80-4b30-9e11-85bdd44a9cf2 .shogun-heading-component h1 {
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  max-width: 2160px;
aspect-ratio: 2160/1510;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  display: none;
}
#s-678bf2de-d6b4-488f-a3de-71403e3963e5, #wrap-s-678bf2de-d6b4-488f-a3de-71403e3963e5, #wrap-content-s-678bf2de-d6b4-488f-a3de-71403e3963e5 { display: none !important; }}@media (max-width: 767px){#s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  display: none;
}
#s-678bf2de-d6b4-488f-a3de-71403e3963e5, #wrap-s-678bf2de-d6b4-488f-a3de-71403e3963e5, #wrap-content-s-678bf2de-d6b4-488f-a3de-71403e3963e5 { display: none !important; }}
#s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }

    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-link {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
  box-sizing: border-box;
}



.s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
      --shg-aspect-ratio: calc(2160/1510); 
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
      position: relative;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }

    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-link {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
  box-sizing: border-box;
}



.s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
      --shg-aspect-ratio: calc(2160/1510); 
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
      position: relative;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }

    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-link {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
  box-sizing: border-box;
}



.s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
      --shg-aspect-ratio: calc(2160/1510); 
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
      position: relative;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }

    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-link {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
  box-sizing: border-box;
}



.s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
      --shg-aspect-ratio: calc(2160/1510); 
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
      position: relative;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }

    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-link {
      aspect-ratio: 2160/1510;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-678bf2de-d6b4-488f-a3de-71403e3963e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image {
  box-sizing: border-box;
}



.s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 {
      --shg-aspect-ratio: calc(2160/1510); 
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container {
      position: relative;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-678bf2de-d6b4-488f-a3de-71403e3963e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 131, 105, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d {
  display: none;
}
#s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d, #wrap-s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d, #wrap-content-s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d { display: none !important; }}@media (max-width: 767px){#s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d {
  display: none;
}
#s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d, #wrap-s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d, #wrap-content-s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d { display: none !important; }}
#s-9e0740ac-7e05-4a0f-a06a-201c2cd3423d .shogun-heading-component h2 {
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-18c04857-914a-4f74-8605-a594a87b760a {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 2160/1713;
text-align: center;
}

#s-18c04857-914a-4f74-8605-a594a87b760a {
  margin: 0 !important;
  overflow: visible;
}

#s-18c04857-914a-4f74-8605-a594a87b760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add background color handling */
  
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }

    #s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-link {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
  box-sizing: border-box;
}



.s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c04857-914a-4f74-8605-a594a87b760a {
      --shg-aspect-ratio: calc(2160/1713); 
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
      position: relative;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-18c04857-914a-4f74-8605-a594a87b760a {
  margin: 0 !important;
  overflow: visible;
}

#s-18c04857-914a-4f74-8605-a594a87b760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add background color handling */
  
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }

    #s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-link {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
  box-sizing: border-box;
}



.s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c04857-914a-4f74-8605-a594a87b760a {
      --shg-aspect-ratio: calc(2160/1713); 
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
      position: relative;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-18c04857-914a-4f74-8605-a594a87b760a {
  margin: 0 !important;
  overflow: visible;
}

#s-18c04857-914a-4f74-8605-a594a87b760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add background color handling */
  
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }

    #s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-link {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
  box-sizing: border-box;
}



.s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c04857-914a-4f74-8605-a594a87b760a {
      --shg-aspect-ratio: calc(2160/1713); 
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
      position: relative;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-18c04857-914a-4f74-8605-a594a87b760a {
  margin: 0 !important;
  overflow: visible;
}

#s-18c04857-914a-4f74-8605-a594a87b760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add background color handling */
  
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }

    #s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-link {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
  box-sizing: border-box;
}



.s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c04857-914a-4f74-8605-a594a87b760a {
      --shg-aspect-ratio: calc(2160/1713); 
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
      position: relative;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-18c04857-914a-4f74-8605-a594a87b760a {
  margin: 0 !important;
  overflow: visible;
}

#s-18c04857-914a-4f74-8605-a594a87b760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c04857-914a-4f74-8605-a594a87b760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add background color handling */
  
}

#s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }

    #s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-link {
      aspect-ratio: 2160/1713;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c04857-914a-4f74-8605-a594a87b760a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-18c04857-914a-4f74-8605-a594a87b760a .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image {
  box-sizing: border-box;
}



.s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c04857-914a-4f74-8605-a594a87b760a {
      --shg-aspect-ratio: calc(2160/1713); 
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container {
      position: relative;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c04857-914a-4f74-8605-a594a87b760a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-0b8dcbdf-4fd9-4d7a-a315-c3c6d6c9e2d6 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
min-height: 50px;
}








#s-0b8dcbdf-4fd9-4d7a-a315-c3c6d6c9e2d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b8dcbdf-4fd9-4d7a-a315-c3c6d6c9e2d6.shg-box.shg-c {
  justify-content: center;
}

#s-beb4166d-37ea-455c-9c71-16c21b74d7d4 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-beb4166d-37ea-455c-9c71-16c21b74d7d4 {
  display: none;
}
#s-beb4166d-37ea-455c-9c71-16c21b74d7d4, #wrap-s-beb4166d-37ea-455c-9c71-16c21b74d7d4, #wrap-content-s-beb4166d-37ea-455c-9c71-16c21b74d7d4 { display: none !important; }}@media (max-width: 767px){#s-beb4166d-37ea-455c-9c71-16c21b74d7d4 {
  display: none;
}
#s-beb4166d-37ea-455c-9c71-16c21b74d7d4, #wrap-s-beb4166d-37ea-455c-9c71-16c21b74d7d4, #wrap-content-s-beb4166d-37ea-455c-9c71-16c21b74d7d4 { display: none !important; }}
#s-beb4166d-37ea-455c-9c71-16c21b74d7d4 .shogun-heading-component h2 {
  color: rgba(0, 121, 96, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-03a74d9f-efbc-4d85-9605-55a56993d4ca {
  margin-left: 3%;
margin-right: 3%;
}

#s-03a74d9f-efbc-4d85-9605-55a56993d4ca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-03a74d9f-efbc-4d85-9605-55a56993d4ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-03a74d9f-efbc-4d85-9605-55a56993d4ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-03a74d9f-efbc-4d85-9605-55a56993d4ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-03a74d9f-efbc-4d85-9605-55a56993d4ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-03a74d9f-efbc-4d85-9605-55a56993d4ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ee138692-549b-4ade-b9c0-4b7dcfb16c05 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-d8a87bb8-ed0c-4959-be68-cf27a5be300b {
  margin-left: 3%;
margin-right: 3%;
}

#s-d8a87bb8-ed0c-4959-be68-cf27a5be300b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d8a87bb8-ed0c-4959-be68-cf27a5be300b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-d8a87bb8-ed0c-4959-be68-cf27a5be300b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-d8a87bb8-ed0c-4959-be68-cf27a5be300b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-d8a87bb8-ed0c-4959-be68-cf27a5be300b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-d8a87bb8-ed0c-4959-be68-cf27a5be300b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7ebfbd81-7978-40a2-be4b-b2e9506b3e07 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-376a0a5a-e272-4ee9-afb8-d219f31c5cac {
  margin-left: 3%;
margin-right: 3%;
}

#s-376a0a5a-e272-4ee9-afb8-d219f31c5cac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-376a0a5a-e272-4ee9-afb8-d219f31c5cac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-376a0a5a-e272-4ee9-afb8-d219f31c5cac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-376a0a5a-e272-4ee9-afb8-d219f31c5cac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-376a0a5a-e272-4ee9-afb8-d219f31c5cac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-376a0a5a-e272-4ee9-afb8-d219f31c5cac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4274a45f-17b4-4211-aa13-acddb7e674f6 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-af1f4297-1b88-49a4-a43f-a8216af2d208 {
  margin-left: 3%;
margin-right: 3%;
}

#s-af1f4297-1b88-49a4-a43f-a8216af2d208 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-af1f4297-1b88-49a4-a43f-a8216af2d208 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-af1f4297-1b88-49a4-a43f-a8216af2d208 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-af1f4297-1b88-49a4-a43f-a8216af2d208 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-af1f4297-1b88-49a4-a43f-a8216af2d208 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-af1f4297-1b88-49a4-a43f-a8216af2d208 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-d9b38b55-7829-4e52-9c0f-18a36a1329fc {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-e992aa5c-1df4-4810-a432-193701af2710 {
  margin-left: 3%;
margin-right: 3%;
}

#s-e992aa5c-1df4-4810-a432-193701af2710 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e992aa5c-1df4-4810-a432-193701af2710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-e992aa5c-1df4-4810-a432-193701af2710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-e992aa5c-1df4-4810-a432-193701af2710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-e992aa5c-1df4-4810-a432-193701af2710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-e992aa5c-1df4-4810-a432-193701af2710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ac6eb530-be9f-49b1-aa98-0ea4f9ea226a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-d8c5a16e-42c7-4ac2-9cdd-e9c7232ac8ee {
  margin-left: 3%;
margin-right: 3%;
}

#s-d8c5a16e-42c7-4ac2-9cdd-e9c7232ac8ee > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d8c5a16e-42c7-4ac2-9cdd-e9c7232ac8ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-d8c5a16e-42c7-4ac2-9cdd-e9c7232ac8ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-d8c5a16e-42c7-4ac2-9cdd-e9c7232ac8ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-d8c5a16e-42c7-4ac2-9cdd-e9c7232ac8ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-d8c5a16e-42c7-4ac2-9cdd-e9c7232ac8ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-68e960c0-88b7-41af-8664-9174fe2a87c0 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-9adf5ccb-6275-4a53-9acc-ae8b85f3ba65 {
  margin-left: 3%;
margin-right: 3%;
}

#s-9adf5ccb-6275-4a53-9acc-ae8b85f3ba65 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9adf5ccb-6275-4a53-9acc-ae8b85f3ba65 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-9adf5ccb-6275-4a53-9acc-ae8b85f3ba65 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-9adf5ccb-6275-4a53-9acc-ae8b85f3ba65 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-9adf5ccb-6275-4a53-9acc-ae8b85f3ba65 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-9adf5ccb-6275-4a53-9acc-ae8b85f3ba65 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-98509e04-1fcc-4a3d-bef6-23de36639267 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-42b0b996-d155-4010-85cf-7bde53064f08 {
  margin-left: 3%;
margin-right: 3%;
}

#s-42b0b996-d155-4010-85cf-7bde53064f08 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-42b0b996-d155-4010-85cf-7bde53064f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-42b0b996-d155-4010-85cf-7bde53064f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-42b0b996-d155-4010-85cf-7bde53064f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-42b0b996-d155-4010-85cf-7bde53064f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-42b0b996-d155-4010-85cf-7bde53064f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0c047b05-6b9f-419e-9d2b-ef17e2c53dcc {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a94df447-c32f-4bfc-90f2-e8bac63388ea {
  margin-left: 3%;
margin-right: 3%;
}

#s-a94df447-c32f-4bfc-90f2-e8bac63388ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a94df447-c32f-4bfc-90f2-e8bac63388ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-a94df447-c32f-4bfc-90f2-e8bac63388ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-a94df447-c32f-4bfc-90f2-e8bac63388ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-a94df447-c32f-4bfc-90f2-e8bac63388ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-a94df447-c32f-4bfc-90f2-e8bac63388ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a972b320-e2fe-4284-9931-5afdf7e75e57 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-68a540f6-9107-483f-bc83-feb0987e8f92 {
  margin-left: 3%;
margin-right: 3%;
}

#s-68a540f6-9107-483f-bc83-feb0987e8f92 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-68a540f6-9107-483f-bc83-feb0987e8f92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(47, 165, 142, 1);
  padding: 10px;
}

#s-68a540f6-9107-483f-bc83-feb0987e8f92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 235, 1);
}

#s-68a540f6-9107-483f-bc83-feb0987e8f92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 235, 1);
  border-top: 1px solid #ddd;
}

#s-68a540f6-9107-483f-bc83-feb0987e8f92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 235, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-68a540f6-9107-483f-bc83-feb0987e8f92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-3e96012d-eb0b-40d6-ae81-70a49fc1a2e7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-81c008b1-b8af-4f93-8ae0-475029b7aca9 {
  text-align: left;
}

#s-8ca9f46f-2cb0-427a-ab45-3301ad6b4f4d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 44px;
padding-left: 5%;
padding-bottom: 4px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(31, 74, 69, 1);
}
@media (max-width: 767px){#s-8ca9f46f-2cb0-427a-ab45-3301ad6b4f4d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8ca9f46f-2cb0-427a-ab45-3301ad6b4f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ca9f46f-2cb0-427a-ab45-3301ad6b4f4d.shg-box.shg-c {
  justify-content: center;
}

#s-1d6483af-291d-48b2-b631-c19d1506e5cc {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-1d6483af-291d-48b2-b631-c19d1506e5cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d6483af-291d-48b2-b631-c19d1506e5cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d6483af-291d-48b2-b631-c19d1506e5cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d6483af-291d-48b2-b631-c19d1506e5cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bcc00349-c5ff-440c-84b5-b4f0d8a615b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bcc00349-c5ff-440c-84b5-b4f0d8a615b8 .shogun-heading-component h3 {
  color: rgba(224, 242, 244, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-12730fa5-a1f9-4ec9-a730-03412b97ac58 {
  min-height: 200px;
}








#s-12730fa5-a1f9-4ec9-a730-03412b97ac58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12730fa5-a1f9-4ec9-a730-03412b97ac58.shg-box.shg-c {
  justify-content: center;
}

#s-f7f17a7a-90a0-4a78-89c3-5917c30134ae {
  text-align: left;
}

#s-f082459c-f7ac-478b-bd33-1a2170d5c75a {
  text-align: left;
}

#s-d4ac6552-5c81-4310-8a4d-7a206493aba8 {
  text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}