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

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

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

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

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

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

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

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

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

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

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

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

#s-f7725b6b-3235-4a8b-9e89-307b6cad564d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-f7725b6b-3235-4a8b-9e89-307b6cad564d {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7725b6b-3235-4a8b-9e89-307b6cad564d {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7725b6b-3235-4a8b-9e89-307b6cad564d {
  padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-f7725b6b-3235-4a8b-9e89-307b6cad564d {
  padding-top: 5%;
padding-bottom: 3%;
}
}







#s-f7725b6b-3235-4a8b-9e89-307b6cad564d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7725b6b-3235-4a8b-9e89-307b6cad564d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-87ae3bac-0418-4eab-a545-13f6b49f663a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-87ae3bac-0418-4eab-a545-13f6b49f663a {
  margin-bottom: 2%;
}
}
#s-87ae3bac-0418-4eab-a545-13f6b49f663a .shogun-heading-component h1 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-87ae3bac-0418-4eab-a545-13f6b49f663a .shogun-heading-component h1 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-87ae3bac-0418-4eab-a545-13f6b49f663a .shogun-heading-component h1 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


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

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

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

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

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

#s-e2ec3187-25df-445d-bcbe-c1f96824a8b7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e2ec3187-25df-445d-bcbe-c1f96824a8b7 {
  margin-top: 1%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2ec3187-25df-445d-bcbe-c1f96824a8b7 {
  margin-top: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2ec3187-25df-445d-bcbe-c1f96824a8b7 {
  margin-top: 1%;
margin-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-e2ec3187-25df-445d-bcbe-c1f96824a8b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2ec3187-25df-445d-bcbe-c1f96824a8b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e2ec3187-25df-445d-bcbe-c1f96824a8b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2ec3187-25df-445d-bcbe-c1f96824a8b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-6e60ed81-731f-4fc6-8548-f438cbcb2578 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-6e60ed81-731f-4fc6-8548-f438cbcb2578 {
  margin-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e60ed81-731f-4fc6-8548-f438cbcb2578 {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e60ed81-731f-4fc6-8548-f438cbcb2578 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-6e60ed81-731f-4fc6-8548-f438cbcb2578 {
  margin-top: 0%;
margin-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-6e60ed81-731f-4fc6-8548-f438cbcb2578"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6e60ed81-731f-4fc6-8548-f438cbcb2578"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-6e60ed81-731f-4fc6-8548-f438cbcb2578"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-6e60ed81-731f-4fc6-8548-f438cbcb2578"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

.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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6-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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6-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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6-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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6-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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6-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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .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-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5744c71-f1ed-4aef-9bd3-5bc4a5b5a1e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7-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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7-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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7-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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7-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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7-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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .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-6dbec7a1-dabf-4d47-a70c-145b61d176d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbec7a1-dabf-4d47-a70c-145b61d176d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  margin-top: 5px;
}
}
#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b-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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b-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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b-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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b-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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b-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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .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-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed99eca-a1f2-4cc5-b236-0561cd7dc22b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  margin-top: 5px;
}
}
#s-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054-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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 .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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-6c281eae-d421-4e33-ab18-b977eb4c6054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054-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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 .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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c281eae-d421-4e33-ab18-b977eb4c6054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054-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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 .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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c281eae-d421-4e33-ab18-b977eb4c6054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054-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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 .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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c281eae-d421-4e33-ab18-b977eb4c6054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054-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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 .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-6c281eae-d421-4e33-ab18-b977eb4c6054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c281eae-d421-4e33-ab18-b977eb4c6054 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c281eae-d421-4e33-ab18-b977eb4c6054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c281eae-d421-4e33-ab18-b977eb4c6054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51 {
  margin-top: 5px;
margin-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-b6d75408-9fe8-40f4-a3bf-ef020d7b3a51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e-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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e-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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e-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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e-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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e-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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .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-c4a3bfd2-6839-454e-b2b2-afca25ab243e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a3bfd2-6839-454e-b2b2-afca25ab243e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-91be7046-a1b5-4762-9a38-7925267eed28 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28-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-91be7046-a1b5-4762-9a38-7925267eed28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91be7046-a1b5-4762-9a38-7925267eed28 .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-91be7046-a1b5-4762-9a38-7925267eed28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-91be7046-a1b5-4762-9a38-7925267eed28 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-91be7046-a1b5-4762-9a38-7925267eed28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-91be7046-a1b5-4762-9a38-7925267eed28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28-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-91be7046-a1b5-4762-9a38-7925267eed28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91be7046-a1b5-4762-9a38-7925267eed28 .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-91be7046-a1b5-4762-9a38-7925267eed28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-91be7046-a1b5-4762-9a38-7925267eed28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-91be7046-a1b5-4762-9a38-7925267eed28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-91be7046-a1b5-4762-9a38-7925267eed28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28-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-91be7046-a1b5-4762-9a38-7925267eed28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91be7046-a1b5-4762-9a38-7925267eed28 .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-91be7046-a1b5-4762-9a38-7925267eed28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-91be7046-a1b5-4762-9a38-7925267eed28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-91be7046-a1b5-4762-9a38-7925267eed28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-91be7046-a1b5-4762-9a38-7925267eed28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28-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-91be7046-a1b5-4762-9a38-7925267eed28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91be7046-a1b5-4762-9a38-7925267eed28 .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-91be7046-a1b5-4762-9a38-7925267eed28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-91be7046-a1b5-4762-9a38-7925267eed28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-91be7046-a1b5-4762-9a38-7925267eed28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-91be7046-a1b5-4762-9a38-7925267eed28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28-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-91be7046-a1b5-4762-9a38-7925267eed28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91be7046-a1b5-4762-9a38-7925267eed28 .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-91be7046-a1b5-4762-9a38-7925267eed28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-91be7046-a1b5-4762-9a38-7925267eed28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-91be7046-a1b5-4762-9a38-7925267eed28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91be7046-a1b5-4762-9a38-7925267eed28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  margin-top: 5px;
}
}
#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb-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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb-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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb-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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb-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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb-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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .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-c5918e59-c9c2-49f8-8a40-1ed7b68164bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5918e59-c9c2-49f8-8a40-1ed7b68164bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e120075a-bd40-44f2-93cc-1d14a6725228 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-e120075a-bd40-44f2-93cc-1d14a6725228 {
  margin-top: 5px;
}
}
#s-e120075a-bd40-44f2-93cc-1d14a6725228 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228-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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e120075a-bd40-44f2-93cc-1d14a6725228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e120075a-bd40-44f2-93cc-1d14a6725228 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-e120075a-bd40-44f2-93cc-1d14a6725228 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e120075a-bd40-44f2-93cc-1d14a6725228 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228-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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228 .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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e120075a-bd40-44f2-93cc-1d14a6725228 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e120075a-bd40-44f2-93cc-1d14a6725228 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e120075a-bd40-44f2-93cc-1d14a6725228 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228-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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228 .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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e120075a-bd40-44f2-93cc-1d14a6725228 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e120075a-bd40-44f2-93cc-1d14a6725228 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e120075a-bd40-44f2-93cc-1d14a6725228 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228-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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228 .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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e120075a-bd40-44f2-93cc-1d14a6725228 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e120075a-bd40-44f2-93cc-1d14a6725228 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e120075a-bd40-44f2-93cc-1d14a6725228 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228-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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e120075a-bd40-44f2-93cc-1d14a6725228 .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-e120075a-bd40-44f2-93cc-1d14a6725228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e120075a-bd40-44f2-93cc-1d14a6725228 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e120075a-bd40-44f2-93cc-1d14a6725228 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e120075a-bd40-44f2-93cc-1d14a6725228.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2ade07b9-5b99-4cca-8766-76ff8afba1ce {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 135px;
padding-bottom: 2%;
padding-right: 135px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2ade07b9-5b99-4cca-8766-76ff8afba1ce {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ade07b9-5b99-4cca-8766-76ff8afba1ce {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ade07b9-5b99-4cca-8766-76ff8afba1ce {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-2ade07b9-5b99-4cca-8766-76ff8afba1ce {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-2ade07b9-5b99-4cca-8766-76ff8afba1ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ade07b9-5b99-4cca-8766-76ff8afba1ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a88351fb-6b6b-4386-be05-a963b3ae11b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-a88351fb-6b6b-4386-be05-a963b3ae11b5 {
  padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-a88351fb-6b6b-4386-be05-a963b3ae11b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a88351fb-6b6b-4386-be05-a963b3ae11b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea51bf49-bcb0-4d24-9a88-1919091cba04 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ea51bf49-bcb0-4d24-9a88-1919091cba04 {
  text-align: center;
}
}
#s-ea51bf49-bcb0-4d24-9a88-1919091cba04 .shogun-heading-component h2 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ea51bf49-bcb0-4d24-9a88-1919091cba04 .shogun-heading-component h2 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-ea51bf49-bcb0-4d24-9a88-1919091cba04 .shogun-heading-component h2 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-c1d2db16-0441-4559-a0e9-0f0c55cfd593 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c1d2db16-0441-4559-a0e9-0f0c55cfd593"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1d2db16-0441-4559-a0e9-0f0c55cfd593"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c1d2db16-0441-4559-a0e9-0f0c55cfd593"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1d2db16-0441-4559-a0e9-0f0c55cfd593"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e46f3401-43d7-4630-8e47-4a19d2ac5230 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e46f3401-43d7-4630-8e47-4a19d2ac5230 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-e46f3401-43d7-4630-8e47-4a19d2ac5230 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e46f3401-43d7-4630-8e47-4a19d2ac5230.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f2f1d2e9-5063-4a48-a690-e4d7bb380547 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f2f1d2e9-5063-4a48-a690-e4d7bb380547 {
  text-align: center;
}
}
#s-f2f1d2e9-5063-4a48-a690-e4d7bb380547 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-f2f1d2e9-5063-4a48-a690-e4d7bb380547 .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-f2f1d2e9-5063-4a48-a690-e4d7bb380547 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-f2f1d2e9-5063-4a48-a690-e4d7bb380547 .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}@media (max-width: 767px){#s-f2f1d2e9-5063-4a48-a690-e4d7bb380547 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-f2f1d2e9-5063-4a48-a690-e4d7bb380547 .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}
#s-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe-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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe .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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

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




.s-7e2721c4-591b-4ff3-be50-20c62d5255fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe-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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe .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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-7e2721c4-591b-4ff3-be50-20c62d5255fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe-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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe .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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-7e2721c4-591b-4ff3-be50-20c62d5255fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe-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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe .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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-7e2721c4-591b-4ff3-be50-20c62d5255fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe-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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe .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-7e2721c4-591b-4ff3-be50-20c62d5255fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-7e2721c4-591b-4ff3-be50-20c62d5255fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2721c4-591b-4ff3-be50-20c62d5255fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c5364198-bf6d-44ec-a358-5f441bf3f058 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c5364198-bf6d-44ec-a358-5f441bf3f058"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c5364198-bf6d-44ec-a358-5f441bf3f058"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-c5364198-bf6d-44ec-a358-5f441bf3f058"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-c5364198-bf6d-44ec-a358-5f441bf3f058"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-53b53196-8cfd-46f1-a89c-06784b4e6616 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

#s-a751c036-2018-4d20-9f68-d7f369e213f7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a751c036-2018-4d20-9f68-d7f369e213f7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a751c036-2018-4d20-9f68-d7f369e213f7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a751c036-2018-4d20-9f68-d7f369e213f7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a751c036-2018-4d20-9f68-d7f369e213f7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-a751c036-2018-4d20-9f68-d7f369e213f7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-9f234a22-11a8-4c46-b073-1cf5d200ce3a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f234a22-11a8-4c46-b073-1cf5d200ce3a .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3f588558-b4c7-4bf7-8ba6-cc1ff4286da3 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-3375cde5-839d-4f21-8731-70ff0d121637 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3375cde5-839d-4f21-8731-70ff0d121637 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3375cde5-839d-4f21-8731-70ff0d121637 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3375cde5-839d-4f21-8731-70ff0d121637 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3375cde5-839d-4f21-8731-70ff0d121637 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-3375cde5-839d-4f21-8731-70ff0d121637 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-f5955567-7e70-4eb3-897a-74e18c14a66f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5955567-7e70-4eb3-897a-74e18c14a66f .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4ee6c25a-3868-41d9-94f9-a29977dd4788 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-4ee6c25a-3868-41d9-94f9-a29977dd4788 {
  margin-top: 5px;
}
}
#s-9b5e9126-faa2-436b-a870-d523d2fb61dd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9b5e9126-faa2-436b-a870-d523d2fb61dd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-9b5e9126-faa2-436b-a870-d523d2fb61dd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9b5e9126-faa2-436b-a870-d523d2fb61dd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9b5e9126-faa2-436b-a870-d523d2fb61dd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-9b5e9126-faa2-436b-a870-d523d2fb61dd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-f273f5d7-5a60-4c6a-8723-4c8cc14ab3c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f273f5d7-5a60-4c6a-8723-4c8cc14ab3c0 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1f78f6d5-1d01-4165-9de6-3fda0ebe04f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-1f78f6d5-1d01-4165-9de6-3fda0ebe04f3 {
  margin-top: 5px;
}
}
#s-ceffd9da-da76-43d2-b116-5ce697ba0b1b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ceffd9da-da76-43d2-b116-5ce697ba0b1b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ceffd9da-da76-43d2-b116-5ce697ba0b1b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ceffd9da-da76-43d2-b116-5ce697ba0b1b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ceffd9da-da76-43d2-b116-5ce697ba0b1b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ceffd9da-da76-43d2-b116-5ce697ba0b1b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
#s-525e1109-fd31-4d48-a73c-b833de1f2e19 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-525e1109-fd31-4d48-a73c-b833de1f2e19 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



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

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

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

.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-d0f6602d-9732-4217-98b7-53faac01cfcb {
  margin-top: 10px;
margin-left: auto;
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: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(255, 211, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(19, 17, 12, 1);
}
#s-d0f6602d-9732-4217-98b7-53faac01cfcb:hover {background-color: rgba(19, 17, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d0f6602d-9732-4217-98b7-53faac01cfcb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0f6602d-9732-4217-98b7-53faac01cfcb-root {
    text-align: center;
  }


#s-d0f6602d-9732-4217-98b7-53faac01cfcb.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d0f6602d-9732-4217-98b7-53faac01cfcb-root {
    text-align: center;
  }


#s-d0f6602d-9732-4217-98b7-53faac01cfcb.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0f6602d-9732-4217-98b7-53faac01cfcb-root {
    text-align: center;
  }


#s-d0f6602d-9732-4217-98b7-53faac01cfcb.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0f6602d-9732-4217-98b7-53faac01cfcb-root {
    text-align: center;
  }


#s-d0f6602d-9732-4217-98b7-53faac01cfcb.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d0f6602d-9732-4217-98b7-53faac01cfcb-root {
    text-align: center;
  }


#s-d0f6602d-9732-4217-98b7-53faac01cfcb.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-abe03efe-3c1c-4abe-a44d-bf62844a8e5d {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-abe03efe-3c1c-4abe-a44d-bf62844a8e5d {
  margin-top: 10px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-abe03efe-3c1c-4abe-a44d-bf62844a8e5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abe03efe-3c1c-4abe-a44d-bf62844a8e5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60f53b47-f31f-4ce2-b77e-bff4f87ed04a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-60f53b47-f31f-4ce2-b77e-bff4f87ed04a {
  text-align: center;
}
}
#s-60f53b47-f31f-4ce2-b77e-bff4f87ed04a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-60f53b47-f31f-4ce2-b77e-bff4f87ed04a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-60f53b47-f31f-4ce2-b77e-bff4f87ed04a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-60f53b47-f31f-4ce2-b77e-bff4f87ed04a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}@media (max-width: 767px){#s-60f53b47-f31f-4ce2-b77e-bff4f87ed04a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-60f53b47-f31f-4ce2-b77e-bff4f87ed04a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}
#s-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  margin-left: auto;
margin-right: auto;
max-width: 2660px;
text-align: center;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca-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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca .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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca img.shogun-image {
  width: 100%;
  
  
  max-width: 2660px;

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




.s-86abd499-336a-4d44-9e9a-3a579a0a0dca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca-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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca .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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca img.shogun-image {
  width: 100%;
  
  
  

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




.s-86abd499-336a-4d44-9e9a-3a579a0a0dca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca-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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca .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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca img.shogun-image {
  width: 100%;
  
  
  

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




.s-86abd499-336a-4d44-9e9a-3a579a0a0dca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca-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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca .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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca img.shogun-image {
  width: 100%;
  
  
  

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




.s-86abd499-336a-4d44-9e9a-3a579a0a0dca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca-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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca .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-86abd499-336a-4d44-9e9a-3a579a0a0dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca img.shogun-image {
  width: 100%;
  
  
  

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




.s-86abd499-336a-4d44-9e9a-3a579a0a0dca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86abd499-336a-4d44-9e9a-3a579a0a0dca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c5ce0f1-5258-45ad-a5c7-b69a226bc1bd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6c5ce0f1-5258-45ad-a5c7-b69a226bc1bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6c5ce0f1-5258-45ad-a5c7-b69a226bc1bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-6c5ce0f1-5258-45ad-a5c7-b69a226bc1bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-6c5ce0f1-5258-45ad-a5c7-b69a226bc1bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-db49e9f6-7110-4563-a3f2-ec62d6e3479c {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-f085db68-df8d-4276-b6a2-9294930be62f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f085db68-df8d-4276-b6a2-9294930be62f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-f085db68-df8d-4276-b6a2-9294930be62f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f085db68-df8d-4276-b6a2-9294930be62f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f085db68-df8d-4276-b6a2-9294930be62f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-f085db68-df8d-4276-b6a2-9294930be62f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-8bf7f28b-d51a-4a5f-90fb-152394e78f7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bf7f28b-d51a-4a5f-90fb-152394e78f7e .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-300b4765-547a-44e9-9045-317fe50708f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-df13c4e4-c8c3-461b-a560-2984dab10f1f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-df13c4e4-c8c3-461b-a560-2984dab10f1f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-df13c4e4-c8c3-461b-a560-2984dab10f1f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-df13c4e4-c8c3-461b-a560-2984dab10f1f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-df13c4e4-c8c3-461b-a560-2984dab10f1f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-df13c4e4-c8c3-461b-a560-2984dab10f1f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-7c994490-37ab-4473-916c-3024b32b4577 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c994490-37ab-4473-916c-3024b32b4577 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-75ec45b6-ab0e-4623-9237-6a4ef9602401 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-75ec45b6-ab0e-4623-9237-6a4ef9602401 {
  margin-top: 5px;
}
}
#s-2c926718-aec7-4f02-b718-28d569217bb7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2c926718-aec7-4f02-b718-28d569217bb7 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-2c926718-aec7-4f02-b718-28d569217bb7 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2c926718-aec7-4f02-b718-28d569217bb7 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2c926718-aec7-4f02-b718-28d569217bb7 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-2c926718-aec7-4f02-b718-28d569217bb7 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-a4a24f1c-a29c-4642-a468-f486a382bfa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4a24f1c-a29c-4642-a468-f486a382bfa8 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6bbd5c3f-1dac-44a3-b3d6-76064a87d894 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-6bbd5c3f-1dac-44a3-b3d6-76064a87d894 {
  margin-top: 5px;
}
}
#s-65a63d95-e91b-49ee-811e-8c499dc29298 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-65a63d95-e91b-49ee-811e-8c499dc29298 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-65a63d95-e91b-49ee-811e-8c499dc29298 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-65a63d95-e91b-49ee-811e-8c499dc29298 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-65a63d95-e91b-49ee-811e-8c499dc29298 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-65a63d95-e91b-49ee-811e-8c499dc29298 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-53c5defb-08dd-43c3-8e42-0e164b14ddb6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53c5defb-08dd-43c3-8e42-0e164b14ddb6 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0b6cc834-6e8f-4ff4-8c38-c30401031a03 {
  margin-top: 10px;
margin-left: auto;
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: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(255, 211, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(19, 17, 12, 1);
}
#s-0b6cc834-6e8f-4ff4-8c38-c30401031a03:hover {background-color: rgba(19, 17, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0b6cc834-6e8f-4ff4-8c38-c30401031a03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b6cc834-6e8f-4ff4-8c38-c30401031a03-root {
    text-align: center;
  }


#s-0b6cc834-6e8f-4ff4-8c38-c30401031a03.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b6cc834-6e8f-4ff4-8c38-c30401031a03-root {
    text-align: center;
  }


#s-0b6cc834-6e8f-4ff4-8c38-c30401031a03.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b6cc834-6e8f-4ff4-8c38-c30401031a03-root {
    text-align: center;
  }


#s-0b6cc834-6e8f-4ff4-8c38-c30401031a03.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b6cc834-6e8f-4ff4-8c38-c30401031a03-root {
    text-align: center;
  }


#s-0b6cc834-6e8f-4ff4-8c38-c30401031a03.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b6cc834-6e8f-4ff4-8c38-c30401031a03-root {
    text-align: center;
  }


#s-0b6cc834-6e8f-4ff4-8c38-c30401031a03.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-c426f52d-c5b8-453c-bab8-6ee2fb8fb480 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c426f52d-c5b8-453c-bab8-6ee2fb8fb480"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c426f52d-c5b8-453c-bab8-6ee2fb8fb480"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c426f52d-c5b8-453c-bab8-6ee2fb8fb480"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c426f52d-c5b8-453c-bab8-6ee2fb8fb480"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d2661897-6674-4017-8777-9eff14119096 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d2661897-6674-4017-8777-9eff14119096 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-d2661897-6674-4017-8777-9eff14119096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2661897-6674-4017-8777-9eff14119096.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd50e59d-6c8a-4fcc-a99c-8f764991de8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-bd50e59d-6c8a-4fcc-a99c-8f764991de8a {
  text-align: center;
}
}
#s-bd50e59d-6c8a-4fcc-a99c-8f764991de8a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-bd50e59d-6c8a-4fcc-a99c-8f764991de8a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-bd50e59d-6c8a-4fcc-a99c-8f764991de8a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-bd50e59d-6c8a-4fcc-a99c-8f764991de8a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}@media (max-width: 767px){#s-bd50e59d-6c8a-4fcc-a99c-8f764991de8a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-bd50e59d-6c8a-4fcc-a99c-8f764991de8a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}
#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
text-align: center;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320-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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 img.shogun-image {
  width: 100%;
  
  
  max-width: 2560px;

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




.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320-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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320-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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320-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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320-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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .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-cb7e8bb0-15d3-451f-bbe1-a103991ea320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7e8bb0-15d3-451f-bbe1-a103991ea320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c1e2a33-b8a1-48e7-a68e-d09b084aa126 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4c1e2a33-b8a1-48e7-a68e-d09b084aa126"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-4c1e2a33-b8a1-48e7-a68e-d09b084aa126"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-4c1e2a33-b8a1-48e7-a68e-d09b084aa126"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-4c1e2a33-b8a1-48e7-a68e-d09b084aa126"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-1e260c47-660c-42c4-a3db-554563d89d00 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-88075f01-408b-4147-b41b-f528116fc02f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-88075f01-408b-4147-b41b-f528116fc02f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-88075f01-408b-4147-b41b-f528116fc02f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-88075f01-408b-4147-b41b-f528116fc02f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-88075f01-408b-4147-b41b-f528116fc02f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-88075f01-408b-4147-b41b-f528116fc02f .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-edaaed38-1d76-4ed6-a852-566f81d42235 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edaaed38-1d76-4ed6-a852-566f81d42235 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-60d96984-6701-430a-9659-fa0ef3a41cc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-99d19495-b35a-46e1-9f7f-4f4993d3e9a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-99d19495-b35a-46e1-9f7f-4f4993d3e9a3 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-99d19495-b35a-46e1-9f7f-4f4993d3e9a3 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-99d19495-b35a-46e1-9f7f-4f4993d3e9a3 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-99d19495-b35a-46e1-9f7f-4f4993d3e9a3 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-99d19495-b35a-46e1-9f7f-4f4993d3e9a3 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-20763e7e-3727-4c9a-b6c3-902f286c877e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20763e7e-3727-4c9a-b6c3-902f286c877e .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e474a619-7159-4d2d-80c3-125501b9d0da {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-e474a619-7159-4d2d-80c3-125501b9d0da {
  margin-top: 5px;
}
}
#s-5bf33006-ae82-4796-8196-ce26bd15f114 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5bf33006-ae82-4796-8196-ce26bd15f114 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-5bf33006-ae82-4796-8196-ce26bd15f114 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5bf33006-ae82-4796-8196-ce26bd15f114 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5bf33006-ae82-4796-8196-ce26bd15f114 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-5bf33006-ae82-4796-8196-ce26bd15f114 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-b75e13ba-bb6c-4688-b1ca-5f2040cdd789 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b75e13ba-bb6c-4688-b1ca-5f2040cdd789 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-882df193-7c63-475d-968f-a6bfcf1496ae {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-882df193-7c63-475d-968f-a6bfcf1496ae {
  margin-top: 5px;
}
}
#s-9994cade-15b1-4572-991d-86ee33f5fbfd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9994cade-15b1-4572-991d-86ee33f5fbfd .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-9994cade-15b1-4572-991d-86ee33f5fbfd .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9994cade-15b1-4572-991d-86ee33f5fbfd .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9994cade-15b1-4572-991d-86ee33f5fbfd .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-9994cade-15b1-4572-991d-86ee33f5fbfd .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-2bb17aa6-9da6-4cce-8b37-f2a102a9d9c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bb17aa6-9da6-4cce-8b37-f2a102a9d9c1 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4837e406-c052-42ec-a114-0fd52443002a {
  margin-top: 10px;
margin-left: auto;
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: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(255, 211, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(19, 17, 12, 1);
}
#s-4837e406-c052-42ec-a114-0fd52443002a:hover {background-color: rgba(19, 17, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4837e406-c052-42ec-a114-0fd52443002a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4837e406-c052-42ec-a114-0fd52443002a-root {
    text-align: center;
  }


#s-4837e406-c052-42ec-a114-0fd52443002a.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4837e406-c052-42ec-a114-0fd52443002a-root {
    text-align: center;
  }


#s-4837e406-c052-42ec-a114-0fd52443002a.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4837e406-c052-42ec-a114-0fd52443002a-root {
    text-align: center;
  }


#s-4837e406-c052-42ec-a114-0fd52443002a.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4837e406-c052-42ec-a114-0fd52443002a-root {
    text-align: center;
  }


#s-4837e406-c052-42ec-a114-0fd52443002a.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4837e406-c052-42ec-a114-0fd52443002a-root {
    text-align: center;
  }


#s-4837e406-c052-42ec-a114-0fd52443002a.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-95a6b11e-ac0b-4275-99b4-d348ac42217c {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-95a6b11e-ac0b-4275-99b4-d348ac42217c {
  margin-top: 10px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-95a6b11e-ac0b-4275-99b4-d348ac42217c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95a6b11e-ac0b-4275-99b4-d348ac42217c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-974fedf4-5b72-421b-92fc-7b72b49a0063 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-974fedf4-5b72-421b-92fc-7b72b49a0063 {
  text-align: center;
}
}
#s-974fedf4-5b72-421b-92fc-7b72b49a0063 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-974fedf4-5b72-421b-92fc-7b72b49a0063 .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-974fedf4-5b72-421b-92fc-7b72b49a0063 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-974fedf4-5b72-421b-92fc-7b72b49a0063 .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}@media (max-width: 767px){#s-974fedf4-5b72-421b-92fc-7b72b49a0063 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-974fedf4-5b72-421b-92fc-7b72b49a0063 .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}
#s-c2d5e32d-fd37-46a2-a610-9f44bfd05619 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c2d5e32d-fd37-46a2-a610-9f44bfd05619"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c2d5e32d-fd37-46a2-a610-9f44bfd05619"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-c2d5e32d-fd37-46a2-a610-9f44bfd05619"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-c2d5e32d-fd37-46a2-a610-9f44bfd05619"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-ad432153-d31d-4399-90fc-18dc31861058 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-90c1fbba-2367-4096-9ca4-1e092683a1ea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-90c1fbba-2367-4096-9ca4-1e092683a1ea .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-90c1fbba-2367-4096-9ca4-1e092683a1ea .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-90c1fbba-2367-4096-9ca4-1e092683a1ea .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-90c1fbba-2367-4096-9ca4-1e092683a1ea .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-90c1fbba-2367-4096-9ca4-1e092683a1ea .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-34b1f092-6578-40b0-a375-2eef27674674 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34b1f092-6578-40b0-a375-2eef27674674 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d4765eff-6d6b-4d7d-bc3e-60f96f23c07d {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-ce4d3d3d-c890-48e7-bd52-c525f1abe0ee {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ce4d3d3d-c890-48e7-bd52-c525f1abe0ee .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ce4d3d3d-c890-48e7-bd52-c525f1abe0ee .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ce4d3d3d-c890-48e7-bd52-c525f1abe0ee .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ce4d3d3d-c890-48e7-bd52-c525f1abe0ee .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ce4d3d3d-c890-48e7-bd52-c525f1abe0ee .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-3571ea7e-3e66-407c-91c3-21951a20ee1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3571ea7e-3e66-407c-91c3-21951a20ee1e .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9d856daf-e997-4f88-afe0-fcf4652b7ea3 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-9d856daf-e997-4f88-afe0-fcf4652b7ea3 {
  margin-top: 5px;
}
}
#s-067d24bc-9193-4260-a2f4-b3a399800011 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-067d24bc-9193-4260-a2f4-b3a399800011 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-067d24bc-9193-4260-a2f4-b3a399800011 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-067d24bc-9193-4260-a2f4-b3a399800011 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-067d24bc-9193-4260-a2f4-b3a399800011 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-067d24bc-9193-4260-a2f4-b3a399800011 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-4b321f1d-3ddc-4524-b697-6d94b4e0e0fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b321f1d-3ddc-4524-b697-6d94b4e0e0fc .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e0617471-d846-4230-85a8-b8022e59fc6e {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-e0617471-d846-4230-85a8-b8022e59fc6e {
  margin-top: 5px;
}
}
#s-9b0b6b5a-9fa9-47fb-90f0-45f73d310dbb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9b0b6b5a-9fa9-47fb-90f0-45f73d310dbb .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-9b0b6b5a-9fa9-47fb-90f0-45f73d310dbb .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9b0b6b5a-9fa9-47fb-90f0-45f73d310dbb .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9b0b6b5a-9fa9-47fb-90f0-45f73d310dbb .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-9b0b6b5a-9fa9-47fb-90f0-45f73d310dbb .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-fed941e7-2447-4096-bcdc-eeeed22646be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fed941e7-2447-4096-bcdc-eeeed22646be .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1 {
  margin-top: 10px;
margin-left: auto;
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: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(255, 211, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(19, 17, 12, 1);
}
#s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1:hover {background-color: rgba(19, 17, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1-root {
    text-align: center;
  }


#s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1-root {
    text-align: center;
  }


#s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1-root {
    text-align: center;
  }


#s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1-root {
    text-align: center;
  }


#s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1-root {
    text-align: center;
  }


#s-56090ca1-7e5f-4b52-94c2-481cbfcfacb1.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-7b69a099-77d2-49c1-9fac-fb83efd1250c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7b69a099-77d2-49c1-9fac-fb83efd1250c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b69a099-77d2-49c1-9fac-fb83efd1250c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7b69a099-77d2-49c1-9fac-fb83efd1250c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b69a099-77d2-49c1-9fac-fb83efd1250c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-818cdc0c-c62c-4ce2-9869-9a759eb820dc {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-818cdc0c-c62c-4ce2-9869-9a759eb820dc {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-818cdc0c-c62c-4ce2-9869-9a759eb820dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-818cdc0c-c62c-4ce2-9869-9a759eb820dc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed {
  padding-top: 10px;
}
}@media (max-width: 767px){#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed {
  text-align: center;
}
}
#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}@media (max-width: 767px){#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-90a4f82a-472e-4f51-b1e8-54853cd6a5ed .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}
#s-5546796f-abea-4e3a-a38c-32f736a9a795 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5546796f-abea-4e3a-a38c-32f736a9a795"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5546796f-abea-4e3a-a38c-32f736a9a795"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-5546796f-abea-4e3a-a38c-32f736a9a795"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-5546796f-abea-4e3a-a38c-32f736a9a795"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-95908764-e29e-4e41-8f76-903e2d5073c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-74133289-8360-4756-a0ff-b67d48cf86b0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-74133289-8360-4756-a0ff-b67d48cf86b0 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-74133289-8360-4756-a0ff-b67d48cf86b0 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-74133289-8360-4756-a0ff-b67d48cf86b0 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-74133289-8360-4756-a0ff-b67d48cf86b0 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-74133289-8360-4756-a0ff-b67d48cf86b0 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}





}
#s-b84ae741-2290-47a8-91d0-1aa08d7baf47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b84ae741-2290-47a8-91d0-1aa08d7baf47 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9cb168b8-77af-4073-894f-e50c49eb8d21 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-c201e9fe-45ff-4a5b-b7ca-2b6c0bb21bf2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c201e9fe-45ff-4a5b-b7ca-2b6c0bb21bf2 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-c201e9fe-45ff-4a5b-b7ca-2b6c0bb21bf2 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c201e9fe-45ff-4a5b-b7ca-2b6c0bb21bf2 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c201e9fe-45ff-4a5b-b7ca-2b6c0bb21bf2 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-c201e9fe-45ff-4a5b-b7ca-2b6c0bb21bf2 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
#s-7913d250-fccb-4fa4-9a21-4a853b200798 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7913d250-fccb-4fa4-9a21-4a853b200798 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-bf88f0c5-3d92-4c27-a6cc-4b9454b7ef7c {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-bf88f0c5-3d92-4c27-a6cc-4b9454b7ef7c {
  margin-top: 5px;
}
}
#s-3955d7eb-180d-44a3-97c7-2235e42ceef7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3955d7eb-180d-44a3-97c7-2235e42ceef7 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3955d7eb-180d-44a3-97c7-2235e42ceef7 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3955d7eb-180d-44a3-97c7-2235e42ceef7 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3955d7eb-180d-44a3-97c7-2235e42ceef7 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-3955d7eb-180d-44a3-97c7-2235e42ceef7 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
#s-0c9f57fc-3eee-47e4-b88d-6522ffa48a50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c9f57fc-3eee-47e4-b88d-6522ffa48a50 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (min-width: 1200px){#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 {
  display: none;
}
#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969, #wrap-s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969, #wrap-content-s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 {
  display: none;
}
#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969, #wrap-s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969, #wrap-content-s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 {
  display: none;
}
#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969, #wrap-s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969, #wrap-content-s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 { display: none !important; }}@media (max-width: 767px){#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 {
  margin-top: 5px;
display: none;
}
#s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969, #wrap-s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969, #wrap-content-s-ebfc7de0-a5fe-4db5-b143-87c1ff1e5969 { display: none !important; }}
#s-86740d91-0c5b-46d2-9159-a07674f29c23 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-86740d91-0c5b-46d2-9159-a07674f29c23 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-86740d91-0c5b-46d2-9159-a07674f29c23 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-86740d91-0c5b-46d2-9159-a07674f29c23 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-86740d91-0c5b-46d2-9159-a07674f29c23 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-86740d91-0c5b-46d2-9159-a07674f29c23 .shg-image-zoom {
  width:  900; 
  height:  100%; 
}





}
#s-3a7c7c52-4784-4415-aec5-6580fd027869 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a7c7c52-4784-4415-aec5-6580fd027869 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b30b1dd1-8296-4244-a0c1-b754321a7cc7 {
  margin-top: 10px;
margin-left: auto;
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: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(255, 211, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(19, 17, 12, 1);
}
#s-b30b1dd1-8296-4244-a0c1-b754321a7cc7:hover {background-color: rgba(19, 17, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b30b1dd1-8296-4244-a0c1-b754321a7cc7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b30b1dd1-8296-4244-a0c1-b754321a7cc7-root {
    text-align: center;
  }


#s-b30b1dd1-8296-4244-a0c1-b754321a7cc7.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b30b1dd1-8296-4244-a0c1-b754321a7cc7-root {
    text-align: center;
  }


#s-b30b1dd1-8296-4244-a0c1-b754321a7cc7.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b30b1dd1-8296-4244-a0c1-b754321a7cc7-root {
    text-align: center;
  }


#s-b30b1dd1-8296-4244-a0c1-b754321a7cc7.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b30b1dd1-8296-4244-a0c1-b754321a7cc7-root {
    text-align: center;
  }


#s-b30b1dd1-8296-4244-a0c1-b754321a7cc7.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b30b1dd1-8296-4244-a0c1-b754321a7cc7-root {
    text-align: center;
  }


#s-b30b1dd1-8296-4244-a0c1-b754321a7cc7.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-699bc133-9e23-4c87-880d-eff40eae9aa6 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-699bc133-9e23-4c87-880d-eff40eae9aa6 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-699bc133-9e23-4c87-880d-eff40eae9aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-699bc133-9e23-4c87-880d-eff40eae9aa6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a72ca46c-730d-4390-91a8-3c4ee5f9ce1d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a72ca46c-730d-4390-91a8-3c4ee5f9ce1d {
  text-align: center;
}
}
#s-a72ca46c-730d-4390-91a8-3c4ee5f9ce1d .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-a72ca46c-730d-4390-91a8-3c4ee5f9ce1d .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-a72ca46c-730d-4390-91a8-3c4ee5f9ce1d .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-a72ca46c-730d-4390-91a8-3c4ee5f9ce1d .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}@media (max-width: 767px){#s-a72ca46c-730d-4390-91a8-3c4ee5f9ce1d .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-a72ca46c-730d-4390-91a8-3c4ee5f9ce1d .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}
#s-3131a251-c4c2-4254-81dc-3e22d24ceb89 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3131a251-c4c2-4254-81dc-3e22d24ceb89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-3131a251-c4c2-4254-81dc-3e22d24ceb89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-3131a251-c4c2-4254-81dc-3e22d24ceb89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-3131a251-c4c2-4254-81dc-3e22d24ceb89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-0a8d2913-5887-457a-b15f-6f0d76c99eac {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-535344fa-4118-4521-b955-59038252932f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-535344fa-4118-4521-b955-59038252932f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-535344fa-4118-4521-b955-59038252932f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-535344fa-4118-4521-b955-59038252932f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-535344fa-4118-4521-b955-59038252932f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-535344fa-4118-4521-b955-59038252932f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-e689cf93-9b74-4104-9c5a-15e83ef972d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e689cf93-9b74-4104-9c5a-15e83ef972d5 .shg-product-title-component h4 span {
  color: ;
  font-weight:  700 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-8cf0f9e8-3110-4741-8457-83c762a39cf2 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-cca46eb9-449f-441c-b890-12e56bbe97b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cca46eb9-449f-441c-b890-12e56bbe97b7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-cca46eb9-449f-441c-b890-12e56bbe97b7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cca46eb9-449f-441c-b890-12e56bbe97b7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cca46eb9-449f-441c-b890-12e56bbe97b7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-cca46eb9-449f-441c-b890-12e56bbe97b7 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-7969e0d2-37f8-4ede-9692-6043f6673f28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7969e0d2-37f8-4ede-9692-6043f6673f28 .shg-product-title-component h4 span {
  color: ;
  font-weight:  700 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e062bb19-e714-46a4-a1c8-2ffc720831e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-e062bb19-e714-46a4-a1c8-2ffc720831e4 {
  margin-top: 5px;
}
}
#s-b03890d1-58d9-4190-995b-54d5be93a148 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b03890d1-58d9-4190-995b-54d5be93a148 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b03890d1-58d9-4190-995b-54d5be93a148 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b03890d1-58d9-4190-995b-54d5be93a148 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b03890d1-58d9-4190-995b-54d5be93a148 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-b03890d1-58d9-4190-995b-54d5be93a148 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-01e7cf36-2ca0-4e95-b737-5427fdd3b7ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01e7cf36-2ca0-4e95-b737-5427fdd3b7ed .shg-product-title-component h4 span {
  color: ;
  font-weight:  700 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-3e23d34f-4edd-40bb-b30e-8493d2919a6d {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-3e23d34f-4edd-40bb-b30e-8493d2919a6d {
  margin-top: 5px;
}
}
#s-24b8ba79-54ca-4807-8bcb-99f47b68af33 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-24b8ba79-54ca-4807-8bcb-99f47b68af33 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-24b8ba79-54ca-4807-8bcb-99f47b68af33 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-24b8ba79-54ca-4807-8bcb-99f47b68af33 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-24b8ba79-54ca-4807-8bcb-99f47b68af33 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-24b8ba79-54ca-4807-8bcb-99f47b68af33 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-06edecf0-7dfd-4585-ac88-3a7277a57b47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06edecf0-7dfd-4585-ac88-3a7277a57b47 .shg-product-title-component h4 span {
  color: ;
  font-weight:  700 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-aa143aa5-d14b-4c49-b320-4ff0d127b26f {
  margin-top: 10px;
margin-left: auto;
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: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(255, 211, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(19, 17, 12, 1);
}
#s-aa143aa5-d14b-4c49-b320-4ff0d127b26f:hover {background-color: rgba(19, 17, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aa143aa5-d14b-4c49-b320-4ff0d127b26f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa143aa5-d14b-4c49-b320-4ff0d127b26f-root {
    text-align: center;
  }


#s-aa143aa5-d14b-4c49-b320-4ff0d127b26f.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aa143aa5-d14b-4c49-b320-4ff0d127b26f-root {
    text-align: center;
  }


#s-aa143aa5-d14b-4c49-b320-4ff0d127b26f.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa143aa5-d14b-4c49-b320-4ff0d127b26f-root {
    text-align: center;
  }


#s-aa143aa5-d14b-4c49-b320-4ff0d127b26f.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa143aa5-d14b-4c49-b320-4ff0d127b26f-root {
    text-align: center;
  }


#s-aa143aa5-d14b-4c49-b320-4ff0d127b26f.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aa143aa5-d14b-4c49-b320-4ff0d127b26f-root {
    text-align: center;
  }


#s-aa143aa5-d14b-4c49-b320-4ff0d127b26f.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-6d7f04cb-90be-44a4-9d1a-ffe21c031221 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6d7f04cb-90be-44a4-9d1a-ffe21c031221 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d7f04cb-90be-44a4-9d1a-ffe21c031221 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-6d7f04cb-90be-44a4-9d1a-ffe21c031221 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-6d7f04cb-90be-44a4-9d1a-ffe21c031221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d7f04cb-90be-44a4-9d1a-ffe21c031221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-994059c6-7b5a-4597-87b0-f82bc7eb5232 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-994059c6-7b5a-4597-87b0-f82bc7eb5232 {
  padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-994059c6-7b5a-4597-87b0-f82bc7eb5232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-994059c6-7b5a-4597-87b0-f82bc7eb5232.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5e3258e-ac94-4377-b84a-2dd4726481e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-f5e3258e-ac94-4377-b84a-2dd4726481e1 {
  text-align: center;
}
}
#s-f5e3258e-ac94-4377-b84a-2dd4726481e1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f5e3258e-ac94-4377-b84a-2dd4726481e1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-f5e3258e-ac94-4377-b84a-2dd4726481e1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e9365f97-4802-4b48-8554-a6a6c4b724a2 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e9365f97-4802-4b48-8554-a6a6c4b724a2 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-e9365f97-4802-4b48-8554-a6a6c4b724a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9365f97-4802-4b48-8554-a6a6c4b724a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9e904b3f-acc2-41c5-b654-79ba0a859b3a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9e904b3f-acc2-41c5-b654-79ba0a859b3a {
  text-align: center;
}
}
#s-9e904b3f-acc2-41c5-b654-79ba0a859b3a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-9e904b3f-acc2-41c5-b654-79ba0a859b3a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-9e904b3f-acc2-41c5-b654-79ba0a859b3a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-9e904b3f-acc2-41c5-b654-79ba0a859b3a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}@media (max-width: 767px){#s-9e904b3f-acc2-41c5-b654-79ba0a859b3a .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-9e904b3f-acc2-41c5-b654-79ba0a859b3a .shogun-heading-component h3 a {
  color: rgba(19, 17, 12, 1);
}

}
#s-6f06e583-950c-4247-b29c-2e84d2145c0f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6f06e583-950c-4247-b29c-2e84d2145c0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6f06e583-950c-4247-b29c-2e84d2145c0f"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-6f06e583-950c-4247-b29c-2e84d2145c0f"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f06e583-950c-4247-b29c-2e84d2145c0f"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 4.0px);
}

}

#s-6afee2b4-521f-459d-8b7f-ee5c4ca9b3a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-54a0be6d-5951-4cd0-a2f8-7394000dca46 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-54a0be6d-5951-4cd0-a2f8-7394000dca46 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-54a0be6d-5951-4cd0-a2f8-7394000dca46 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-54a0be6d-5951-4cd0-a2f8-7394000dca46 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-54a0be6d-5951-4cd0-a2f8-7394000dca46 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-54a0be6d-5951-4cd0-a2f8-7394000dca46 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-4163f2e2-460c-47f5-ac12-f3a5209ea3a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4163f2e2-460c-47f5-ac12-f3a5209ea3a4 .shg-product-title-component h4 span {
  color: ;
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-7e0faccd-fe3b-4042-837c-8e4d39ee35bd {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 6px;
}

#s-fd6e2e5b-50f4-467c-9f8a-4c51c1c0b17f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fd6e2e5b-50f4-467c-9f8a-4c51c1c0b17f .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-fd6e2e5b-50f4-467c-9f8a-4c51c1c0b17f .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fd6e2e5b-50f4-467c-9f8a-4c51c1c0b17f .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fd6e2e5b-50f4-467c-9f8a-4c51c1c0b17f .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-fd6e2e5b-50f4-467c-9f8a-4c51c1c0b17f .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-7f209d7c-c832-44a3-b5db-b628de065ab9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f209d7c-c832-44a3-b5db-b628de065ab9 .shg-product-title-component h4 span {
  color: ;
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-d93eebdd-c2e5-4dcd-9b9c-53ddc0a8a433 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-d93eebdd-c2e5-4dcd-9b9c-53ddc0a8a433 {
  margin-top: 5px;
}
}
#s-5e2b2865-50c2-4e27-a864-4d440b37c668 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5e2b2865-50c2-4e27-a864-4d440b37c668 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-5e2b2865-50c2-4e27-a864-4d440b37c668 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5e2b2865-50c2-4e27-a864-4d440b37c668 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5e2b2865-50c2-4e27-a864-4d440b37c668 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-5e2b2865-50c2-4e27-a864-4d440b37c668 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-633fbbd6-e320-4539-9760-c477a7f55837 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-633fbbd6-e320-4539-9760-c477a7f55837 .shg-product-title-component h4 span {
  color: ;
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-235f7a75-eeb7-4bd4-87e7-9c7c78b9980e {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-235f7a75-eeb7-4bd4-87e7-9c7c78b9980e {
  margin-top: 5px;
}
}
#s-ea6436b6-4595-452a-917e-8b70a7e48ccd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ea6436b6-4595-452a-917e-8b70a7e48ccd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ea6436b6-4595-452a-917e-8b70a7e48ccd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ea6436b6-4595-452a-917e-8b70a7e48ccd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ea6436b6-4595-452a-917e-8b70a7e48ccd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ea6436b6-4595-452a-917e-8b70a7e48ccd .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-1d919b06-f552-4c08-a84d-647686a0009b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d919b06-f552-4c08-a84d-647686a0009b .shg-product-title-component h4 span {
  color: ;
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-6aac0dca-c3d4-43c4-85b6-549c518547c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 6px;
}
@media (max-width: 767px){#s-6aac0dca-c3d4-43c4-85b6-549c518547c3 {
  margin-top: 5px;
}
}
#s-0544619c-d760-4476-a925-6afbd99624df {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0544619c-d760-4476-a925-6afbd99624df .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-0544619c-d760-4476-a925-6afbd99624df .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0544619c-d760-4476-a925-6afbd99624df .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0544619c-d760-4476-a925-6afbd99624df .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-0544619c-d760-4476-a925-6afbd99624df .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-42ab2dee-f1bc-4aa1-adc2-663f4f09f5b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42ab2dee-f1bc-4aa1-adc2-663f4f09f5b7 .shg-product-title-component h4 span {
  color: ;
  font-weight:   ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1f5f1856-35a7-4963-b06b-24b6a3597663 {
  margin-top: 10px;
margin-left: auto;
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: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1f5f1856-35a7-4963-b06b-24b6a3597663:hover {background-color: rgba(19, 17, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1f5f1856-35a7-4963-b06b-24b6a3597663:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f5f1856-35a7-4963-b06b-24b6a3597663-root {
    text-align: center;
  }


#s-1f5f1856-35a7-4963-b06b-24b6a3597663.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1f5f1856-35a7-4963-b06b-24b6a3597663-root {
    text-align: center;
  }


#s-1f5f1856-35a7-4963-b06b-24b6a3597663.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f5f1856-35a7-4963-b06b-24b6a3597663-root {
    text-align: center;
  }


#s-1f5f1856-35a7-4963-b06b-24b6a3597663.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f5f1856-35a7-4963-b06b-24b6a3597663-root {
    text-align: center;
  }


#s-1f5f1856-35a7-4963-b06b-24b6a3597663.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1f5f1856-35a7-4963-b06b-24b6a3597663-root {
    text-align: center;
  }


#s-1f5f1856-35a7-4963-b06b-24b6a3597663.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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;
}
