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

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

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

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

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

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

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

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

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

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

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

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

#s-abf5be4d-ca72-477c-9bb5-123178efd607 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-abf5be4d-ca72-477c-9bb5-123178efd607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abf5be4d-ca72-477c-9bb5-123178efd607 {
  cursor: pointer;
}#s-abf5be4d-ca72-477c-9bb5-123178efd607.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-59efb55d-fbda-42f1-98a7-be019ada4bcd {
  margin-left: auto;
margin-right: auto;
background-color: rgba(239, 239, 243, 0.77);
}
@media (min-width: 992px) and (max-width: 1199px){#s-59efb55d-fbda-42f1-98a7-be019ada4bcd {
  background-color: rgba(239, 239, 243, 1);
}
}
@media (min-width: 0px) {
[id="s-59efb55d-fbda-42f1-98a7-be019ada4bcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59efb55d-fbda-42f1-98a7-be019ada4bcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59efb55d-fbda-42f1-98a7-be019ada4bcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59efb55d-fbda-42f1-98a7-be019ada4bcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6ef61214-baa1-4e70-83f3-d562e8d8cd9a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6ef61214-baa1-4e70-83f3-d562e8d8cd9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ef61214-baa1-4e70-83f3-d562e8d8cd9a.shg-box.shg-c {
  justify-content: center;
}

.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-323d2034-84ee-4dad-9986-289358b89394 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (min-width: 1200px){#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin-top: 20px;
margin-bottom: 10px;
max-width: 270px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin-top: 20px;
margin-bottom: 10px;
max-width: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin-top: 20px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-323d2034-84ee-4dad-9986-289358b89394-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-323d2034-84ee-4dad-9986-289358b89394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-323d2034-84ee-4dad-9986-289358b89394 .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-323d2034-84ee-4dad-9986-289358b89394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-323d2034-84ee-4dad-9986-289358b89394 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-323d2034-84ee-4dad-9986-289358b89394 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-323d2034-84ee-4dad-9986-289358b89394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-323d2034-84ee-4dad-9986-289358b89394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323d2034-84ee-4dad-9986-289358b89394.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-323d2034-84ee-4dad-9986-289358b89394-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-323d2034-84ee-4dad-9986-289358b89394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-323d2034-84ee-4dad-9986-289358b89394 .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-323d2034-84ee-4dad-9986-289358b89394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-323d2034-84ee-4dad-9986-289358b89394 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-323d2034-84ee-4dad-9986-289358b89394 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-323d2034-84ee-4dad-9986-289358b89394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-323d2034-84ee-4dad-9986-289358b89394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323d2034-84ee-4dad-9986-289358b89394.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-323d2034-84ee-4dad-9986-289358b89394-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-323d2034-84ee-4dad-9986-289358b89394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-323d2034-84ee-4dad-9986-289358b89394 .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-323d2034-84ee-4dad-9986-289358b89394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-323d2034-84ee-4dad-9986-289358b89394 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-323d2034-84ee-4dad-9986-289358b89394 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-323d2034-84ee-4dad-9986-289358b89394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-323d2034-84ee-4dad-9986-289358b89394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323d2034-84ee-4dad-9986-289358b89394.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-323d2034-84ee-4dad-9986-289358b89394-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-323d2034-84ee-4dad-9986-289358b89394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-323d2034-84ee-4dad-9986-289358b89394 .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-323d2034-84ee-4dad-9986-289358b89394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-323d2034-84ee-4dad-9986-289358b89394 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-323d2034-84ee-4dad-9986-289358b89394 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-323d2034-84ee-4dad-9986-289358b89394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-323d2034-84ee-4dad-9986-289358b89394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323d2034-84ee-4dad-9986-289358b89394.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-323d2034-84ee-4dad-9986-289358b89394 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-323d2034-84ee-4dad-9986-289358b89394-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-323d2034-84ee-4dad-9986-289358b89394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-323d2034-84ee-4dad-9986-289358b89394 .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-323d2034-84ee-4dad-9986-289358b89394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-323d2034-84ee-4dad-9986-289358b89394 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-323d2034-84ee-4dad-9986-289358b89394 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-323d2034-84ee-4dad-9986-289358b89394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-323d2034-84ee-4dad-9986-289358b89394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323d2034-84ee-4dad-9986-289358b89394.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

#s-93a31c77-b5f8-4bd0-804e-3518c02cddda {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-93a31c77-b5f8-4bd0-804e-3518c02cddda {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
}
}
#s-93a31c77-b5f8-4bd0-804e-3518c02cddda .shogun-heading-component h1 {
  color: rgba(0, 66, 137, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-93a31c77-b5f8-4bd0-804e-3518c02cddda .shogun-heading-component h1 {
  color: rgba(0, 66, 137, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93a31c77-b5f8-4bd0-804e-3518c02cddda .shogun-heading-component h1 {
  color: rgba(0, 66, 137, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93a31c77-b5f8-4bd0-804e-3518c02cddda .shogun-heading-component h1 {
  color: rgba(0, 66, 137, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-93a31c77-b5f8-4bd0-804e-3518c02cddda .shogun-heading-component h1 {
  color: rgba(0, 66, 137, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


}
#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba {
  margin-left: auto;
margin-right: auto;
padding-top: 13px;
padding-bottom: 13px;
text-align: center;
}
@media (min-width: 1200px){#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba {
  padding-top: 21px;
padding-bottom: 21px;
display: none;
}
#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba, #wrap-s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba, #wrap-content-s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba {
  padding-top: 16px;
padding-bottom: 16px;
display: none;
}
#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba, #wrap-s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba, #wrap-content-s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba {
  margin-top: 2px;
margin-left: 11%;
margin-bottom: 4px;
margin-right: 11%;
padding-top: 8px;
padding-bottom: 8px;
display: none;
}
#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba, #wrap-s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba, #wrap-content-s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba { display: none !important; }}@media (max-width: 767px){#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-bottom: 5px;
}
}
#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-cdebfe8f-f1db-4a89-8d13-0ef66b7022ba .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 {
  margin-left: auto;
margin-right: auto;
padding-top: 13px;
padding-bottom: 13px;
text-align: center;
}
@media (min-width: 1200px){#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 {
  margin-left: 3%;
margin-right: 3%;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 {
  margin-left: 6%;
margin-right: 6%;
padding-bottom: 5px;
}
}@media (max-width: 767px){#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 {
  margin-left: 3%;
margin-right: 3%;
display: none;
}
#s-0ed89471-e833-4cda-92cd-4a8be6b5def9, #wrap-s-0ed89471-e833-4cda-92cd-4a8be6b5def9, #wrap-content-s-0ed89471-e833-4cda-92cd-4a8be6b5def9 { display: none !important; }}
#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-0ed89471-e833-4cda-92cd-4a8be6b5def9 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.2em;
  
  
}


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

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

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-34713009-f733-4393-b387-aa20d1a54d40 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 5px;
padding-left: 29px;
padding-bottom: 5px;
padding-right: 29px;
border-radius: 2px;
background-color: rgba(109, 7, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-34713009-f733-4393-b387-aa20d1a54d40:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34713009-f733-4393-b387-aa20d1a54d40:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-34713009-f733-4393-b387-aa20d1a54d40 {
  margin-top: 0px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-34713009-f733-4393-b387-aa20d1a54d40:hover {background-color: rgba(0, 66, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-34713009-f733-4393-b387-aa20d1a54d40 {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-34713009-f733-4393-b387-aa20d1a54d40:hover {background-color: rgba(0, 66, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-34713009-f733-4393-b387-aa20d1a54d40 {
  margin-top: 10px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-34713009-f733-4393-b387-aa20d1a54d40:hover {background-color: rgba(0, 66, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-34713009-f733-4393-b387-aa20d1a54d40 {
  display: none;
background-image: none;
background-color: rgba(183, 23, 72, 1);
hover-type: color;
}
#s-34713009-f733-4393-b387-aa20d1a54d40, #wrap-s-34713009-f733-4393-b387-aa20d1a54d40, #wrap-content-s-34713009-f733-4393-b387-aa20d1a54d40 { display: none !important; }#s-34713009-f733-4393-b387-aa20d1a54d40:hover {background-color: rgba(0, 66, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-34713009-f733-4393-b387-aa20d1a54d40-root {
    text-align: center;
  }


#s-34713009-f733-4393-b387-aa20d1a54d40.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34713009-f733-4393-b387-aa20d1a54d40-root {
    text-align: center;
  }


#s-34713009-f733-4393-b387-aa20d1a54d40.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34713009-f733-4393-b387-aa20d1a54d40-root {
    text-align: center;
  }


#s-34713009-f733-4393-b387-aa20d1a54d40.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34713009-f733-4393-b387-aa20d1a54d40-root {
    text-align: center;
  }


#s-34713009-f733-4393-b387-aa20d1a54d40.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34713009-f733-4393-b387-aa20d1a54d40-root {
    text-align: center;
  }


#s-34713009-f733-4393-b387-aa20d1a54d40.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-df0b82f7-d594-4fa7-a7c6-e35088e87c81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-df0b82f7-d594-4fa7-a7c6-e35088e87c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df0b82f7-d594-4fa7-a7c6-e35088e87c81.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  margin-left: 0%;
margin-right: 0%;
max-width: 1298px;
text-align: center;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  margin: 0 !important;
  overflow: visible;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add background color handling */
  
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8456e36-2da2-45b8-a289-a8872a02a77a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image {
  box-sizing: border-box;
}



.s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  
}


@media (min-width: 1200px){#s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  margin: 0 !important;
  overflow: visible;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add background color handling */
  
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8456e36-2da2-45b8-a289-a8872a02a77a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image {
  box-sizing: border-box;
}



.s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  margin: 0 !important;
  overflow: visible;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add background color handling */
  
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8456e36-2da2-45b8-a289-a8872a02a77a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image {
  box-sizing: border-box;
}



.s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  margin: 0 !important;
  overflow: visible;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add background color handling */
  
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8456e36-2da2-45b8-a289-a8872a02a77a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image {
  box-sizing: border-box;
}



.s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  
}


}@media (max-width: 767px){#s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  margin: 0 !important;
  overflow: visible;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8456e36-2da2-45b8-a289-a8872a02a77a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add background color handling */
  
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8456e36-2da2-45b8-a289-a8872a02a77a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8456e36-2da2-45b8-a289-a8872a02a77a.shogun-image {
  box-sizing: border-box;
}



.s-e8456e36-2da2-45b8-a289-a8872a02a77a img.shogun-image {
  
}


}
#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-left: 29px;
padding-bottom: 3px;
padding-right: 29px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f {
  display: none;
}
#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f, #wrap-s-e0e3011d-9094-4b79-bf9f-8a2038ca907f, #wrap-content-s-e0e3011d-9094-4b79-bf9f-8a2038ca907f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f {
  display: none;
}
#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f, #wrap-s-e0e3011d-9094-4b79-bf9f-8a2038ca907f, #wrap-content-s-e0e3011d-9094-4b79-bf9f-8a2038ca907f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f {
  display: none;
}
#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f, #wrap-s-e0e3011d-9094-4b79-bf9f-8a2038ca907f, #wrap-content-s-e0e3011d-9094-4b79-bf9f-8a2038ca907f { display: none !important; }}@media (max-width: 767px){#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f {
  margin-top: 17px;
margin-bottom: 30px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e0e3011d-9094-4b79-bf9f-8a2038ca907f-root {
    text-align: center;
  }


#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0e3011d-9094-4b79-bf9f-8a2038ca907f-root {
    text-align: center;
  }


#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0e3011d-9094-4b79-bf9f-8a2038ca907f-root {
    text-align: center;
  }


#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0e3011d-9094-4b79-bf9f-8a2038ca907f-root {
    text-align: center;
  }


#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0e3011d-9094-4b79-bf9f-8a2038ca907f-root {
    text-align: center;
  }


#s-e0e3011d-9094-4b79-bf9f-8a2038ca907f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ce9383eb-258d-464c-a3d4-a625e2f747b3 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ce9383eb-258d-464c-a3d4-a625e2f747b3 {
  margin-top: 20px;
margin-bottom: 10px;
}
}







#s-ce9383eb-258d-464c-a3d4-a625e2f747b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce9383eb-258d-464c-a3d4-a625e2f747b3 {
  cursor: pointer;
}#s-ce9383eb-258d-464c-a3d4-a625e2f747b3.shg-box.shg-c {
  justify-content: center;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  margin-left: auto;
margin-right: auto;
max-width: 2500px;
text-align: center;
}
@media (min-width: 1200px){#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  display: none;
}
#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce, #wrap-s-043ca982-19b1-4b23-96f5-bc6bfaa989ce, #wrap-content-s-043ca982-19b1-4b23-96f5-bc6bfaa989ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  display: none;
}
#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce, #wrap-s-043ca982-19b1-4b23-96f5-bc6bfaa989ce, #wrap-content-s-043ca982-19b1-4b23-96f5-bc6bfaa989ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  display: none;
}
#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce, #wrap-s-043ca982-19b1-4b23-96f5-bc6bfaa989ce, #wrap-content-s-043ca982-19b1-4b23-96f5-bc6bfaa989ce { display: none !important; }}
#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce-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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce-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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce-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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce-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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce-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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .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-043ca982-19b1-4b23-96f5-bc6bfaa989ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043ca982-19b1-4b23-96f5-bc6bfaa989ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  margin-left: auto;
margin-right: auto;
max-width: 2500px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  
}
}@media (max-width: 767px){#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  display: none;
}
#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653, #wrap-s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653, #wrap-content-s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 { display: none !important; }}
#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653-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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653-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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653-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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653-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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653-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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .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-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 img.shogun-image {
  width: 100%;
  
  
  max-width: 2500px;

      
    max-width: 2500px;

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




.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de4b7b81-4c6a-4bf8-b15e-1d627b89d653.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3cea8f8b-1c98-439f-9162-53a106c33d7e {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 22px;
text-align: center;
}
@media (min-width: 1200px){#s-3cea8f8b-1c98-439f-9162-53a106c33d7e {
  padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3cea8f8b-1c98-439f-9162-53a106c33d7e {
  margin-top: 5px;
padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3cea8f8b-1c98-439f-9162-53a106c33d7e {
  padding-top: 26px;
}
}@media (max-width: 767px){#s-3cea8f8b-1c98-439f-9162-53a106c33d7e {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-3cea8f8b-1c98-439f-9162-53a106c33d7e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-3cea8f8b-1c98-439f-9162-53a106c33d7e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3cea8f8b-1c98-439f-9162-53a106c33d7e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-3cea8f8b-1c98-439f-9162-53a106c33d7e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-99135666-5a89-4365-b1f7-de43b47552d9 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(109, 7, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-99135666-5a89-4365-b1f7-de43b47552d9:hover {background-color: rgba(203, 5, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99135666-5a89-4365-b1f7-de43b47552d9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-99135666-5a89-4365-b1f7-de43b47552d9 {
  margin-bottom: 30px;
}
}

  #s-99135666-5a89-4365-b1f7-de43b47552d9-root {
    text-align: center;
  }


#s-99135666-5a89-4365-b1f7-de43b47552d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99135666-5a89-4365-b1f7-de43b47552d9-root {
    text-align: center;
  }


#s-99135666-5a89-4365-b1f7-de43b47552d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99135666-5a89-4365-b1f7-de43b47552d9-root {
    text-align: center;
  }


#s-99135666-5a89-4365-b1f7-de43b47552d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99135666-5a89-4365-b1f7-de43b47552d9-root {
    text-align: center;
  }


#s-99135666-5a89-4365-b1f7-de43b47552d9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99135666-5a89-4365-b1f7-de43b47552d9-root {
    text-align: center;
  }


#s-99135666-5a89-4365-b1f7-de43b47552d9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c506a962-657e-41fa-9854-d3609e5c7543 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-c506a962-657e-41fa-9854-d3609e5c7543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c506a962-657e-41fa-9854-d3609e5c7543 {
  cursor: pointer;
}#s-c506a962-657e-41fa-9854-d3609e5c7543.shg-box.shg-c {
  justify-content: center;
}

#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/-/resize/480x/);
}
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/-/resize/960x/);
}
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/-/resize/768x/);
}
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/-/resize/1536x/);
}
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/-/resize/1024x/);
}
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/-/resize/2048x/);
}
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/-/resize/1200x/);
}
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 {
  background-image: url(https://i.shgcdn.com/32672144-62f4-4614-851d-791d7cbb17f0/-/resize/2048x/);
}
#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c9dca7b-29a2-445b-a6fa-06d9432c0756.shg-box.shg-c {
  justify-content: center;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (max-width: 767px){#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  margin-top: -7px;
}
}
#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22-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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22-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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22-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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22-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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22-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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .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-35bafaa0-091c-4cd5-8864-8bb6c55cba22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35bafaa0-091c-4cd5-8864-8bb6c55cba22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
max-width: 900px;
text-align: center;
}
@media (max-width: 767px){#s-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0-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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
  
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 .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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-70b1987c-92fe-4760-9d04-2784a166f6f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0-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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 .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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-70b1987c-92fe-4760-9d04-2784a166f6f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0-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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 .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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-70b1987c-92fe-4760-9d04-2784a166f6f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0-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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 .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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-70b1987c-92fe-4760-9d04-2784a166f6f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0-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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 .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-70b1987c-92fe-4760-9d04-2784a166f6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70b1987c-92fe-4760-9d04-2784a166f6f0 img.shogun-image {
  width: 100%;
  
  
  max-width: 900px;

      
    max-width: 900px;

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




.s-70b1987c-92fe-4760-9d04-2784a166f6f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1987c-92fe-4760-9d04-2784a166f6f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-af80422e-e08a-492e-8e61-6fad4d2b0469 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(203, 4, 92, 0);
}
@media (max-width: 767px){#s-af80422e-e08a-492e-8e61-6fad4d2b0469 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-af80422e-e08a-492e-8e61-6fad4d2b0469 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-af80422e-e08a-492e-8e61-6fad4d2b0469 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-41d96526-db34-4826-bc71-6b737886d89a {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-41d96526-db34-4826-bc71-6b737886d89a {
  display: none;
}
#s-41d96526-db34-4826-bc71-6b737886d89a, #wrap-s-41d96526-db34-4826-bc71-6b737886d89a, #wrap-content-s-41d96526-db34-4826-bc71-6b737886d89a { display: none !important; }}@media (max-width: 767px){#s-41d96526-db34-4826-bc71-6b737886d89a {
  display: none;
}
#s-41d96526-db34-4826-bc71-6b737886d89a, #wrap-s-41d96526-db34-4826-bc71-6b737886d89a, #wrap-content-s-41d96526-db34-4826-bc71-6b737886d89a { display: none !important; }}
@media (min-width: 0px) {
[id="s-41d96526-db34-4826-bc71-6b737886d89a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-41d96526-db34-4826-bc71-6b737886d89a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-41d96526-db34-4826-bc71-6b737886d89a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-41d96526-db34-4826-bc71-6b737886d89a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e05fbabe-c87d-477c-8889-3e8f51d42bb8 {
  margin-left: auto;
margin-right: auto;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f-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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f-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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f-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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f-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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f-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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .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-c03166c0-4c55-4e10-af35-ca2aa7b9510f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03166c0-4c55-4e10-af35-ca2aa7b9510f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9ddf3300-4607-4946-a1c7-2b59f565d653 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9ddf3300-4607-4946-a1c7-2b59f565d653 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9ddf3300-4607-4946-a1c7-2b59f565d653 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-9ddf3300-4607-4946-a1c7-2b59f565d653 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-b2d5bf9f-5ad2-4571-ab03-a5628e97c72f {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b2d5bf9f-5ad2-4571-ab03-a5628e97c72f {
  margin-bottom: 10px;
}
}
#s-b2d5bf9f-5ad2-4571-ab03-a5628e97c72f .shg-proportional-font-size,
#s-b2d5bf9f-5ad2-4571-ab03-a5628e97c72f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3e810750-0868-4ad4-b39e-af91d54f3b6a {
  margin-left: auto;
margin-right: auto;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722-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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722-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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722-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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722-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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722-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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .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-3aae16c1-d1df-4247-b4c0-e23dd91d7722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aae16c1-d1df-4247-b4c0-e23dd91d7722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-23db2e41-3d95-4d5c-a9dc-a54815f9905a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-23db2e41-3d95-4d5c-a9dc-a54815f9905a .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-23db2e41-3d95-4d5c-a9dc-a54815f9905a .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-23db2e41-3d95-4d5c-a9dc-a54815f9905a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cf8447b5-13c2-4f59-968d-6f45f8430d47 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-cf8447b5-13c2-4f59-968d-6f45f8430d47 {
  margin-bottom: 10px;
}
}
#s-cf8447b5-13c2-4f59-968d-6f45f8430d47 .shg-proportional-font-size,
#s-cf8447b5-13c2-4f59-968d-6f45f8430d47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7d022503-4f43-4517-b48c-256f3bdd6912 {
  margin-left: auto;
margin-right: auto;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5-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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5-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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5-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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5-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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5-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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .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-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e927b38-e2b3-40b8-bfaf-c6d4350829f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d4b8ba62-077d-4167-befb-f3ceb81041d3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d4b8ba62-077d-4167-befb-f3ceb81041d3 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d4b8ba62-077d-4167-befb-f3ceb81041d3 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-d4b8ba62-077d-4167-befb-f3ceb81041d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-712a59d4-1cc6-4ad6-b14f-255dbb65dc15 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-712a59d4-1cc6-4ad6-b14f-255dbb65dc15 {
  margin-bottom: 10px;
}
}
#s-712a59d4-1cc6-4ad6-b14f-255dbb65dc15 .shg-proportional-font-size,
#s-712a59d4-1cc6-4ad6-b14f-255dbb65dc15 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2e79e884-d15a-4fa8-9a0d-8d1a505e033b {
  margin-left: auto;
margin-right: auto;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f-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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f .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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5bdc62ed-4352-4905-857f-4ad594c34f5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f-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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f .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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5bdc62ed-4352-4905-857f-4ad594c34f5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f-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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f .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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5bdc62ed-4352-4905-857f-4ad594c34f5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f-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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f .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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5bdc62ed-4352-4905-857f-4ad594c34f5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f-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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f .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-5bdc62ed-4352-4905-857f-4ad594c34f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-5bdc62ed-4352-4905-857f-4ad594c34f5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc62ed-4352-4905-857f-4ad594c34f5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cfc4ad80-cd33-4270-b85c-84e2980d67d8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cfc4ad80-cd33-4270-b85c-84e2980d67d8 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-cfc4ad80-cd33-4270-b85c-84e2980d67d8 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-cfc4ad80-cd33-4270-b85c-84e2980d67d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-16e10ab3-f388-4d04-97d1-1b0cd9c38edf {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-16e10ab3-f388-4d04-97d1-1b0cd9c38edf {
  margin-bottom: 10px;
}
}
#s-16e10ab3-f388-4d04-97d1-1b0cd9c38edf .shg-proportional-font-size,
#s-16e10ab3-f388-4d04-97d1-1b0cd9c38edf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6c5e7b2a-3a2c-437a-82e6-4c9a5b1fddec {
  margin-left: auto;
margin-right: auto;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68-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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68-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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68-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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68-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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68-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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .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-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf2ddff-7d89-40e9-bd96-d816cd90cd68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-81f61a43-5a1e-4a39-b57d-1d0a233505ba {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-81f61a43-5a1e-4a39-b57d-1d0a233505ba .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-81f61a43-5a1e-4a39-b57d-1d0a233505ba .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-81f61a43-5a1e-4a39-b57d-1d0a233505ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a66d07c3-4395-43f7-8486-ff5db175dbf1 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a66d07c3-4395-43f7-8486-ff5db175dbf1 {
  margin-bottom: 10px;
}
}
#s-a66d07c3-4395-43f7-8486-ff5db175dbf1 .shg-proportional-font-size,
#s-a66d07c3-4395-43f7-8486-ff5db175dbf1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3944776d-ab56-46a4-8c50-8e9bff28abaf {
  margin-left: auto;
margin-right: auto;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e-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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-08270590-0428-4ef5-b4a6-417aaa739f9e .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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08270590-0428-4ef5-b4a6-417aaa739f9e img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-08270590-0428-4ef5-b4a6-417aaa739f9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-08270590-0428-4ef5-b4a6-417aaa739f9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e-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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e .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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08270590-0428-4ef5-b4a6-417aaa739f9e img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-08270590-0428-4ef5-b4a6-417aaa739f9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-08270590-0428-4ef5-b4a6-417aaa739f9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e-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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e .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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08270590-0428-4ef5-b4a6-417aaa739f9e img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-08270590-0428-4ef5-b4a6-417aaa739f9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-08270590-0428-4ef5-b4a6-417aaa739f9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e-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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e .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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08270590-0428-4ef5-b4a6-417aaa739f9e img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-08270590-0428-4ef5-b4a6-417aaa739f9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-08270590-0428-4ef5-b4a6-417aaa739f9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e-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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e .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-08270590-0428-4ef5-b4a6-417aaa739f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08270590-0428-4ef5-b4a6-417aaa739f9e img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-08270590-0428-4ef5-b4a6-417aaa739f9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08270590-0428-4ef5-b4a6-417aaa739f9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5a9347c0-80be-4a75-a4f1-b26e415b0592 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5a9347c0-80be-4a75-a4f1-b26e415b0592 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5a9347c0-80be-4a75-a4f1-b26e415b0592 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-5a9347c0-80be-4a75-a4f1-b26e415b0592 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fd266aa0-fa20-43a0-9db6-fd071ee0767a {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fd266aa0-fa20-43a0-9db6-fd071ee0767a {
  margin-bottom: 10px;
}
}
#s-fd266aa0-fa20-43a0-9db6-fd071ee0767a .shg-proportional-font-size,
#s-fd266aa0-fa20-43a0-9db6-fd071ee0767a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-737f86bd-0a29-4263-b237-962c312b2eb0 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-737f86bd-0a29-4263-b237-962c312b2eb0 {
  display: none;
}
#s-737f86bd-0a29-4263-b237-962c312b2eb0, #wrap-s-737f86bd-0a29-4263-b237-962c312b2eb0, #wrap-content-s-737f86bd-0a29-4263-b237-962c312b2eb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-737f86bd-0a29-4263-b237-962c312b2eb0 {
  display: none;
}
#s-737f86bd-0a29-4263-b237-962c312b2eb0, #wrap-s-737f86bd-0a29-4263-b237-962c312b2eb0, #wrap-content-s-737f86bd-0a29-4263-b237-962c312b2eb0 { display: none !important; }}@media (max-width: 767px){#s-737f86bd-0a29-4263-b237-962c312b2eb0 {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-737f86bd-0a29-4263-b237-962c312b2eb0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-737f86bd-0a29-4263-b237-962c312b2eb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-737f86bd-0a29-4263-b237-962c312b2eb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-737f86bd-0a29-4263-b237-962c312b2eb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-9450e63a-b891-4eb9-8490-b18b6d7b8efe {
  margin-left: auto;
margin-right: auto;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef-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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef .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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3e9382b8-8ade-4669-94c7-5de25fb061ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef-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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef .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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3e9382b8-8ade-4669-94c7-5de25fb061ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef-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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef .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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3e9382b8-8ade-4669-94c7-5de25fb061ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef-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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef .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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3e9382b8-8ade-4669-94c7-5de25fb061ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef-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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef .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-3e9382b8-8ade-4669-94c7-5de25fb061ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-3e9382b8-8ade-4669-94c7-5de25fb061ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9382b8-8ade-4669-94c7-5de25fb061ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-402e7318-4c68-47ba-ac36-0d6c6cc727b1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-402e7318-4c68-47ba-ac36-0d6c6cc727b1 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-402e7318-4c68-47ba-ac36-0d6c6cc727b1 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-402e7318-4c68-47ba-ac36-0d6c6cc727b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-402e7318-4c68-47ba-ac36-0d6c6cc727b1 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 26px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-402e7318-4c68-47ba-ac36-0d6c6cc727b1 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 26px;
}

#s-402e7318-4c68-47ba-ac36-0d6c6cc727b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-0d02195a-9b87-4314-b06d-210a6c989660 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0d02195a-9b87-4314-b06d-210a6c989660 {
  margin-bottom: 10px;
}
}
#s-0d02195a-9b87-4314-b06d-210a6c989660 .shg-proportional-font-size,
#s-0d02195a-9b87-4314-b06d-210a6c989660 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-acca34cc-0297-4449-b4c2-f3e736ab3730 {
  margin-left: auto;
margin-right: auto;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7-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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7-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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7-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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7-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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7-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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .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-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fbf69b-2b7e-4df1-b163-03d4e2c5f2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-121ad980-6c8a-4ca6-a005-7bece9ae37d9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-121ad980-6c8a-4ca6-a005-7bece9ae37d9 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-121ad980-6c8a-4ca6-a005-7bece9ae37d9 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-121ad980-6c8a-4ca6-a005-7bece9ae37d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-121ad980-6c8a-4ca6-a005-7bece9ae37d9 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 26px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-121ad980-6c8a-4ca6-a005-7bece9ae37d9 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 26px;
}

#s-121ad980-6c8a-4ca6-a005-7bece9ae37d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ce8fc1f1-d562-43bc-a882-03d4ac7b2b06 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ce8fc1f1-d562-43bc-a882-03d4ac7b2b06 {
  margin-bottom: 10px;
}
}
#s-ce8fc1f1-d562-43bc-a882-03d4ac7b2b06 .shg-proportional-font-size,
#s-ce8fc1f1-d562-43bc-a882-03d4ac7b2b06 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0103f695-dc8b-42ea-8943-bbdc7cabad4b {
  margin-left: auto;
margin-right: auto;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76-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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76-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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76-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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76-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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76-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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .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-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ebe8a3d-69d3-4da9-855d-88d1bf9dea76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b5b72663-9c71-41f2-bd8f-4a084c5df704 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b5b72663-9c71-41f2-bd8f-4a084c5df704 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b5b72663-9c71-41f2-bd8f-4a084c5df704 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-b5b72663-9c71-41f2-bd8f-4a084c5df704 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-b5b72663-9c71-41f2-bd8f-4a084c5df704 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 26px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b5b72663-9c71-41f2-bd8f-4a084c5df704 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 26px;
}

#s-b5b72663-9c71-41f2-bd8f-4a084c5df704 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-7ce6628d-d922-4184-bb23-3c5e463f9e6b {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-7ce6628d-d922-4184-bb23-3c5e463f9e6b {
  margin-bottom: 10px;
}
}
#s-7ce6628d-d922-4184-bb23-3c5e463f9e6b .shg-proportional-font-size,
#s-7ce6628d-d922-4184-bb23-3c5e463f9e6b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-92c9ea1c-4ce2-40b8-80f5-e40bdb3bcbb6 {
  margin-left: auto;
margin-right: auto;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a-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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a-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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a-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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a-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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a-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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .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-4a8d3013-7f85-458e-a68f-10ccebd88f5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a8d3013-7f85-458e-a68f-10ccebd88f5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dc97dc08-8d25-403b-b5ed-efdeaf416281 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dc97dc08-8d25-403b-b5ed-efdeaf416281 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-dc97dc08-8d25-403b-b5ed-efdeaf416281 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-dc97dc08-8d25-403b-b5ed-efdeaf416281 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-dc97dc08-8d25-403b-b5ed-efdeaf416281 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 26px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-dc97dc08-8d25-403b-b5ed-efdeaf416281 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 26px;
}

#s-dc97dc08-8d25-403b-b5ed-efdeaf416281 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-0de5eae2-73f8-4da5-a2f8-8bac3deee776 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0de5eae2-73f8-4da5-a2f8-8bac3deee776 {
  margin-bottom: 10px;
}
}
#s-0de5eae2-73f8-4da5-a2f8-8bac3deee776 .shg-proportional-font-size,
#s-0de5eae2-73f8-4da5-a2f8-8bac3deee776 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-55f510eb-0c32-4b4a-a25a-6fd6f0d3face {
  margin-left: auto;
margin-right: auto;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb-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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-09bf4c2f-979d-40b6-af23-804e82006cdb .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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09bf4c2f-979d-40b6-af23-804e82006cdb img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-09bf4c2f-979d-40b6-af23-804e82006cdb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-09bf4c2f-979d-40b6-af23-804e82006cdb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb-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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb .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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09bf4c2f-979d-40b6-af23-804e82006cdb img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-09bf4c2f-979d-40b6-af23-804e82006cdb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-09bf4c2f-979d-40b6-af23-804e82006cdb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb-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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb .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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09bf4c2f-979d-40b6-af23-804e82006cdb img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-09bf4c2f-979d-40b6-af23-804e82006cdb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-09bf4c2f-979d-40b6-af23-804e82006cdb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb-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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb .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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09bf4c2f-979d-40b6-af23-804e82006cdb img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-09bf4c2f-979d-40b6-af23-804e82006cdb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-09bf4c2f-979d-40b6-af23-804e82006cdb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb-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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb .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-09bf4c2f-979d-40b6-af23-804e82006cdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09bf4c2f-979d-40b6-af23-804e82006cdb img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-09bf4c2f-979d-40b6-af23-804e82006cdb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09bf4c2f-979d-40b6-af23-804e82006cdb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3998c535-71eb-4366-ac3e-2fe52c9ed605 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3998c535-71eb-4366-ac3e-2fe52c9ed605 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3998c535-71eb-4366-ac3e-2fe52c9ed605 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-3998c535-71eb-4366-ac3e-2fe52c9ed605 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-3998c535-71eb-4366-ac3e-2fe52c9ed605 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 26px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3998c535-71eb-4366-ac3e-2fe52c9ed605 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 26px;
}

#s-3998c535-71eb-4366-ac3e-2fe52c9ed605 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-80ebe591-b18a-45d3-a545-cc47171920fc {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-80ebe591-b18a-45d3-a545-cc47171920fc {
  margin-bottom: 10px;
}
}
#s-80ebe591-b18a-45d3-a545-cc47171920fc .shg-proportional-font-size,
#s-80ebe591-b18a-45d3-a545-cc47171920fc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f2a66da9-b3d7-4e77-8af6-5f29671c0d02 {
  margin-left: auto;
margin-right: auto;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f-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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-af402dc9-5c8e-40ba-a501-a5619103b52f .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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af402dc9-5c8e-40ba-a501-a5619103b52f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-af402dc9-5c8e-40ba-a501-a5619103b52f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-af402dc9-5c8e-40ba-a501-a5619103b52f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f-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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f .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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af402dc9-5c8e-40ba-a501-a5619103b52f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-af402dc9-5c8e-40ba-a501-a5619103b52f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-af402dc9-5c8e-40ba-a501-a5619103b52f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f-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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f .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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af402dc9-5c8e-40ba-a501-a5619103b52f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-af402dc9-5c8e-40ba-a501-a5619103b52f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-af402dc9-5c8e-40ba-a501-a5619103b52f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f-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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f .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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af402dc9-5c8e-40ba-a501-a5619103b52f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-af402dc9-5c8e-40ba-a501-a5619103b52f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-af402dc9-5c8e-40ba-a501-a5619103b52f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f-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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f .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-af402dc9-5c8e-40ba-a501-a5619103b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af402dc9-5c8e-40ba-a501-a5619103b52f img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

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




.s-af402dc9-5c8e-40ba-a501-a5619103b52f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af402dc9-5c8e-40ba-a501-a5619103b52f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e65e05ae-b531-4da5-8d42-6f36f36874c4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e65e05ae-b531-4da5-8d42-6f36f36874c4 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 29px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e65e05ae-b531-4da5-8d42-6f36f36874c4 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 29px;
}

#s-e65e05ae-b531-4da5-8d42-6f36f36874c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-e65e05ae-b531-4da5-8d42-6f36f36874c4 .shg-product-sold-out {
  display: none;
  color: rgba(203, 5, 92, 1);
  font-size: 26px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e65e05ae-b531-4da5-8d42-6f36f36874c4 .shg-product-price {
  color: rgba(203, 5, 92, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 26px;
}

#s-e65e05ae-b531-4da5-8d42-6f36f36874c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-dde6d0ca-4e98-41ec-8cb7-457979955c76 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-dde6d0ca-4e98-41ec-8cb7-457979955c76 {
  margin-bottom: 10px;
}
}
#s-dde6d0ca-4e98-41ec-8cb7-457979955c76 .shg-proportional-font-size,
#s-dde6d0ca-4e98-41ec-8cb7-457979955c76 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0aa760a0-4969-4d0d-9a89-04e37506f045 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(109, 7, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0aa760a0-4969-4d0d-9a89-04e37506f045:hover {background-color: rgba(203, 5, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0aa760a0-4969-4d0d-9a89-04e37506f045:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0aa760a0-4969-4d0d-9a89-04e37506f045-root {
    text-align: center;
  }


#s-0aa760a0-4969-4d0d-9a89-04e37506f045.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0aa760a0-4969-4d0d-9a89-04e37506f045-root {
    text-align: center;
  }


#s-0aa760a0-4969-4d0d-9a89-04e37506f045.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0aa760a0-4969-4d0d-9a89-04e37506f045-root {
    text-align: center;
  }


#s-0aa760a0-4969-4d0d-9a89-04e37506f045.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0aa760a0-4969-4d0d-9a89-04e37506f045-root {
    text-align: center;
  }


#s-0aa760a0-4969-4d0d-9a89-04e37506f045.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0aa760a0-4969-4d0d-9a89-04e37506f045-root {
    text-align: center;
  }


#s-0aa760a0-4969-4d0d-9a89-04e37506f045.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0c263329-361d-40e9-868e-002aae7639ff {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0c263329-361d-40e9-868e-002aae7639ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c263329-361d-40e9-868e-002aae7639ff {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-0c263329-361d-40e9-868e-002aae7639ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c263329-361d-40e9-868e-002aae7639ff {
  cursor: pointer;
}#s-0c263329-361d-40e9-868e-002aae7639ff.shg-box.shg-c {
  justify-content: center;
}

#s-73232840-7dc2-4b4d-8a98-8276bb8709e6 {
  background-image: url(https://i.shgcdn.com/9f193ade-af88-48df-89ad-b79972b9c072/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
background-position: center center;
}
@media (max-width: 767px){#s-73232840-7dc2-4b4d-8a98-8276bb8709e6 {
  display: none;
}
#s-73232840-7dc2-4b4d-8a98-8276bb8709e6, #wrap-s-73232840-7dc2-4b4d-8a98-8276bb8709e6, #wrap-content-s-73232840-7dc2-4b4d-8a98-8276bb8709e6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  min-height: 250px;
}
}







#s-2086913e-9db3-41ee-a8f4-819990b8562f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2086913e-9db3-41ee-a8f4-819990b8562f.shg-box.shg-c {
  justify-content: center;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 10px;
max-width: 70px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 10px;
max-width: 45px;
}
}
#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}

#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
#s-cba865c0-6f33-43d4-93fb-63d268c2aada {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUzZjRhN2UtNzcwZS00NjU0LWJjMzAtZmMyNDMyMzNlNWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTNmNGE3ZS03NzBlLTQ2NTQtYmMzMC1mYzI0MzIzM2U1YTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb:hover {background-color: rgba(29, 100, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmM1MTYwY2QtOGZhMC00ZDhhLTgzNWMtZTFjZTg3ZWRkM2YzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YzUxNjBjZC04ZmEwLTRkOGEtODM1Yy1lMWNlODdlZGQzZjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}

  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-content-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-content-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-content-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}







#s-0b0941e2-5815-40d5-a638-1957ada7ff80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b0941e2-5815-40d5-a638-1957ada7ff80.shg-box.shg-c {
  justify-content: center;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 10px;
max-width: 70px;
}
}@media (max-width: 767px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 10px;
max-width: 55px;
}
}
#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-822250fd-84c4-4149-aae9-565799b382b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-822250fd-84c4-4149-aae9-565799b382b2 {
  padding-bottom: 2px;
}
}
#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1.2em;
  
  
}


}
#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUzZjRhN2UtNzcwZS00NjU0LWJjMzAtZmMyNDMyMzNlNWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTNmNGE3ZS03NzBlLTQ2NTQtYmMzMC1mYzI0MzIzM2U1YTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61:hover {background-color: rgba(29, 100, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzdhZjY5ZjAtYTZmYS00YjI5LTkyNmItMThjYjNjNGJlZjdjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjN2FmNjlmMC1hNmZhLTRiMjktOTI2Yi0xOGNiM2M0YmVmN2MpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}

  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-643a9ee2-6298-47ca-aa71-0ae08e40aec1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-643a9ee2-6298-47ca-aa71-0ae08e40aec1 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-643a9ee2-6298-47ca-aa71-0ae08e40aec1 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-643a9ee2-6298-47ca-aa71-0ae08e40aec1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-643a9ee2-6298-47ca-aa71-0ae08e40aec1 {
  cursor: pointer;
}#s-643a9ee2-6298-47ca-aa71-0ae08e40aec1.shg-box.shg-c {
  justify-content: center;
}

#s-16fefbd8-4179-422c-aa0e-bf24e9ae2540 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-16fefbd8-4179-422c-aa0e-bf24e9ae2540"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16fefbd8-4179-422c-aa0e-bf24e9ae2540"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-16fefbd8-4179-422c-aa0e-bf24e9ae2540"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-16fefbd8-4179-422c-aa0e-bf24e9ae2540"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-aae8b666-681d-4083-bec9-d40face22369 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-aae8b666-681d-4083-bec9-d40face22369 {
  background-color: rgba(109, 7, 90, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aae8b666-681d-4083-bec9-d40face22369 {
  background-color: rgba(203, 5, 92, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-aae8b666-681d-4083-bec9-d40face22369 {
  background-color: rgba(109, 7, 90, 1);
}
}@media (max-width: 767px){#s-aae8b666-681d-4083-bec9-d40face22369 {
  background-color: rgba(109, 7, 90, 1);
}
}
#s-aae8b666-681d-4083-bec9-d40face22369 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-aae8b666-681d-4083-bec9-d40face22369 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aae8b666-681d-4083-bec9-d40face22369 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aae8b666-681d-4083-bec9-d40face22369 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-aae8b666-681d-4083-bec9-d40face22369 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29-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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29-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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29-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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29-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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29-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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .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-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bbda9de-e3af-4d5e-be54-a95ea22b8c29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39 {
  margin-top: 5px;
margin-left: 13%;
margin-bottom: 5px;
margin-right: 13%;
}
@media (min-width: 1200px){#s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (max-width: 767px){#s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cfd99b6-7fc0-46cc-bdfa-8b510bb46b39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3-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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3-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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3-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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3-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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3-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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .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-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4d2ffb-ffc4-4f8e-8ff8-fa00751a7db3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd-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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd-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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd-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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd-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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd-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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .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-faeb720e-29d1-4da8-97ff-d67171b6a5bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faeb720e-29d1-4da8-97ff-d67171b6a5bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8-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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8-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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8-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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8-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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8-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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .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-c6aa3afb-8792-4c6e-af01-1b1983a444e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6aa3afb-8792-4c6e-af01-1b1983a444e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe-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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe-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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe-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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe-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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe-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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .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-33bd5b7b-dad0-4013-9b08-a450b16ccbbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bd5b7b-dad0-4013-9b08-a450b16ccbbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6 {
  background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6 {
  background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6 {
  margin-bottom: 20px;
background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6 {
  background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-72b124b0-b26d-491e-96ee-0e6985e3e2b6-root {
    text-align: center;
  }


#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72b124b0-b26d-491e-96ee-0e6985e3e2b6-root {
    text-align: center;
  }


#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72b124b0-b26d-491e-96ee-0e6985e3e2b6-root {
    text-align: center;
  }


#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72b124b0-b26d-491e-96ee-0e6985e3e2b6-root {
    text-align: center;
  }


#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72b124b0-b26d-491e-96ee-0e6985e3e2b6-root {
    text-align: center;
  }


#s-72b124b0-b26d-491e-96ee-0e6985e3e2b6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c084c119-022d-45b5-b5e4-de6beb553727 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c084c119-022d-45b5-b5e4-de6beb553727 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c084c119-022d-45b5-b5e4-de6beb553727 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c084c119-022d-45b5-b5e4-de6beb553727 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-c084c119-022d-45b5-b5e4-de6beb553727 {
  margin-top: 20px;
margin-bottom: 10px;
}
}







#s-c084c119-022d-45b5-b5e4-de6beb553727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c084c119-022d-45b5-b5e4-de6beb553727 {
  cursor: pointer;
}#s-c084c119-022d-45b5-b5e4-de6beb553727.shg-box.shg-c {
  justify-content: center;
}

#s-4958e56b-3dc7-495e-9b38-4f2d3f057a96 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4958e56b-3dc7-495e-9b38-4f2d3f057a96 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-4958e56b-3dc7-495e-9b38-4f2d3f057a96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4958e56b-3dc7-495e-9b38-4f2d3f057a96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4958e56b-3dc7-495e-9b38-4f2d3f057a96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4958e56b-3dc7-495e-9b38-4f2d3f057a96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-4958e56b-3dc7-495e-9b38-4f2d3f057a96"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2404b2a6-16ee-4997-8357-c2f797be126b {
  margin-top: 5px;
margin-left: 13%;
margin-bottom: 5px;
margin-right: 13%;
}
@media (min-width: 1200px){#s-2404b2a6-16ee-4997-8357-c2f797be126b {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2404b2a6-16ee-4997-8357-c2f797be126b {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2404b2a6-16ee-4997-8357-c2f797be126b {
  margin-left: 6%;
margin-right: 6%;
}
}@media (max-width: 767px){#s-2404b2a6-16ee-4997-8357-c2f797be126b {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-2404b2a6-16ee-4997-8357-c2f797be126b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2404b2a6-16ee-4997-8357-c2f797be126b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2404b2a6-16ee-4997-8357-c2f797be126b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2404b2a6-16ee-4997-8357-c2f797be126b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54-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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54-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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54-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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54-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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54-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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .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-12f93507-bb61-4e14-ac75-f3f8273bdb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-12f93507-bb61-4e14-ac75-f3f8273bdb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f93507-bb61-4e14-ac75-f3f8273bdb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6-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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6-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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6-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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6-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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6-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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .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-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c4cfdc7-6413-4291-abb0-ef6df5ed6dd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc-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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc-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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc-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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc-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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc-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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .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-fb2373dd-ad30-4ffb-95b5-6750da5e86fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2373dd-ad30-4ffb-95b5-6750da5e86fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235-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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 .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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8e7d88db-57de-463d-904a-f9beb3ec7235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235-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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 .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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8e7d88db-57de-463d-904a-f9beb3ec7235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235-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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 .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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8e7d88db-57de-463d-904a-f9beb3ec7235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235-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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 .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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8e7d88db-57de-463d-904a-f9beb3ec7235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235-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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 .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-8e7d88db-57de-463d-904a-f9beb3ec7235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e7d88db-57de-463d-904a-f9beb3ec7235 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8e7d88db-57de-463d-904a-f9beb3ec7235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7d88db-57de-463d-904a-f9beb3ec7235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3e950b05-be77-4c69-a3fc-89d5c7725a26 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3e950b05-be77-4c69-a3fc-89d5c7725a26:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3e950b05-be77-4c69-a3fc-89d5c7725a26:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3e950b05-be77-4c69-a3fc-89d5c7725a26 {
  background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-3e950b05-be77-4c69-a3fc-89d5c7725a26:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-3e950b05-be77-4c69-a3fc-89d5c7725a26 {
  background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-3e950b05-be77-4c69-a3fc-89d5c7725a26:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-3e950b05-be77-4c69-a3fc-89d5c7725a26 {
  background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-3e950b05-be77-4c69-a3fc-89d5c7725a26:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-3e950b05-be77-4c69-a3fc-89d5c7725a26 {
  margin-bottom: 20px;
background-image: none;
background-color: rgba(109, 7, 90, 1);
hover-type: color;
}
#s-3e950b05-be77-4c69-a3fc-89d5c7725a26:hover {background-color: rgba(203, 4, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-3e950b05-be77-4c69-a3fc-89d5c7725a26-root {
    text-align: center;
  }


#s-3e950b05-be77-4c69-a3fc-89d5c7725a26.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e950b05-be77-4c69-a3fc-89d5c7725a26-root {
    text-align: center;
  }


#s-3e950b05-be77-4c69-a3fc-89d5c7725a26.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e950b05-be77-4c69-a3fc-89d5c7725a26-root {
    text-align: center;
  }


#s-3e950b05-be77-4c69-a3fc-89d5c7725a26.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e950b05-be77-4c69-a3fc-89d5c7725a26-root {
    text-align: center;
  }


#s-3e950b05-be77-4c69-a3fc-89d5c7725a26.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e950b05-be77-4c69-a3fc-89d5c7725a26-root {
    text-align: center;
  }


#s-3e950b05-be77-4c69-a3fc-89d5c7725a26.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a62e810b-d805-4a87-9959-f38a1970b1ea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(203, 5, 92, 1);
}
@media (min-width: 1200px){#s-a62e810b-d805-4a87-9959-f38a1970b1ea {
  background-color: rgba(203, 5, 92, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a62e810b-d805-4a87-9959-f38a1970b1ea {
  background-color: rgba(203, 5, 92, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-a62e810b-d805-4a87-9959-f38a1970b1ea {
  background-color: rgba(203, 5, 92, 1);
}
}@media (max-width: 767px){#s-a62e810b-d805-4a87-9959-f38a1970b1ea {
  background-color: rgba(203, 5, 92, 1);
}
}
#s-a62e810b-d805-4a87-9959-f38a1970b1ea .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-a62e810b-d805-4a87-9959-f38a1970b1ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a62e810b-d805-4a87-9959-f38a1970b1ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a62e810b-d805-4a87-9959-f38a1970b1ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-a62e810b-d805-4a87-9959-f38a1970b1ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}
#s-8abfe967-da6f-401e-963f-6ed33dab05bc {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc-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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc .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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abfe967-da6f-401e-963f-6ed33dab05bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8abfe967-da6f-401e-963f-6ed33dab05bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8abfe967-da6f-401e-963f-6ed33dab05bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc-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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc .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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abfe967-da6f-401e-963f-6ed33dab05bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8abfe967-da6f-401e-963f-6ed33dab05bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8abfe967-da6f-401e-963f-6ed33dab05bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc-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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc .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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abfe967-da6f-401e-963f-6ed33dab05bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8abfe967-da6f-401e-963f-6ed33dab05bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8abfe967-da6f-401e-963f-6ed33dab05bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc-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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc .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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abfe967-da6f-401e-963f-6ed33dab05bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8abfe967-da6f-401e-963f-6ed33dab05bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8abfe967-da6f-401e-963f-6ed33dab05bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc-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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc .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-8abfe967-da6f-401e-963f-6ed33dab05bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abfe967-da6f-401e-963f-6ed33dab05bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-8abfe967-da6f-401e-963f-6ed33dab05bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abfe967-da6f-401e-963f-6ed33dab05bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ddd2a531-07f9-43a3-adcf-7d1f2ac17f67 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-ddd2a531-07f9-43a3-adcf-7d1f2ac17f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddd2a531-07f9-43a3-adcf-7d1f2ac17f67.shg-box.shg-c {
  justify-content: center;
}

#s-f8fa5baf-32a4-42fc-8535-b17cd6563b46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f8fa5baf-32a4-42fc-8535-b17cd6563b46 {
  margin-top: 20px;
margin-left: 16%;
margin-bottom: 10px;
margin-right: 16%;
}
}
#s-f8fa5baf-32a4-42fc-8535-b17cd6563b46 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-f8fa5baf-32a4-42fc-8535-b17cd6563b46 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}
#s-b405dc19-1e09-4e41-9583-577a13e2993c {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-b405dc19-1e09-4e41-9583-577a13e2993c {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-b405dc19-1e09-4e41-9583-577a13e2993c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-b405dc19-1e09-4e41-9583-577a13e2993c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-b405dc19-1e09-4e41-9583-577a13e2993c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-b405dc19-1e09-4e41-9583-577a13e2993c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-13194fd9-9fbe-4c8b-9b14-3ea62e52d496 {
  min-height: 50px;
}








#s-13194fd9-9fbe-4c8b-9b14-3ea62e52d496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13194fd9-9fbe-4c8b-9b14-3ea62e52d496 {
  cursor: pointer;
}#s-13194fd9-9fbe-4c8b-9b14-3ea62e52d496.shg-box.shg-c {
  justify-content: center;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-d7ed15ee-9913-4369-9956-327168b811bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image {
  box-sizing: border-box;
}



.s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  
}


@media (min-width: 1200px){#s-d7ed15ee-9913-4369-9956-327168b811bd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d7ed15ee-9913-4369-9956-327168b811bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image {
  box-sizing: border-box;
}



.s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d7ed15ee-9913-4369-9956-327168b811bd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d7ed15ee-9913-4369-9956-327168b811bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image {
  box-sizing: border-box;
}



.s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d7ed15ee-9913-4369-9956-327168b811bd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d7ed15ee-9913-4369-9956-327168b811bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image {
  box-sizing: border-box;
}



.s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  
}


}@media (max-width: 767px){#s-d7ed15ee-9913-4369-9956-327168b811bd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7ed15ee-9913-4369-9956-327168b811bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d7ed15ee-9913-4369-9956-327168b811bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ed15ee-9913-4369-9956-327168b811bd.shogun-image {
  box-sizing: border-box;
}



.s-d7ed15ee-9913-4369-9956-327168b811bd img.shogun-image {
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-895db92a-7db6-45f4-91e6-5c87c6c2e43e {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-895db92a-7db6-45f4-91e6-5c87c6c2e43e {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-895db92a-7db6-45f4-91e6-5c87c6c2e43e {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-895db92a-7db6-45f4-91e6-5c87c6c2e43e {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-895db92a-7db6-45f4-91e6-5c87c6c2e43e {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-3cc6ec93-925c-420d-b4e0-4e2469ec7af8 {
  min-height: 50px;
}








#s-3cc6ec93-925c-420d-b4e0-4e2469ec7af8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cc6ec93-925c-420d-b4e0-4e2469ec7af8 {
  cursor: pointer;
}#s-3cc6ec93-925c-420d-b4e0-4e2469ec7af8.shg-box.shg-c {
  justify-content: center;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  margin: 0 !important;
  overflow: visible;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add background color handling */
  
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image {
  box-sizing: border-box;
}



.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  
}


@media (min-width: 1200px){#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  margin: 0 !important;
  overflow: visible;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add background color handling */
  
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image {
  box-sizing: border-box;
}



.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  margin: 0 !important;
  overflow: visible;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add background color handling */
  
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image {
  box-sizing: border-box;
}



.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  margin: 0 !important;
  overflow: visible;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add background color handling */
  
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image {
  box-sizing: border-box;
}



.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  
}


}@media (max-width: 767px){#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  margin: 0 !important;
  overflow: visible;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add background color handling */
  
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b.shogun-image {
  box-sizing: border-box;
}



.s-8ea215a3-6f09-4d2f-955d-29f9819f7e7b img.shogun-image {
  
}


}
#s-f46cbf16-180e-4bfc-97f7-3091920919fe {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f46cbf16-180e-4bfc-97f7-3091920919fe {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f46cbf16-180e-4bfc-97f7-3091920919fe {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f46cbf16-180e-4bfc-97f7-3091920919fe {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-f46cbf16-180e-4bfc-97f7-3091920919fe {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-6136a5cb-ec0d-4324-b847-339958613d57 {
  min-height: 50px;
}








#s-6136a5cb-ec0d-4324-b847-339958613d57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6136a5cb-ec0d-4324-b847-339958613d57 {
  cursor: pointer;
}#s-6136a5cb-ec0d-4324-b847-339958613d57.shg-box.shg-c {
  justify-content: center;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  margin: 0 !important;
  overflow: visible;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add background color handling */
  
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-294754c7-8b9c-4fa1-845d-f764313a7f42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image {
  box-sizing: border-box;
}



.s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  
}


@media (min-width: 1200px){#s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  margin: 0 !important;
  overflow: visible;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add background color handling */
  
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-294754c7-8b9c-4fa1-845d-f764313a7f42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image {
  box-sizing: border-box;
}



.s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  margin: 0 !important;
  overflow: visible;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add background color handling */
  
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-294754c7-8b9c-4fa1-845d-f764313a7f42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image {
  box-sizing: border-box;
}



.s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  margin: 0 !important;
  overflow: visible;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add background color handling */
  
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-294754c7-8b9c-4fa1-845d-f764313a7f42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image {
  box-sizing: border-box;
}



.s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  
}


}@media (max-width: 767px){#s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  margin: 0 !important;
  overflow: visible;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294754c7-8b9c-4fa1-845d-f764313a7f42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add background color handling */
  
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-294754c7-8b9c-4fa1-845d-f764313a7f42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294754c7-8b9c-4fa1-845d-f764313a7f42.shogun-image {
  box-sizing: border-box;
}



.s-294754c7-8b9c-4fa1-845d-f764313a7f42 img.shogun-image {
  
}


}
#s-d2f48c95-aa99-48ea-a628-e1027a02d583 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-33015c3b-5730-480a-b721-6ca43252ac0f {
  min-height: 50px;
}








#s-33015c3b-5730-480a-b721-6ca43252ac0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33015c3b-5730-480a-b721-6ca43252ac0f {
  cursor: pointer;
}#s-33015c3b-5730-480a-b721-6ca43252ac0f.shg-box.shg-c {
  justify-content: center;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1471px;
text-align: center;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  margin: 0 !important;
  overflow: visible;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add background color handling */
  
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image {
  box-sizing: border-box;
}



.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  
}


@media (min-width: 1200px){#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  margin: 0 !important;
  overflow: visible;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add background color handling */
  
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image {
  box-sizing: border-box;
}



.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  margin: 0 !important;
  overflow: visible;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add background color handling */
  
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image {
  box-sizing: border-box;
}



.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  margin: 0 !important;
  overflow: visible;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add background color handling */
  
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image {
  box-sizing: border-box;
}



.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  
}


}@media (max-width: 767px){#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  margin: 0 !important;
  overflow: visible;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add background color handling */
  
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add.shogun-image {
  box-sizing: border-box;
}



.s-e9e0c4ef-b0e7-42cd-ab03-a23d80df4add img.shogun-image {
  
}


}
#s-c10ccfc0-7964-44b4-b946-4d600a6925dc {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c10ccfc0-7964-44b4-b946-4d600a6925dc {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c10ccfc0-7964-44b4-b946-4d600a6925dc {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-c10ccfc0-7964-44b4-b946-4d600a6925dc {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-c10ccfc0-7964-44b4-b946-4d600a6925dc {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-499d880a-7391-40f7-9fa0-7cb570866522 {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-499d880a-7391-40f7-9fa0-7cb570866522 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-499d880a-7391-40f7-9fa0-7cb570866522"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-499d880a-7391-40f7-9fa0-7cb570866522"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-499d880a-7391-40f7-9fa0-7cb570866522"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-499d880a-7391-40f7-9fa0-7cb570866522"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-45dc0d31-8a8b-4c28-8241-cf2097751d17 {
  min-height: 50px;
}








#s-45dc0d31-8a8b-4c28-8241-cf2097751d17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45dc0d31-8a8b-4c28-8241-cf2097751d17 {
  cursor: pointer;
}#s-45dc0d31-8a8b-4c28-8241-cf2097751d17.shg-box.shg-c {
  justify-content: center;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1471px;
text-align: center;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-fdbfbeed-38a0-411a-8e61-793ed1986923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image {
  box-sizing: border-box;
}



.s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fdbfbeed-38a0-411a-8e61-793ed1986923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image {
  box-sizing: border-box;
}



.s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fdbfbeed-38a0-411a-8e61-793ed1986923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image {
  box-sizing: border-box;
}



.s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fdbfbeed-38a0-411a-8e61-793ed1986923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image {
  box-sizing: border-box;
}



.s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdbfbeed-38a0-411a-8e61-793ed1986923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fdbfbeed-38a0-411a-8e61-793ed1986923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbfbeed-38a0-411a-8e61-793ed1986923.shogun-image {
  box-sizing: border-box;
}



.s-fdbfbeed-38a0-411a-8e61-793ed1986923 img.shogun-image {
  
}


}
#s-52584cb8-ad6e-4eba-b72e-031ddcac10c1 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-afff13d3-fad2-4465-9520-ec139285a020 {
  min-height: 50px;
}








#s-afff13d3-fad2-4465-9520-ec139285a020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afff13d3-fad2-4465-9520-ec139285a020 {
  cursor: pointer;
}#s-afff13d3-fad2-4465-9520-ec139285a020.shg-box.shg-c {
  justify-content: center;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  margin-top: 6px;
max-width: 1471px;
text-align: center;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-e264afe2-a600-45fc-8d79-c1bce1578a28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image {
  box-sizing: border-box;
}



.s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e264afe2-a600-45fc-8d79-c1bce1578a28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image {
  box-sizing: border-box;
}



.s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e264afe2-a600-45fc-8d79-c1bce1578a28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image {
  box-sizing: border-box;
}



.s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e264afe2-a600-45fc-8d79-c1bce1578a28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image {
  box-sizing: border-box;
}



.s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e264afe2-a600-45fc-8d79-c1bce1578a28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e264afe2-a600-45fc-8d79-c1bce1578a28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e264afe2-a600-45fc-8d79-c1bce1578a28.shogun-image {
  box-sizing: border-box;
}



.s-e264afe2-a600-45fc-8d79-c1bce1578a28 img.shogun-image {
  
}


}
#s-8e0ac270-c59d-4dc5-932f-29eb049279e4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-83046f8e-e1da-4a05-9d5d-760808ae34b8 {
  min-height: 50px;
}








#s-83046f8e-e1da-4a05-9d5d-760808ae34b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83046f8e-e1da-4a05-9d5d-760808ae34b8 {
  cursor: pointer;
}#s-83046f8e-e1da-4a05-9d5d-760808ae34b8.shg-box.shg-c {
  justify-content: center;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  margin: 0 !important;
  overflow: visible;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add background color handling */
  
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image {
  box-sizing: border-box;
}



.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  
}


@media (min-width: 1200px){#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  margin: 0 !important;
  overflow: visible;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add background color handling */
  
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image {
  box-sizing: border-box;
}



.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  margin: 0 !important;
  overflow: visible;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add background color handling */
  
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image {
  box-sizing: border-box;
}



.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  margin: 0 !important;
  overflow: visible;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add background color handling */
  
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image {
  box-sizing: border-box;
}



.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  
}


}@media (max-width: 767px){#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  margin: 0 !important;
  overflow: visible;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add background color handling */
  
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55.shogun-image {
  box-sizing: border-box;
}



.s-62e2ad31-6c47-4c03-a7ef-301fffe9fe55 img.shogun-image {
  
}


}
#s-ede76457-5464-4327-85f4-e6bf5d98e2b7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-30f9dbea-2725-45a1-a05d-056da6b5f6a9 {
  min-height: 50px;
}








#s-30f9dbea-2725-45a1-a05d-056da6b5f6a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30f9dbea-2725-45a1-a05d-056da6b5f6a9 {
  cursor: pointer;
}#s-30f9dbea-2725-45a1-a05d-056da6b5f6a9.shg-box.shg-c {
  justify-content: center;
}

#s-50b66612-2125-47a4-ab44-c095b1149725 {
  margin-top: 6px;
max-width: 1426px;
text-align: center;
}

#s-50b66612-2125-47a4-ab44-c095b1149725 {
  margin: 0 !important;
  overflow: visible;
}

#s-50b66612-2125-47a4-ab44-c095b1149725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add background color handling */
  
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-50b66612-2125-47a4-ab44-c095b1149725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image {
  box-sizing: border-box;
}



.s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  
}


@media (min-width: 1200px){#s-50b66612-2125-47a4-ab44-c095b1149725 {
  margin: 0 !important;
  overflow: visible;
}

#s-50b66612-2125-47a4-ab44-c095b1149725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add background color handling */
  
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50b66612-2125-47a4-ab44-c095b1149725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image {
  box-sizing: border-box;
}



.s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50b66612-2125-47a4-ab44-c095b1149725 {
  margin: 0 !important;
  overflow: visible;
}

#s-50b66612-2125-47a4-ab44-c095b1149725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add background color handling */
  
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50b66612-2125-47a4-ab44-c095b1149725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image {
  box-sizing: border-box;
}



.s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50b66612-2125-47a4-ab44-c095b1149725 {
  margin: 0 !important;
  overflow: visible;
}

#s-50b66612-2125-47a4-ab44-c095b1149725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add background color handling */
  
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50b66612-2125-47a4-ab44-c095b1149725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image {
  box-sizing: border-box;
}



.s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  
}


}@media (max-width: 767px){#s-50b66612-2125-47a4-ab44-c095b1149725 {
  margin: 0 !important;
  overflow: visible;
}

#s-50b66612-2125-47a4-ab44-c095b1149725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b66612-2125-47a4-ab44-c095b1149725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add background color handling */
  
}

#s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50b66612-2125-47a4-ab44-c095b1149725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b66612-2125-47a4-ab44-c095b1149725.shogun-image {
  box-sizing: border-box;
}



.s-50b66612-2125-47a4-ab44-c095b1149725 img.shogun-image {
  
}


}
#s-32524fa7-5b17-4b0e-95a5-45ee0a5ac404 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-32524fa7-5b17-4b0e-95a5-45ee0a5ac404 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32524fa7-5b17-4b0e-95a5-45ee0a5ac404 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-32524fa7-5b17-4b0e-95a5-45ee0a5ac404 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-32524fa7-5b17-4b0e-95a5-45ee0a5ac404 {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-a58cba6c-ba58-4d4e-bf52-732fb5631421 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a58cba6c-ba58-4d4e-bf52-732fb5631421 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-a58cba6c-ba58-4d4e-bf52-732fb5631421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a58cba6c-ba58-4d4e-bf52-732fb5631421.shg-box.shg-c {
  justify-content: center;
}

#s-b7303c51-49d4-439e-a22d-7894c2c0d5d6 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b7303c51-49d4-439e-a22d-7894c2c0d5d6 {
  margin-top: 20px;
}
}
#s-b7303c51-49d4-439e-a22d-7894c2c0d5d6 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}


@media (max-width: 767px){#s-b7303c51-49d4-439e-a22d-7894c2c0d5d6 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-1acd18fa-f538-410e-a979-671b3a2cf20f {
  min-height: 50px;
}
@media (max-width: 767px){#s-1acd18fa-f538-410e-a979-671b3a2cf20f {
  display: none;
}
#s-1acd18fa-f538-410e-a979-671b3a2cf20f, #wrap-s-1acd18fa-f538-410e-a979-671b3a2cf20f, #wrap-content-s-1acd18fa-f538-410e-a979-671b3a2cf20f { display: none !important; }}







#s-1acd18fa-f538-410e-a979-671b3a2cf20f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1acd18fa-f538-410e-a979-671b3a2cf20f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-94ac352a-a301-481b-aca0-d1f79557b80c {
  display: none;
}
#s-94ac352a-a301-481b-aca0-d1f79557b80c, #wrap-s-94ac352a-a301-481b-aca0-d1f79557b80c, #wrap-content-s-94ac352a-a301-481b-aca0-d1f79557b80c { display: none !important; }}
@media (min-width: 0px) {
[id="s-94ac352a-a301-481b-aca0-d1f79557b80c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94ac352a-a301-481b-aca0-d1f79557b80c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-94ac352a-a301-481b-aca0-d1f79557b80c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-94ac352a-a301-481b-aca0-d1f79557b80c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

#s-854f684d-06d0-49e3-a54a-d54fab88541a {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-854f684d-06d0-49e3-a54a-d54fab88541a {
  background-image: url();
}








#s-854f684d-06d0-49e3-a54a-d54fab88541a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-854f684d-06d0-49e3-a54a-d54fab88541a {
  cursor: pointer;
}#s-854f684d-06d0-49e3-a54a-d54fab88541a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6778e496-90be-47fd-8b38-c08c54421523 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}

#s-6778e496-90be-47fd-8b38-c08c54421523 {
  margin: 0 !important;
  overflow: visible;
}

#s-6778e496-90be-47fd-8b38-c08c54421523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add background color handling */
  
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6778e496-90be-47fd-8b38-c08c54421523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image {
  box-sizing: border-box;
}



.s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6778e496-90be-47fd-8b38-c08c54421523 {
  margin: 0 !important;
  overflow: visible;
}

#s-6778e496-90be-47fd-8b38-c08c54421523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add background color handling */
  
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6778e496-90be-47fd-8b38-c08c54421523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image {
  box-sizing: border-box;
}



.s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6778e496-90be-47fd-8b38-c08c54421523 {
  margin: 0 !important;
  overflow: visible;
}

#s-6778e496-90be-47fd-8b38-c08c54421523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add background color handling */
  
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6778e496-90be-47fd-8b38-c08c54421523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image {
  box-sizing: border-box;
}



.s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6778e496-90be-47fd-8b38-c08c54421523 {
  margin: 0 !important;
  overflow: visible;
}

#s-6778e496-90be-47fd-8b38-c08c54421523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add background color handling */
  
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6778e496-90be-47fd-8b38-c08c54421523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image {
  box-sizing: border-box;
}



.s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6778e496-90be-47fd-8b38-c08c54421523 {
  margin: 0 !important;
  overflow: visible;
}

#s-6778e496-90be-47fd-8b38-c08c54421523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6778e496-90be-47fd-8b38-c08c54421523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add background color handling */
  
}

#s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6778e496-90be-47fd-8b38-c08c54421523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6778e496-90be-47fd-8b38-c08c54421523.shogun-image {
  box-sizing: border-box;
}



.s-6778e496-90be-47fd-8b38-c08c54421523 img.shogun-image {
  
}


}
#s-dcbb4f18-0b99-4e99-be5a-e61b86b43927 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-dcbb4f18-0b99-4e99-be5a-e61b86b43927 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcbb4f18-0b99-4e99-be5a-e61b86b43927 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-dcbb4f18-0b99-4e99-be5a-e61b86b43927 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-dcbb4f18-0b99-4e99-be5a-e61b86b43927 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dcbb4f18-0b99-4e99-be5a-e61b86b43927 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dcbb4f18-0b99-4e99-be5a-e61b86b43927 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  max-width: 150px;
}
}
#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image {
  box-sizing: border-box;
}



.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image {
  box-sizing: border-box;
}



.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image {
  box-sizing: border-box;
}



.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image {
  box-sizing: border-box;
}



.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7385cd0a-a98a-496e-b75c-ef725a917dd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7385cd0a-a98a-496e-b75c-ef725a917dd3.shogun-image {
  box-sizing: border-box;
}



.s-7385cd0a-a98a-496e-b75c-ef725a917dd3 img.shogun-image {
  
}


}
#s-37612051-20b4-4f7b-b675-7cdbbce6577a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-37612051-20b4-4f7b-b675-7cdbbce6577a {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-37612051-20b4-4f7b-b675-7cdbbce6577a {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-37612051-20b4-4f7b-b675-7cdbbce6577a .shogun-heading-component h1 {
  
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  
  
  
  
}


@media (min-width: 1200px){#s-37612051-20b4-4f7b-b675-7cdbbce6577a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 17px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-37612051-20b4-4f7b-b675-7cdbbce6577a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-37612051-20b4-4f7b-b675-7cdbbce6577a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 15px;
  
  
  
}


}
#s-0387a6a9-638e-4192-8126-619675f6f7f0 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-0387a6a9-638e-4192-8126-619675f6f7f0 {
  background-image: url();
}








#s-0387a6a9-638e-4192-8126-619675f6f7f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0387a6a9-638e-4192-8126-619675f6f7f0 {
  cursor: pointer;
}#s-0387a6a9-638e-4192-8126-619675f6f7f0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  margin: 0 !important;
  overflow: visible;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add background color handling */
  
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image {
  box-sizing: border-box;
}



.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  
}


@media (min-width: 1200px){#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  margin: 0 !important;
  overflow: visible;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add background color handling */
  
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image {
  box-sizing: border-box;
}



.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  margin: 0 !important;
  overflow: visible;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add background color handling */
  
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image {
  box-sizing: border-box;
}



.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  margin: 0 !important;
  overflow: visible;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add background color handling */
  
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image {
  box-sizing: border-box;
}



.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  
}


}@media (max-width: 767px){#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  margin: 0 !important;
  overflow: visible;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add background color handling */
  
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d.shogun-image {
  box-sizing: border-box;
}



.s-bda3d8dd-7a75-4d5d-ac87-1910bc21330d img.shogun-image {
  
}


}
#s-9bf2bd57-0287-4ff3-b8df-45c80d559592 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bf2bd57-0287-4ff3-b8df-45c80d559592 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bf2bd57-0287-4ff3-b8df-45c80d559592 {
  padding-left: 11%;
padding-right: 11%;
}
}
#s-9bf2bd57-0287-4ff3-b8df-45c80d559592 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-9bf2bd57-0287-4ff3-b8df-45c80d559592 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9bf2bd57-0287-4ff3-b8df-45c80d559592 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9bf2bd57-0287-4ff3-b8df-45c80d559592 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  max-width: 100px;
}
}
#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  margin: 0 !important;
  overflow: visible;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add background color handling */
  
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image {
  box-sizing: border-box;
}



.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  
}


@media (min-width: 1200px){#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  margin: 0 !important;
  overflow: visible;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add background color handling */
  
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image {
  box-sizing: border-box;
}



.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  margin: 0 !important;
  overflow: visible;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add background color handling */
  
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image {
  box-sizing: border-box;
}



.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  margin: 0 !important;
  overflow: visible;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add background color handling */
  
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image {
  box-sizing: border-box;
}



.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  
}


}@media (max-width: 767px){#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  margin: 0 !important;
  overflow: visible;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add background color handling */
  
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c.shogun-image {
  box-sizing: border-box;
}



.s-926a2150-9ae2-4cd1-bef1-0a2b2dd6dc1c img.shogun-image {
  
}


}
#s-af034499-2808-4e7a-bf22-967f17579fbe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-af034499-2808-4e7a-bf22-967f17579fbe {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-af034499-2808-4e7a-bf22-967f17579fbe {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-af034499-2808-4e7a-bf22-967f17579fbe .shogun-heading-component h1 {
  
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  
  
  
  
}


@media (min-width: 1200px){#s-af034499-2808-4e7a-bf22-967f17579fbe .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 17px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af034499-2808-4e7a-bf22-967f17579fbe .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af034499-2808-4e7a-bf22-967f17579fbe .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 15px;
  
  
  
}


}
#s-28d59d8f-206c-4172-9663-eb816d1e001c {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-28d59d8f-206c-4172-9663-eb816d1e001c {
  background-image: url();
}








#s-28d59d8f-206c-4172-9663-eb816d1e001c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28d59d8f-206c-4172-9663-eb816d1e001c {
  cursor: pointer;
}#s-28d59d8f-206c-4172-9663-eb816d1e001c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eec50972-3b5c-4210-b581-985f12e121c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image {
  box-sizing: border-box;
}



.s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-eec50972-3b5c-4210-b581-985f12e121c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eec50972-3b5c-4210-b581-985f12e121c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image {
  box-sizing: border-box;
}



.s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eec50972-3b5c-4210-b581-985f12e121c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eec50972-3b5c-4210-b581-985f12e121c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image {
  box-sizing: border-box;
}



.s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eec50972-3b5c-4210-b581-985f12e121c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eec50972-3b5c-4210-b581-985f12e121c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image {
  box-sizing: border-box;
}



.s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-eec50972-3b5c-4210-b581-985f12e121c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eec50972-3b5c-4210-b581-985f12e121c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eec50972-3b5c-4210-b581-985f12e121c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eec50972-3b5c-4210-b581-985f12e121c7.shogun-image {
  box-sizing: border-box;
}



.s-eec50972-3b5c-4210-b581-985f12e121c7 img.shogun-image {
  
}


}
#s-9a8c5288-3f1d-4862-9d19-cbc3fdbca4f1 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9a8c5288-3f1d-4862-9d19-cbc3fdbca4f1 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a8c5288-3f1d-4862-9d19-cbc3fdbca4f1 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-9a8c5288-3f1d-4862-9d19-cbc3fdbca4f1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-9a8c5288-3f1d-4862-9d19-cbc3fdbca4f1 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9a8c5288-3f1d-4862-9d19-cbc3fdbca4f1 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9a8c5288-3f1d-4862-9d19-cbc3fdbca4f1 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  max-width: 100px;
}
}
#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c705494e-f5e1-4474-a74c-c7967955d2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image {
  box-sizing: border-box;
}



.s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c705494e-f5e1-4474-a74c-c7967955d2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image {
  box-sizing: border-box;
}



.s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c705494e-f5e1-4474-a74c-c7967955d2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image {
  box-sizing: border-box;
}



.s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c705494e-f5e1-4474-a74c-c7967955d2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image {
  box-sizing: border-box;
}



.s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c705494e-f5e1-4474-a74c-c7967955d2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c705494e-f5e1-4474-a74c-c7967955d2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c705494e-f5e1-4474-a74c-c7967955d2d4.shogun-image {
  box-sizing: border-box;
}



.s-c705494e-f5e1-4474-a74c-c7967955d2d4 img.shogun-image {
  
}


}
#s-7a1f7edf-a403-4047-8243-f670e3910bfc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7a1f7edf-a403-4047-8243-f670e3910bfc {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a1f7edf-a403-4047-8243-f670e3910bfc {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-7a1f7edf-a403-4047-8243-f670e3910bfc .shogun-heading-component h1 {
  
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  
  
  
  
}


@media (min-width: 1200px){#s-7a1f7edf-a403-4047-8243-f670e3910bfc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 17px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7a1f7edf-a403-4047-8243-f670e3910bfc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7a1f7edf-a403-4047-8243-f670e3910bfc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 15px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec {
  display: none;
}
#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec, #wrap-s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec, #wrap-content-s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec {
  display: none;
}
#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec, #wrap-s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec, #wrap-content-s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec {
  
}
}
#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec .shg-sld-nav-button.shg-sld-left,
#s-4b11af5f-cedd-4852-b0ba-a2d6dc47d2ec .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-62c0cdc8-7cd9-4f54-9d54-3b0a226965d2 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-62c0cdc8-7cd9-4f54-9d54-3b0a226965d2 {
  background-image: url();
}








#s-62c0cdc8-7cd9-4f54-9d54-3b0a226965d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62c0cdc8-7cd9-4f54-9d54-3b0a226965d2 {
  cursor: pointer;
}#s-62c0cdc8-7cd9-4f54-9d54-3b0a226965d2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  margin: 0 !important;
  overflow: visible;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add background color handling */
  
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image {
  box-sizing: border-box;
}



.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  
}


@media (min-width: 1200px){#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  margin: 0 !important;
  overflow: visible;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add background color handling */
  
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image {
  box-sizing: border-box;
}



.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  margin: 0 !important;
  overflow: visible;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add background color handling */
  
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image {
  box-sizing: border-box;
}



.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  margin: 0 !important;
  overflow: visible;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add background color handling */
  
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image {
  box-sizing: border-box;
}



.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  
}


}@media (max-width: 767px){#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  margin: 0 !important;
  overflow: visible;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add background color handling */
  
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c.shogun-image {
  box-sizing: border-box;
}



.s-432a6d89-25cb-4a04-a71d-2797aa7bfe2c img.shogun-image {
  
}


}
#s-4e3b1d65-e682-4572-bbb4-57167a513e3e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4e3b1d65-e682-4572-bbb4-57167a513e3e {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e3b1d65-e682-4572-bbb4-57167a513e3e {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-4e3b1d65-e682-4572-bbb4-57167a513e3e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-4e3b1d65-e682-4572-bbb4-57167a513e3e .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4e3b1d65-e682-4572-bbb4-57167a513e3e .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e3b1d65-e682-4572-bbb4-57167a513e3e .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-4e3b1d65-e682-4572-bbb4-57167a513e3e .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-e91271b4-56c7-4846-8d33-922963401b9e {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e91271b4-56c7-4846-8d33-922963401b9e {
  max-width: 200px;
}
}@media (max-width: 767px){#s-e91271b4-56c7-4846-8d33-922963401b9e {
  max-width: 150px;
}
}
#s-e91271b4-56c7-4846-8d33-922963401b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e91271b4-56c7-4846-8d33-922963401b9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image {
  box-sizing: border-box;
}



.s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  
}


@media (min-width: 1200px){#s-e91271b4-56c7-4846-8d33-922963401b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e91271b4-56c7-4846-8d33-922963401b9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image {
  box-sizing: border-box;
}



.s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e91271b4-56c7-4846-8d33-922963401b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e91271b4-56c7-4846-8d33-922963401b9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image {
  box-sizing: border-box;
}



.s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e91271b4-56c7-4846-8d33-922963401b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e91271b4-56c7-4846-8d33-922963401b9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image {
  box-sizing: border-box;
}



.s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  
}


}@media (max-width: 767px){#s-e91271b4-56c7-4846-8d33-922963401b9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e91271b4-56c7-4846-8d33-922963401b9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e91271b4-56c7-4846-8d33-922963401b9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e91271b4-56c7-4846-8d33-922963401b9e.shogun-image {
  box-sizing: border-box;
}



.s-e91271b4-56c7-4846-8d33-922963401b9e img.shogun-image {
  
}


}
#s-55e8c49c-8f4d-4f06-bf0e-1d96062cbcda {
  margin-left: 5%;
margin-right: 5%;
}

#s-941ffa88-1905-40ac-9f91-287227764c59 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-941ffa88-1905-40ac-9f91-287227764c59 {
  background-image: url();
}








#s-941ffa88-1905-40ac-9f91-287227764c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-941ffa88-1905-40ac-9f91-287227764c59 {
  cursor: pointer;
}#s-941ffa88-1905-40ac-9f91-287227764c59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37cababc-d49a-4042-b064-2984c472f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image {
  box-sizing: border-box;
}



.s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  
}


@media (min-width: 1200px){#s-37cababc-d49a-4042-b064-2984c472f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37cababc-d49a-4042-b064-2984c472f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image {
  box-sizing: border-box;
}



.s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-37cababc-d49a-4042-b064-2984c472f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37cababc-d49a-4042-b064-2984c472f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image {
  box-sizing: border-box;
}



.s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-37cababc-d49a-4042-b064-2984c472f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37cababc-d49a-4042-b064-2984c472f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image {
  box-sizing: border-box;
}



.s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  
}


}@media (max-width: 767px){#s-37cababc-d49a-4042-b064-2984c472f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37cababc-d49a-4042-b064-2984c472f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37cababc-d49a-4042-b064-2984c472f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37cababc-d49a-4042-b064-2984c472f4fd.shogun-image {
  box-sizing: border-box;
}



.s-37cababc-d49a-4042-b064-2984c472f4fd img.shogun-image {
  
}


}
#s-9171eb0b-1fef-4ba2-99e5-2f91cbc9d7c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9171eb0b-1fef-4ba2-99e5-2f91cbc9d7c0 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9171eb0b-1fef-4ba2-99e5-2f91cbc9d7c0 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-9171eb0b-1fef-4ba2-99e5-2f91cbc9d7c0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-9171eb0b-1fef-4ba2-99e5-2f91cbc9d7c0 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9171eb0b-1fef-4ba2-99e5-2f91cbc9d7c0 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9171eb0b-1fef-4ba2-99e5-2f91cbc9d7c0 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-9171eb0b-1fef-4ba2-99e5-2f91cbc9d7c0 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  max-width: 200px;
}
}@media (max-width: 767px){#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  max-width: 150px;
}
}
#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  margin: 0 !important;
  overflow: visible;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add background color handling */
  
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image {
  box-sizing: border-box;
}



.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  margin: 0 !important;
  overflow: visible;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add background color handling */
  
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image {
  box-sizing: border-box;
}



.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  margin: 0 !important;
  overflow: visible;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add background color handling */
  
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image {
  box-sizing: border-box;
}



.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  margin: 0 !important;
  overflow: visible;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add background color handling */
  
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image {
  box-sizing: border-box;
}



.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  margin: 0 !important;
  overflow: visible;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add background color handling */
  
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128.shogun-image {
  box-sizing: border-box;
}



.s-5167d1d5-d8f5-4c59-a9df-5d375bcaf128 img.shogun-image {
  
}


}
#s-dfd7dace-b00a-4a43-8bc6-3a843b043157 {
  margin-left: 5%;
margin-right: 5%;
}

#s-9ebff3c6-9ff6-4613-8222-8a618e3c2013 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-9ebff3c6-9ff6-4613-8222-8a618e3c2013 {
  background-image: url();
}








#s-9ebff3c6-9ff6-4613-8222-8a618e3c2013 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ebff3c6-9ff6-4613-8222-8a618e3c2013 {
  cursor: pointer;
}#s-9ebff3c6-9ff6-4613-8222-8a618e3c2013.shg-box.shg-c {
  justify-content: flex-start;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  margin: 0 !important;
  overflow: visible;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add background color handling */
  
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478aa17d-97d0-4364-a8fa-a864d1d5926e .shogun-image-content {
  
    justify-content: center;
  
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image {
  box-sizing: border-box;
}



.s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  
}


@media (min-width: 1200px){#s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  margin: 0 !important;
  overflow: visible;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add background color handling */
  
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478aa17d-97d0-4364-a8fa-a864d1d5926e .shogun-image-content {
  
    justify-content: center;
  
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image {
  box-sizing: border-box;
}



.s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  margin: 0 !important;
  overflow: visible;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add background color handling */
  
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478aa17d-97d0-4364-a8fa-a864d1d5926e .shogun-image-content {
  
    justify-content: center;
  
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image {
  box-sizing: border-box;
}



.s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  margin: 0 !important;
  overflow: visible;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add background color handling */
  
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478aa17d-97d0-4364-a8fa-a864d1d5926e .shogun-image-content {
  
    justify-content: center;
  
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image {
  box-sizing: border-box;
}



.s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  
}


}@media (max-width: 767px){#s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  margin: 0 !important;
  overflow: visible;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478aa17d-97d0-4364-a8fa-a864d1d5926e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add background color handling */
  
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478aa17d-97d0-4364-a8fa-a864d1d5926e .shogun-image-content {
  
    justify-content: center;
  
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478aa17d-97d0-4364-a8fa-a864d1d5926e.shogun-image {
  box-sizing: border-box;
}



.s-478aa17d-97d0-4364-a8fa-a864d1d5926e img.shogun-image {
  
}


}
#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 {
  margin-top: 10px;
}
}
#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-1b89dff5-78d6-4a8a-b49d-68d57ed107d1 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  max-width: 200px;
}
}@media (max-width: 767px){#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  max-width: 150px;
}
}
#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image {
  box-sizing: border-box;
}



.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image {
  box-sizing: border-box;
}



.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image {
  box-sizing: border-box;
}



.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image {
  box-sizing: border-box;
}



.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1.shogun-image {
  box-sizing: border-box;
}



.s-af16bb2d-b9b1-4fc8-bf91-31a720d490d1 img.shogun-image {
  
}


}
#s-31247439-a6a5-454a-82fd-9d1e6a1612e5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 {
  cursor: pointer;
}#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27.shg-box.shg-c {
  justify-content: center;
}

#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (max-width: 767px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}
@media (min-width: 0px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  padding-left: 4%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-dd51aaa2-f339-4753-b58a-b688c261537c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  cursor: pointer;
}#s-dd51aaa2-f339-4753-b58a-b688c261537c.shg-box.shg-c {
  justify-content: center;
}

#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe {
  margin-bottom: 10px;
}
}
#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-0573da05-1152-4a60-bb38-94b8193279b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0573da05-1152-4a60-bb38-94b8193279b2 {
  text-align: center;
}
}
#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 {
  text-align: center;
}
}
#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275:active {background-color: rgba(17, 17, 17, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275 {
  text-align: center;
}
}

  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: center;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/898;
text-align: center;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.13);
}








#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c.shg-box.shg-c {
  justify-content: center;
}

#s-57b764f1-b4c8-446e-9562-cf0055a95274 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-57b764f1-b4c8-446e-9562-cf0055a95274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57b764f1-b4c8-446e-9562-cf0055a95274.shg-box.shg-c {
  justify-content: center;
}

#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0em;
  
  
}


}@media (max-width: 767px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-8c5189de-aa89-48fd-9e09-a50ff12d99f9 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin-top: 47px;
margin-bottom: 47px;
max-width: 700px;
aspect-ratio: 700/148;
text-align: center;
}
@media (min-width: 1200px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 380px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 378px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 251px;
}
}@media (max-width: 767px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin-top: 20px;
margin-bottom: 15px;
max-width: 450px;
}
}
#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-16f19510-3f58-4efe-8ca2-2f867489971d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-16f19510-3f58-4efe-8ca2-2f867489971d {
  margin-top: 0px;
}
}
#s-16f19510-3f58-4efe-8ca2-2f867489971d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-16f19510-3f58-4efe-8ca2-2f867489971d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}
#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ec141ef2-ac9c-44da-907d-bc509bcc183c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}
#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-3532ebf4-26c6-4ca7-9815-6c503d055955 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f.shg-box.shg-c {
  justify-content: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/71;
text-align: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(30, 100, 158, 1);
background-position: center center;
}








#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab.shg-box.shg-c {
  justify-content: center;
}

#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-bottom: 1px;
}
}
#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 11px;
margin-left: 9%;
margin-right: 9%;
}
}
#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}

#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  background-image: url();
}








#s-85ee1d31-b614-4085-870b-2a9825f14728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ee1d31-b614-4085-870b-2a9825f14728.shg-box.shg-c {
  justify-content: center;
}

#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  cursor: pointer;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48.shg-box.shg-c {
  justify-content: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-33d5cc7a-90aa-4fc7-830f-dc957282ead1 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  cursor: pointer;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25.shg-box.shg-c {
  justify-content: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7afcf635-3d97-4af9-8253-29d2a5cc7510 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-7b934657-2f76-4361-8f63-93e1ddcaf0a5 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-5c794a13-148d-414e-92c1-5e1d24fff80b:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c794a13-148d-414e-92c1-5e1d24fff80b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-730502a7-24cf-494d-b5ca-024b82b7b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  cursor: pointer;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb.shg-box.shg-c {
  justify-content: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fdd5e6c8-d207-40f8-9801-b3faded1cf74 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f700125c-7140-4fc3-95a1-be723beb640d {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-baa4a92f-d966-4936-87b0-1add3555c5dc {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}