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

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

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

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

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

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

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

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

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

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

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

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

#s-40238fe1-d657-4a69-9ac5-69cb801b825c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-40238fe1-d657-4a69-9ac5-69cb801b825c {
  display: none;
}
#s-40238fe1-d657-4a69-9ac5-69cb801b825c, #wrap-s-40238fe1-d657-4a69-9ac5-69cb801b825c, #wrap-content-s-40238fe1-d657-4a69-9ac5-69cb801b825c { display: none !important; }}







#s-40238fe1-d657-4a69-9ac5-69cb801b825c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40238fe1-d657-4a69-9ac5-69cb801b825c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  margin-left: auto;
margin-right: auto;
max-width: 1922px;
text-align: center;
}
@media (max-width: 767px){#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  display: none;
}
#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac, #wrap-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac, #wrap-content-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac { display: none !important; }}
#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac img.shogun-image {
  width: 100%;
  
  
  max-width: 1922px;

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




.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac img.shogun-image {
  width: 100%;
  
  
  

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




.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac img.shogun-image {
  width: 100%;
  
  
  

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




.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac img.shogun-image {
  width: 100%;
  
  
  

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




.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac img.shogun-image {
  width: 100%;
  
  
  

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




.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561943fa-bb7d-4eb4-8c29-bfe56d72d7ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

#s-4111f570-2c22-4d80-9692-fb447a4ec728 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 40px;
margin-right: auto;
}
@media (max-width: 767px){#s-4111f570-2c22-4d80-9692-fb447a4ec728 {
  display: none;
}
#s-4111f570-2c22-4d80-9692-fb447a4ec728, #wrap-s-4111f570-2c22-4d80-9692-fb447a4ec728, #wrap-content-s-4111f570-2c22-4d80-9692-fb447a4ec728 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4111f570-2c22-4d80-9692-fb447a4ec728"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-a94001b1-f8d6-4f3d-839e-d65011ce2662 {
  margin-top: 22px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-a94001b1-f8d6-4f3d-839e-d65011ce2662 .shg-proportional-font-size,
#s-a94001b1-f8d6-4f3d-839e-d65011ce2662 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-03db31ac-d053-486d-88cf-bda846f72a21 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 6%;
padding-left: 2%;
padding-right: 2%;
}

#s-03db31ac-d053-486d-88cf-bda846f72a21 .shg-proportional-font-size,
#s-03db31ac-d053-486d-88cf-bda846f72a21 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8d6a1046-fb0c-43f2-9283-21c1105b412b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8d6a1046-fb0c-43f2-9283-21c1105b412b {
  display: none;
}
#s-8d6a1046-fb0c-43f2-9283-21c1105b412b, #wrap-s-8d6a1046-fb0c-43f2-9283-21c1105b412b, #wrap-content-s-8d6a1046-fb0c-43f2-9283-21c1105b412b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d6a1046-fb0c-43f2-9283-21c1105b412b {
  display: none;
}
#s-8d6a1046-fb0c-43f2-9283-21c1105b412b, #wrap-s-8d6a1046-fb0c-43f2-9283-21c1105b412b, #wrap-content-s-8d6a1046-fb0c-43f2-9283-21c1105b412b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d6a1046-fb0c-43f2-9283-21c1105b412b {
  display: none;
}
#s-8d6a1046-fb0c-43f2-9283-21c1105b412b, #wrap-s-8d6a1046-fb0c-43f2-9283-21c1105b412b, #wrap-content-s-8d6a1046-fb0c-43f2-9283-21c1105b412b { display: none !important; }}







#s-8d6a1046-fb0c-43f2-9283-21c1105b412b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d6a1046-fb0c-43f2-9283-21c1105b412b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64 {
  display: none;
}
#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64, #wrap-s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64, #wrap-content-s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64 {
  display: none;
}
#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64, #wrap-s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64, #wrap-content-s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64 {
  display: none;
}
#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64, #wrap-s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64, #wrap-content-s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64 { display: none !important; }}







#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd5e55aa-e6db-4ece-8cb6-b04393b02d64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  margin-left: auto;
margin-right: auto;
max-width: 4504px;
text-align: center;
}
@media (min-width: 1200px){#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  display: none;
}
#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211, #wrap-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211, #wrap-content-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  display: none;
}
#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211, #wrap-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211, #wrap-content-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  display: none;
}
#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211, #wrap-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211, #wrap-content-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 { display: none !important; }}
#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 img.shogun-image {
  width: 100%;
  
  
  max-width: 4504px;

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




.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bb57783-ecd8-4c6f-aaa6-a2ce14f12211.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17 {
  display: none;
}
#s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17, #wrap-s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17, #wrap-content-s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17 {
  display: none;
}
#s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17, #wrap-s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17, #wrap-content-s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17 {
  display: none;
}
#s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17, #wrap-s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17, #wrap-content-s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17 { display: none !important; }}
@media (min-width: 0px) {
[id="s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-beb27a87-22a6-4d3c-bc39-91b4cb00bb17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-eeba455b-53dd-4d90-8eda-c0b53f8907d7 {
  margin-top: 25px;
margin-left: 6%;
margin-bottom: -1px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-eeba455b-53dd-4d90-8eda-c0b53f8907d7 .shg-proportional-font-size,
#s-eeba455b-53dd-4d90-8eda-c0b53f8907d7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 {
  display: none;
}
#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863, #wrap-s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863, #wrap-content-s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 {
  display: none;
}
#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863, #wrap-s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863, #wrap-content-s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 {
  display: none;
}
#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863, #wrap-s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863, #wrap-content-s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 { display: none !important; }}
#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 .shg-proportional-font-size,
#s-1ef5aad0-2e31-4dfa-bdfb-42779f0b8863 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7ed7b942-f6ff-416d-b105-69d6042c2021 {
  margin-left: 2%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7ed7b942-f6ff-416d-b105-69d6042c2021"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-7ed7b942-f6ff-416d-b105-69d6042c2021"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-7ed7b942-f6ff-416d-b105-69d6042c2021"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-7ed7b942-f6ff-416d-b105-69d6042c2021"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  margin-left: 0%;
margin-right: auto;
max-width: 2002px;
text-align: center;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2002px;

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




.s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-28c782d9-9aac-4937-abc1-e919b7d541b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c782d9-9aac-4937-abc1-e919b7d541b4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-28c782d9-9aac-4937-abc1-e919b7d541b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c782d9-9aac-4937-abc1-e919b7d541b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  margin-left: auto;
margin-right: auto;
max-width: 2002px;
text-align: center;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a img.shogun-image {
  width: 100%;
  
  
  max-width: 2002px;

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




.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48cff24f-f0f1-44d1-a93b-45665f9d0f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  margin-left: auto;
margin-right: auto;
max-width: 2002px;
text-align: center;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e img.shogun-image {
  width: 100%;
  
  
  max-width: 2002px;

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




.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c16c0d2f-c494-4c5c-bcce-f973cf7b613e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-24579235-e43f-4834-8188-76762f14d84b {
  margin-left: auto;
margin-right: auto;
max-width: 2002px;
text-align: center;
}

#s-24579235-e43f-4834-8188-76762f14d84b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24579235-e43f-4834-8188-76762f14d84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24579235-e43f-4834-8188-76762f14d84b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24579235-e43f-4834-8188-76762f14d84b img.shogun-image {
  width: 100%;
  
  
  max-width: 2002px;

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




.s-24579235-e43f-4834-8188-76762f14d84b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24579235-e43f-4834-8188-76762f14d84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24579235-e43f-4834-8188-76762f14d84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24579235-e43f-4834-8188-76762f14d84b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-24579235-e43f-4834-8188-76762f14d84b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24579235-e43f-4834-8188-76762f14d84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24579235-e43f-4834-8188-76762f14d84b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24579235-e43f-4834-8188-76762f14d84b img.shogun-image {
  width: 100%;
  
  
  

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




.s-24579235-e43f-4834-8188-76762f14d84b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24579235-e43f-4834-8188-76762f14d84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24579235-e43f-4834-8188-76762f14d84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24579235-e43f-4834-8188-76762f14d84b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-24579235-e43f-4834-8188-76762f14d84b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24579235-e43f-4834-8188-76762f14d84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24579235-e43f-4834-8188-76762f14d84b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24579235-e43f-4834-8188-76762f14d84b img.shogun-image {
  width: 100%;
  
  
  

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




.s-24579235-e43f-4834-8188-76762f14d84b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24579235-e43f-4834-8188-76762f14d84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24579235-e43f-4834-8188-76762f14d84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24579235-e43f-4834-8188-76762f14d84b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-24579235-e43f-4834-8188-76762f14d84b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24579235-e43f-4834-8188-76762f14d84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24579235-e43f-4834-8188-76762f14d84b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24579235-e43f-4834-8188-76762f14d84b img.shogun-image {
  width: 100%;
  
  
  

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




.s-24579235-e43f-4834-8188-76762f14d84b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24579235-e43f-4834-8188-76762f14d84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24579235-e43f-4834-8188-76762f14d84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24579235-e43f-4834-8188-76762f14d84b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-24579235-e43f-4834-8188-76762f14d84b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24579235-e43f-4834-8188-76762f14d84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24579235-e43f-4834-8188-76762f14d84b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24579235-e43f-4834-8188-76762f14d84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24579235-e43f-4834-8188-76762f14d84b img.shogun-image {
  width: 100%;
  
  
  

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




.s-24579235-e43f-4834-8188-76762f14d84b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24579235-e43f-4834-8188-76762f14d84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24579235-e43f-4834-8188-76762f14d84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24579235-e43f-4834-8188-76762f14d84b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  margin-left: auto;
margin-right: auto;
max-width: 1922px;
text-align: center;
}
@media (max-width: 767px){#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  display: none;
}
#s-8de3a594-f4c3-4506-afb7-901cb5b007d9, #wrap-s-8de3a594-f4c3-4506-afb7-901cb5b007d9, #wrap-content-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 { display: none !important; }}
#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1922px;

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




.s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8de3a594-f4c3-4506-afb7-901cb5b007d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8de3a594-f4c3-4506-afb7-901cb5b007d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de3a594-f4c3-4506-afb7-901cb5b007d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c5b88819-da23-46cf-9b14-4f3c529f4992 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5b88819-da23-46cf-9b14-4f3c529f4992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5b88819-da23-46cf-9b14-4f3c529f4992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  margin-left: auto;
margin-right: auto;
max-width: 4504px;
text-align: center;
}
@media (min-width: 1200px){#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  display: none;
}
#s-823aa64f-9d06-4478-9649-f9d73b7fde92, #wrap-s-823aa64f-9d06-4478-9649-f9d73b7fde92, #wrap-content-s-823aa64f-9d06-4478-9649-f9d73b7fde92 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  display: none;
}
#s-823aa64f-9d06-4478-9649-f9d73b7fde92, #wrap-s-823aa64f-9d06-4478-9649-f9d73b7fde92, #wrap-content-s-823aa64f-9d06-4478-9649-f9d73b7fde92 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  display: none;
}
#s-823aa64f-9d06-4478-9649-f9d73b7fde92, #wrap-s-823aa64f-9d06-4478-9649-f9d73b7fde92, #wrap-content-s-823aa64f-9d06-4478-9649-f9d73b7fde92 { display: none !important; }}
#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 img.shogun-image {
  width: 100%;
  
  
  max-width: 4504px;

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




.s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 img.shogun-image {
  width: 100%;
  
  
  

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




.s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 img.shogun-image {
  width: 100%;
  
  
  

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




.s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 img.shogun-image {
  width: 100%;
  
  
  

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




.s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-823aa64f-9d06-4478-9649-f9d73b7fde92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-823aa64f-9d06-4478-9649-f9d73b7fde92 img.shogun-image {
  width: 100%;
  
  
  

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




.s-823aa64f-9d06-4478-9649-f9d73b7fde92 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823aa64f-9d06-4478-9649-f9d73b7fde92.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e4cbe14-e314-4016-af4d-f5abf9b09734 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2e4cbe14-e314-4016-af4d-f5abf9b09734 {
  display: none;
}
#s-2e4cbe14-e314-4016-af4d-f5abf9b09734, #wrap-s-2e4cbe14-e314-4016-af4d-f5abf9b09734, #wrap-content-s-2e4cbe14-e314-4016-af4d-f5abf9b09734 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e4cbe14-e314-4016-af4d-f5abf9b09734 {
  display: none;
}
#s-2e4cbe14-e314-4016-af4d-f5abf9b09734, #wrap-s-2e4cbe14-e314-4016-af4d-f5abf9b09734, #wrap-content-s-2e4cbe14-e314-4016-af4d-f5abf9b09734 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e4cbe14-e314-4016-af4d-f5abf9b09734 {
  display: none;
}
#s-2e4cbe14-e314-4016-af4d-f5abf9b09734, #wrap-s-2e4cbe14-e314-4016-af4d-f5abf9b09734, #wrap-content-s-2e4cbe14-e314-4016-af4d-f5abf9b09734 { display: none !important; }}







#s-2e4cbe14-e314-4016-af4d-f5abf9b09734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e4cbe14-e314-4016-af4d-f5abf9b09734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  margin-left: auto;
margin-right: auto;
max-width: 4504px;
text-align: center;
}
@media (min-width: 1200px){#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  display: none;
}
#s-c195ee94-b288-41af-8708-1a7aaa2ccde4, #wrap-s-c195ee94-b288-41af-8708-1a7aaa2ccde4, #wrap-content-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  display: none;
}
#s-c195ee94-b288-41af-8708-1a7aaa2ccde4, #wrap-s-c195ee94-b288-41af-8708-1a7aaa2ccde4, #wrap-content-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  display: none;
}
#s-c195ee94-b288-41af-8708-1a7aaa2ccde4, #wrap-s-c195ee94-b288-41af-8708-1a7aaa2ccde4, #wrap-content-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 { display: none !important; }}
#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 img.shogun-image {
  width: 100%;
  
  
  max-width: 4504px;

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




.s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c195ee94-b288-41af-8708-1a7aaa2ccde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c195ee94-b288-41af-8708-1a7aaa2ccde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c195ee94-b288-41af-8708-1a7aaa2ccde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-548cc964-f322-4440-ae43-c3272b8f16c1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-548cc964-f322-4440-ae43-c3272b8f16c1 {
  display: none;
}
#s-548cc964-f322-4440-ae43-c3272b8f16c1, #wrap-s-548cc964-f322-4440-ae43-c3272b8f16c1, #wrap-content-s-548cc964-f322-4440-ae43-c3272b8f16c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-548cc964-f322-4440-ae43-c3272b8f16c1 {
  display: none;
}
#s-548cc964-f322-4440-ae43-c3272b8f16c1, #wrap-s-548cc964-f322-4440-ae43-c3272b8f16c1, #wrap-content-s-548cc964-f322-4440-ae43-c3272b8f16c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-548cc964-f322-4440-ae43-c3272b8f16c1 {
  display: none;
}
#s-548cc964-f322-4440-ae43-c3272b8f16c1, #wrap-s-548cc964-f322-4440-ae43-c3272b8f16c1, #wrap-content-s-548cc964-f322-4440-ae43-c3272b8f16c1 { display: none !important; }}







#s-548cc964-f322-4440-ae43-c3272b8f16c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-548cc964-f322-4440-ae43-c3272b8f16c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  margin-left: auto;
margin-right: auto;
max-width: 4504px;
text-align: center;
}
@media (min-width: 1200px){#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  display: none;
}
#s-7f150516-cba0-4889-823e-d16f6681baa5, #wrap-s-7f150516-cba0-4889-823e-d16f6681baa5, #wrap-content-s-7f150516-cba0-4889-823e-d16f6681baa5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  display: none;
}
#s-7f150516-cba0-4889-823e-d16f6681baa5, #wrap-s-7f150516-cba0-4889-823e-d16f6681baa5, #wrap-content-s-7f150516-cba0-4889-823e-d16f6681baa5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  display: none;
}
#s-7f150516-cba0-4889-823e-d16f6681baa5, #wrap-s-7f150516-cba0-4889-823e-d16f6681baa5, #wrap-content-s-7f150516-cba0-4889-823e-d16f6681baa5 { display: none !important; }}
#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f150516-cba0-4889-823e-d16f6681baa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f150516-cba0-4889-823e-d16f6681baa5 img.shogun-image {
  width: 100%;
  
  
  max-width: 4504px;

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




.s-7f150516-cba0-4889-823e-d16f6681baa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f150516-cba0-4889-823e-d16f6681baa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f150516-cba0-4889-823e-d16f6681baa5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f150516-cba0-4889-823e-d16f6681baa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f150516-cba0-4889-823e-d16f6681baa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f150516-cba0-4889-823e-d16f6681baa5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f150516-cba0-4889-823e-d16f6681baa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f150516-cba0-4889-823e-d16f6681baa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f150516-cba0-4889-823e-d16f6681baa5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f150516-cba0-4889-823e-d16f6681baa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7f150516-cba0-4889-823e-d16f6681baa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f150516-cba0-4889-823e-d16f6681baa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f150516-cba0-4889-823e-d16f6681baa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f150516-cba0-4889-823e-d16f6681baa5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f150516-cba0-4889-823e-d16f6681baa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f150516-cba0-4889-823e-d16f6681baa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d34fea7a-f471-4116-b84c-499a2f81d9a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-d34fea7a-f471-4116-b84c-499a2f81d9a2 {
  display: none;
}
#s-d34fea7a-f471-4116-b84c-499a2f81d9a2, #wrap-s-d34fea7a-f471-4116-b84c-499a2f81d9a2, #wrap-content-s-d34fea7a-f471-4116-b84c-499a2f81d9a2 { display: none !important; }}







#s-d34fea7a-f471-4116-b84c-499a2f81d9a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d34fea7a-f471-4116-b84c-499a2f81d9a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef {
  margin-left: auto;
margin-right: auto;
max-width: 1922px;
text-align: center;
}
@media (max-width: 767px){#s-9beea79c-37a5-4111-97eb-a7a69039beef {
  display: none;
}
#s-9beea79c-37a5-4111-97eb-a7a69039beef, #wrap-s-9beea79c-37a5-4111-97eb-a7a69039beef, #wrap-content-s-9beea79c-37a5-4111-97eb-a7a69039beef { display: none !important; }}
#s-9beea79c-37a5-4111-97eb-a7a69039beef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 2%;
  
  
  
}


.shg-image-content-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9beea79c-37a5-4111-97eb-a7a69039beef img.shogun-image {
  width: 100%;
  
  
  max-width: 1922px;

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




.s-9beea79c-37a5-4111-97eb-a7a69039beef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9beea79c-37a5-4111-97eb-a7a69039beef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9beea79c-37a5-4111-97eb-a7a69039beef img.shogun-image {
  width: 100%;
  
  
  

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




.s-9beea79c-37a5-4111-97eb-a7a69039beef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9beea79c-37a5-4111-97eb-a7a69039beef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9beea79c-37a5-4111-97eb-a7a69039beef img.shogun-image {
  width: 100%;
  
  
  

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




.s-9beea79c-37a5-4111-97eb-a7a69039beef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9beea79c-37a5-4111-97eb-a7a69039beef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9beea79c-37a5-4111-97eb-a7a69039beef img.shogun-image {
  width: 100%;
  
  
  

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




.s-9beea79c-37a5-4111-97eb-a7a69039beef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9beea79c-37a5-4111-97eb-a7a69039beef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9beea79c-37a5-4111-97eb-a7a69039beef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9beea79c-37a5-4111-97eb-a7a69039beef img.shogun-image {
  width: 100%;
  
  
  

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




.s-9beea79c-37a5-4111-97eb-a7a69039beef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9beea79c-37a5-4111-97eb-a7a69039beef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8b9bf8be-1472-42e7-a0de-38e057df2073 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-8b9bf8be-1472-42e7-a0de-38e057df2073 {
  display: none;
}
#s-8b9bf8be-1472-42e7-a0de-38e057df2073, #wrap-s-8b9bf8be-1472-42e7-a0de-38e057df2073, #wrap-content-s-8b9bf8be-1472-42e7-a0de-38e057df2073 { display: none !important; }}







#s-8b9bf8be-1472-42e7-a0de-38e057df2073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b9bf8be-1472-42e7-a0de-38e057df2073.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  margin-left: auto;
margin-right: auto;
max-width: 1922px;
text-align: center;
}
@media (max-width: 767px){#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  display: none;
}
#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac, #wrap-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac, #wrap-content-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac { display: none !important; }}
#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac img.shogun-image {
  width: 100%;
  
  
  max-width: 1922px;

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




.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac img.shogun-image {
  width: 100%;
  
  
  

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




.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac img.shogun-image {
  width: 100%;
  
  
  

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




.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac img.shogun-image {
  width: 100%;
  
  
  

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




.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f3d8cb6b-7706-4152-80d0-8d88fe427fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac img.shogun-image {
  width: 100%;
  
  
  

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




.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d8cb6b-7706-4152-80d0-8d88fe427fac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c {
  display: none;
}
#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c, #wrap-s-a3b3cf00-8a57-415e-a468-40b75f8dae2c, #wrap-content-s-a3b3cf00-8a57-415e-a468-40b75f8dae2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c {
  display: none;
}
#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c, #wrap-s-a3b3cf00-8a57-415e-a468-40b75f8dae2c, #wrap-content-s-a3b3cf00-8a57-415e-a468-40b75f8dae2c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c {
  display: none;
}
#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c, #wrap-s-a3b3cf00-8a57-415e-a468-40b75f8dae2c, #wrap-content-s-a3b3cf00-8a57-415e-a468-40b75f8dae2c { display: none !important; }}@media (max-width: 767px){#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c {
  display: none;
}
#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c, #wrap-s-a3b3cf00-8a57-415e-a468-40b75f8dae2c, #wrap-content-s-a3b3cf00-8a57-415e-a468-40b75f8dae2c { display: none !important; }}







#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3b3cf00-8a57-415e-a468-40b75f8dae2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  margin-left: auto;
margin-right: auto;
max-width: 4504px;
text-align: center;
}
@media (min-width: 1200px){#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  display: none;
}
#s-9f769cd1-bf60-474b-82dd-df6f61468e02, #wrap-s-9f769cd1-bf60-474b-82dd-df6f61468e02, #wrap-content-s-9f769cd1-bf60-474b-82dd-df6f61468e02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  display: none;
}
#s-9f769cd1-bf60-474b-82dd-df6f61468e02, #wrap-s-9f769cd1-bf60-474b-82dd-df6f61468e02, #wrap-content-s-9f769cd1-bf60-474b-82dd-df6f61468e02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  display: none;
}
#s-9f769cd1-bf60-474b-82dd-df6f61468e02, #wrap-s-9f769cd1-bf60-474b-82dd-df6f61468e02, #wrap-content-s-9f769cd1-bf60-474b-82dd-df6f61468e02 { display: none !important; }}
#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 img.shogun-image {
  width: 100%;
  
  
  max-width: 4504px;

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




.s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f769cd1-bf60-474b-82dd-df6f61468e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f769cd1-bf60-474b-82dd-df6f61468e02 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f769cd1-bf60-474b-82dd-df6f61468e02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f769cd1-bf60-474b-82dd-df6f61468e02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-036e16c0-8aa8-46ac-993f-279c18f5fa35 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-036e16c0-8aa8-46ac-993f-279c18f5fa35 {
  display: none;
}
#s-036e16c0-8aa8-46ac-993f-279c18f5fa35, #wrap-s-036e16c0-8aa8-46ac-993f-279c18f5fa35, #wrap-content-s-036e16c0-8aa8-46ac-993f-279c18f5fa35 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-036e16c0-8aa8-46ac-993f-279c18f5fa35 {
  display: none;
}
#s-036e16c0-8aa8-46ac-993f-279c18f5fa35, #wrap-s-036e16c0-8aa8-46ac-993f-279c18f5fa35, #wrap-content-s-036e16c0-8aa8-46ac-993f-279c18f5fa35 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-036e16c0-8aa8-46ac-993f-279c18f5fa35 {
  display: none;
}
#s-036e16c0-8aa8-46ac-993f-279c18f5fa35, #wrap-s-036e16c0-8aa8-46ac-993f-279c18f5fa35, #wrap-content-s-036e16c0-8aa8-46ac-993f-279c18f5fa35 { display: none !important; }}@media (max-width: 767px){#s-036e16c0-8aa8-46ac-993f-279c18f5fa35 {
  display: none;
}
#s-036e16c0-8aa8-46ac-993f-279c18f5fa35, #wrap-s-036e16c0-8aa8-46ac-993f-279c18f5fa35, #wrap-content-s-036e16c0-8aa8-46ac-993f-279c18f5fa35 { display: none !important; }}







#s-036e16c0-8aa8-46ac-993f-279c18f5fa35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-036e16c0-8aa8-46ac-993f-279c18f5fa35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f9750db-56b6-4968-965e-5198cbd57d02 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f9750db-56b6-4968-965e-5198cbd57d02 {
  display: none;
}
#s-6f9750db-56b6-4968-965e-5198cbd57d02, #wrap-s-6f9750db-56b6-4968-965e-5198cbd57d02, #wrap-content-s-6f9750db-56b6-4968-965e-5198cbd57d02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f9750db-56b6-4968-965e-5198cbd57d02 {
  display: none;
}
#s-6f9750db-56b6-4968-965e-5198cbd57d02, #wrap-s-6f9750db-56b6-4968-965e-5198cbd57d02, #wrap-content-s-6f9750db-56b6-4968-965e-5198cbd57d02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f9750db-56b6-4968-965e-5198cbd57d02 {
  display: none;
}
#s-6f9750db-56b6-4968-965e-5198cbd57d02, #wrap-s-6f9750db-56b6-4968-965e-5198cbd57d02, #wrap-content-s-6f9750db-56b6-4968-965e-5198cbd57d02 { display: none !important; }}@media (max-width: 767px){#s-6f9750db-56b6-4968-965e-5198cbd57d02 {
  display: none;
}
#s-6f9750db-56b6-4968-965e-5198cbd57d02, #wrap-s-6f9750db-56b6-4968-965e-5198cbd57d02, #wrap-content-s-6f9750db-56b6-4968-965e-5198cbd57d02 { display: none !important; }}







#s-6f9750db-56b6-4968-965e-5198cbd57d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f9750db-56b6-4968-965e-5198cbd57d02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08760a9b-ce6e-42c8-b63c-cb68fca2f964 {
  margin-top: 22px;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
}

#s-08760a9b-ce6e-42c8-b63c-cb68fca2f964 .shg-proportional-font-size,
#s-08760a9b-ce6e-42c8-b63c-cb68fca2f964 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec {
  display: none;
}
#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec, #wrap-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec, #wrap-content-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec {
  display: none;
}
#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec, #wrap-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec, #wrap-content-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec {
  display: none;
}
#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec, #wrap-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec, #wrap-content-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec { display: none !important; }}@media (max-width: 767px){#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec {
  display: none;
}
#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec, #wrap-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec, #wrap-content-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec { display: none !important; }}
#s-2bdd1f94-672c-4c60-b2f1-c7074819ddec .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec > .swiper-button-prev,
#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec > .swiper-button-next {
  
}

#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec > .swiper-button-prev svg,
#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2bdd1f94-672c-4c60-b2f1-c7074819ddec .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-30ae8ff2-fbfb-4b1b-920b-9fe8fc44af68 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb {
  max-width:  100%;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb {
  max-width:  100%;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb {
  max-width:  100%;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb {
  max-width:  100%;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb {
  max-width:  100%;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb .shg-image-zoom,
.shg-c#s-e23dd9ba-5fda-4ba4-9fd7-aaab37e428eb img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-fd441367-1c1e-4933-94a5-2e633eeb64c7 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd441367-1c1e-4933-94a5-2e633eeb64c7 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-83babdd2-3768-4275-950c-fd63b7181539 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
text-align: left;
}

#s-83babdd2-3768-4275-950c-fd63b7181539 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-83babdd2-3768-4275-950c-fd63b7181539 .shg-product-price {
  color: #000;
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 12px;
}

#s-83babdd2-3768-4275-950c-fd63b7181539 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9bcfc634-0ec8-4c9c-8d34-1b2095815f94 {
  margin-left: auto;
margin-right: auto;
}

#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b {
  max-width:  100%;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b {
  max-width:  100%;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b {
  max-width:  100%;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b {
  max-width:  100%;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b {
  max-width:  100%;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b .shg-image-zoom,
.shg-c#s-c0c09d0b-67a2-4d99-87c5-1f898de45c5b img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-399d0b96-9926-4456-bd25-272511073611 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-399d0b96-9926-4456-bd25-272511073611 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-f32a840c-6b99-4583-b64c-f72331f16eb1 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
text-align: left;
}

#s-f32a840c-6b99-4583-b64c-f72331f16eb1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-f32a840c-6b99-4583-b64c-f72331f16eb1 .shg-product-price {
  color: #000;
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 12px;
}

#s-f32a840c-6b99-4583-b64c-f72331f16eb1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fce5eee5-7242-46a1-b2aa-d5c1dd27a8c7 {
  margin-left: auto;
margin-right: auto;
}

#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf {
  max-width:  100%;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf {
  max-width:  100%;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf {
  max-width:  100%;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf {
  max-width:  100%;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf {
  max-width:  100%;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf .shg-image-zoom,
.shg-c#s-df1ba9a1-7be2-46f6-9faa-0b3eca908dbf img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-818264d9-b5be-426b-817a-8b3ec73292b5 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-818264d9-b5be-426b-817a-8b3ec73292b5 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-a87d017d-39fd-4adb-b868-f39759e56f7a {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
text-align: left;
}

#s-a87d017d-39fd-4adb-b868-f39759e56f7a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-a87d017d-39fd-4adb-b868-f39759e56f7a .shg-product-price {
  color: #000;
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 12px;
}

#s-a87d017d-39fd-4adb-b868-f39759e56f7a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f8d8d190-431a-4727-9141-ccf58e67cac6 {
  margin-left: auto;
margin-right: auto;
}

#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 {
  max-width:  100%;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 {
  max-width:  100%;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 {
  max-width:  100%;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 {
  max-width:  100%;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 {
  max-width:  100%;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 .shg-image-zoom,
.shg-c#s-6afc1294-0e49-4c7f-9eeb-3198bc40d464 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c693597c-58ad-43b3-a865-6091d0ba2845 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c693597c-58ad-43b3-a865-6091d0ba2845 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-e2cc3c31-0fea-424a-80b2-2465b86bc4f4 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
text-align: left;
}

#s-e2cc3c31-0fea-424a-80b2-2465b86bc4f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-e2cc3c31-0fea-424a-80b2-2465b86bc4f4 .shg-product-price {
  color: #000;
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 12px;
}

#s-e2cc3c31-0fea-424a-80b2-2465b86bc4f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4830fac0-08a9-4544-9759-f6757a79634d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4830fac0-08a9-4544-9759-f6757a79634d {
  display: none;
}
#s-4830fac0-08a9-4544-9759-f6757a79634d, #wrap-s-4830fac0-08a9-4544-9759-f6757a79634d, #wrap-content-s-4830fac0-08a9-4544-9759-f6757a79634d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4830fac0-08a9-4544-9759-f6757a79634d {
  display: none;
}
#s-4830fac0-08a9-4544-9759-f6757a79634d, #wrap-s-4830fac0-08a9-4544-9759-f6757a79634d, #wrap-content-s-4830fac0-08a9-4544-9759-f6757a79634d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4830fac0-08a9-4544-9759-f6757a79634d {
  display: none;
}
#s-4830fac0-08a9-4544-9759-f6757a79634d, #wrap-s-4830fac0-08a9-4544-9759-f6757a79634d, #wrap-content-s-4830fac0-08a9-4544-9759-f6757a79634d { display: none !important; }}@media (max-width: 767px){#s-4830fac0-08a9-4544-9759-f6757a79634d {
  display: none;
}
#s-4830fac0-08a9-4544-9759-f6757a79634d, #wrap-s-4830fac0-08a9-4544-9759-f6757a79634d, #wrap-content-s-4830fac0-08a9-4544-9759-f6757a79634d { display: none !important; }}
#s-4830fac0-08a9-4544-9759-f6757a79634d .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d > .swiper-button-prev,
#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d > .swiper-button-next {
  
}

#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d > .swiper-button-prev svg,
#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4830fac0-08a9-4544-9759-f6757a79634d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-22e061c8-9a86-42b4-9941-9317042a61b4 {
  margin-left: auto;
margin-right: auto;
}

#s-acf6fab5-b16d-48e9-9d39-252d87930e0a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a {
  max-width:  100%;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a {
  max-width:  100%;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a {
  max-width:  100%;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a {
  max-width:  100%;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a {
  max-width:  100%;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a .shg-image-zoom,
.shg-c#s-acf6fab5-b16d-48e9-9d39-252d87930e0a img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ec6f5a3-2d4d-4722-a716-f4b6dfc6a8d7 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3ec6f5a3-2d4d-4722-a716-f4b6dfc6a8d7 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-9baa7613-1e6d-4e07-89e3-bf572e3dcdfc {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
text-align: left;
}

#s-9baa7613-1e6d-4e07-89e3-bf572e3dcdfc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-9baa7613-1e6d-4e07-89e3-bf572e3dcdfc .shg-product-price {
  color: #000;
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 12px;
}

#s-9baa7613-1e6d-4e07-89e3-bf572e3dcdfc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c78f2397-a94d-4bc1-b048-0d983498b6eb {
  margin-left: auto;
margin-right: auto;
}

#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 {
  max-width:  100%;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 {
  max-width:  100%;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 {
  max-width:  100%;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 {
  max-width:  100%;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 {
  max-width:  100%;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 .shg-image-zoom,
.shg-c#s-19bbde6b-0d0e-4a1f-a146-eac4ba3cbee5 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e6b7645c-63c3-4b2d-982e-5462c432a35e {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6b7645c-63c3-4b2d-982e-5462c432a35e .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-270ff1d0-c9d3-474b-a4ea-f48aa8de33c2 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
text-align: left;
}

#s-270ff1d0-c9d3-474b-a4ea-f48aa8de33c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-270ff1d0-c9d3-474b-a4ea-f48aa8de33c2 .shg-product-price {
  color: #000;
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 12px;
}

#s-270ff1d0-c9d3-474b-a4ea-f48aa8de33c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f732a9a0-f320-41df-9bbf-9c4396255875 {
  margin-left: auto;
margin-right: auto;
}

#s-7fe03e73-59c7-4518-b409-734d4185b760 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 {
  max-width:  100%;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 {
  max-width:  100%;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 {
  max-width:  100%;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 {
  max-width:  100%;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 {
  max-width:  100%;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 .shg-image-zoom,
.shg-c#s-7fe03e73-59c7-4518-b409-734d4185b760 img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8103a028-4045-47d0-b6c4-f4417aead3c5 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8103a028-4045-47d0-b6c4-f4417aead3c5 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-a360554c-0c4c-44c7-82ec-f6c60b0a6fe8 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
text-align: left;
}

#s-a360554c-0c4c-44c7-82ec-f6c60b0a6fe8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-a360554c-0c4c-44c7-82ec-f6c60b0a6fe8 .shg-product-price {
  color: #000;
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 12px;
}

#s-a360554c-0c4c-44c7-82ec-f6c60b0a6fe8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ecc7a8f6-762c-4c33-8a02-db622940e03e {
  margin-left: auto;
margin-right: auto;
}

#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f {
  max-width:  100%;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f {
  max-width:  100%;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f {
  max-width:  100%;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f {
  max-width:  100%;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f {
  max-width:  100%;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  max-width: 1429px !important;
  
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f .shg-image-zoom,
.shg-c#s-42e6f5bb-83ea-459c-bd68-e8994a93c74f img.shogun-image {
  aspect-ratio: 1429/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4cb046d0-d69d-4334-8285-3e36d64cca46 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4cb046d0-d69d-4334-8285-3e36d64cca46 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-728e37e9-dedd-4c43-89ab-3ca097e86347 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
text-align: left;
}

#s-728e37e9-dedd-4c43-89ab-3ca097e86347 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-728e37e9-dedd-4c43-89ab-3ca097e86347 .shg-product-price {
  color: #000;
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 12px;
}

#s-728e37e9-dedd-4c43-89ab-3ca097e86347 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a38f59ed-4949-4710-9d5a-2f4cbec04637 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a38f59ed-4949-4710-9d5a-2f4cbec04637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a38f59ed-4949-4710-9d5a-2f4cbec04637.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d976e7a-37d7-45f2-8cfc-659965f2e68a {
  margin-top: 22px;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
}

#s-3d976e7a-37d7-45f2-8cfc-659965f2e68a .shg-proportional-font-size,
#s-3d976e7a-37d7-45f2-8cfc-659965f2e68a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 {
  display: none;
}
#s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412, #wrap-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412, #wrap-content-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 { display: none !important; }}
#s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 29px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 > .swiper-button-prev,
#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 > .swiper-button-next {
  
}

#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 > .swiper-button-prev svg,
#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 > .swiper-button-next svg {
  fill: rgba(0, 0, 0, 1) !important;
  stroke: rgba(0, 0, 0, 1) !important;
  
}

#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-cb4ddc0c-47bb-4f88-88f5-57e2b1de7412 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5e3ee143-09b6-4c91-a559-6b6d4c7786ac {
  margin-left: auto;
margin-right: auto;
}

#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa .shg-image-zoom,
.shg-c#s-668dd1f8-bcff-4458-8a5b-f71c7760e6aa img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dcdbdf89-b31e-45ab-b7a5-878094caca60 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dcdbdf89-b31e-45ab-b7a5-878094caca60 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-fd99b2a2-4624-4ae8-a56e-f3e0a67b09f3 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fd99b2a2-4624-4ae8-a56e-f3e0a67b09f3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-fd99b2a2-4624-4ae8-a56e-f3e0a67b09f3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-fd99b2a2-4624-4ae8-a56e-f3e0a67b09f3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-27795113-b91b-4715-8683-8de12a2e8d74 {
  margin-left: auto;
margin-right: auto;
}

#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 .shg-image-zoom,
.shg-c#s-78cdf837-d562-4743-9e2e-2e3d463de7d8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9178c962-2b96-45ee-a4bf-46fc77b33648 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9178c962-2b96-45ee-a4bf-46fc77b33648 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-d87d349a-c735-487a-a717-dd13668b60bb {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d87d349a-c735-487a-a717-dd13668b60bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-d87d349a-c735-487a-a717-dd13668b60bb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-d87d349a-c735-487a-a717-dd13668b60bb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b6ff5f6c-817c-447c-b7d8-f28f3ce544d1 {
  margin-left: auto;
margin-right: auto;
}

#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 .shg-image-zoom,
.shg-c#s-a8c6b617-8bfd-44ac-8288-a1a0c9c17df2 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9e3c8f3b-cacc-497b-8f02-21261095f515 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e3c8f3b-cacc-497b-8f02-21261095f515 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-392888ed-1ab4-4a75-963e-3b29360e8cad {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-392888ed-1ab4-4a75-963e-3b29360e8cad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-392888ed-1ab4-4a75-963e-3b29360e8cad .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-392888ed-1ab4-4a75-963e-3b29360e8cad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a9f26958-ea05-4231-aa9a-94f1e0afdf41 {
  margin-left: auto;
margin-right: auto;
}

#s-392785d1-edc2-486d-a376-22cec7fafcd1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 .shg-image-zoom,
.shg-c#s-392785d1-edc2-486d-a376-22cec7fafcd1 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-31ff812c-0be4-426d-940f-bf1ae42b7b3a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31ff812c-0be4-426d-940f-bf1ae42b7b3a .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-87d56326-726d-4140-bd86-40326ccb8042 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-87d56326-726d-4140-bd86-40326ccb8042 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-87d56326-726d-4140-bd86-40326ccb8042 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-87d56326-726d-4140-bd86-40326ccb8042 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-86e116bc-8d66-40b5-9dd3-cfc6930146a4 {
  margin-left: auto;
margin-right: auto;
}

#s-496ba089-07f7-449e-b287-4081f107a18f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f .shg-image-zoom,
.shg-c#s-496ba089-07f7-449e-b287-4081f107a18f img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bd92e325-38a3-4975-81bb-7ae1fb36d43b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bd92e325-38a3-4975-81bb-7ae1fb36d43b .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-b2bf912d-22b8-4628-9818-69ac88c724b5 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b2bf912d-22b8-4628-9818-69ac88c724b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b2bf912d-22b8-4628-9818-69ac88c724b5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-b2bf912d-22b8-4628-9818-69ac88c724b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-22cfd398-3a97-4257-bd78-bc95eb75011e {
  margin-left: auto;
margin-right: auto;
}

#s-aee55797-c0e1-4e67-b194-770b4e9f4587 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 .shg-image-zoom,
.shg-c#s-aee55797-c0e1-4e67-b194-770b4e9f4587 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b74c2218-fb45-4740-9e3b-da8be8b4b527 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b74c2218-fb45-4740-9e3b-da8be8b4b527 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-a5ea047e-16fa-4ea3-b1db-7ba89adc3a01 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a5ea047e-16fa-4ea3-b1db-7ba89adc3a01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-a5ea047e-16fa-4ea3-b1db-7ba89adc3a01 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-a5ea047e-16fa-4ea3-b1db-7ba89adc3a01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e042227e-efc1-49c3-b5c4-355b1efe0fe7 {
  margin-left: auto;
margin-right: auto;
}

#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 .shg-image-zoom,
.shg-c#s-9abdc674-35a1-41dd-a0bc-902d976a2e05 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cf7c95ea-0ca8-4e12-86b3-fa4d9a6d543e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf7c95ea-0ca8-4e12-86b3-fa4d9a6d543e .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-5e71b735-5a8b-447d-940d-8bdc8d429bdb {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5e71b735-5a8b-447d-940d-8bdc8d429bdb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-5e71b735-5a8b-447d-940d-8bdc8d429bdb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-5e71b735-5a8b-447d-940d-8bdc8d429bdb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9d7382cf-1f70-481b-bf15-2643d8b82038 {
  margin-left: auto;
margin-right: auto;
}

#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 .shg-image-zoom,
.shg-c#s-b958fa60-9767-47d8-a37e-e6f29f44e6a8 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-edfa0af3-5441-41e0-a8cc-fac64aaec746 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-edfa0af3-5441-41e0-a8cc-fac64aaec746 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-cf7037ad-2cc6-4e54-a606-6e1ecb5ac565 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cf7037ad-2cc6-4e54-a606-6e1ecb5ac565 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-cf7037ad-2cc6-4e54-a606-6e1ecb5ac565 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-cf7037ad-2cc6-4e54-a606-6e1ecb5ac565 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-88ce2b99-9ebf-47a8-a55b-96861c2b19db {
  margin-left: auto;
margin-right: auto;
}

#s-2935561d-d2bf-4f21-8678-c966475c2273 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 .shg-image-zoom,
.shg-c#s-2935561d-d2bf-4f21-8678-c966475c2273 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b90cfe48-17a1-496f-8321-b44f793f2cc6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b90cfe48-17a1-496f-8321-b44f793f2cc6 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-25bcd990-30bc-4bcf-9759-f8df0303d66b {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-25bcd990-30bc-4bcf-9759-f8df0303d66b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-25bcd990-30bc-4bcf-9759-f8df0303d66b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-25bcd990-30bc-4bcf-9759-f8df0303d66b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0ab1ef4-9afc-490b-9414-9a89aee04737 {
  margin-left: auto;
margin-right: auto;
}

#s-6c631049-2c81-4fee-9643-f32dd2222b16 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 .shg-image-zoom,
.shg-c#s-6c631049-2c81-4fee-9643-f32dd2222b16 img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8c90a56-d4f2-4db2-a476-88ff3a429493 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d8c90a56-d4f2-4db2-a476-88ff3a429493 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-68295d45-7cc6-45eb-a0f6-c0bfec9fd220 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-68295d45-7cc6-45eb-a0f6-c0bfec9fd220 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-68295d45-7cc6-45eb-a0f6-c0bfec9fd220 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-68295d45-7cc6-45eb-a0f6-c0bfec9fd220 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-897fd1ad-dc78-41db-805f-44e016d1b91e {
  margin-left: auto;
margin-right: auto;
}

#s-c6a40240-b063-4a88-a301-f8f684a0f5cd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd .shg-image-zoom,
.shg-c#s-c6a40240-b063-4a88-a301-f8f684a0f5cd img.shogun-image {
  aspect-ratio: 4:5;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7222f23d-de6a-40a8-a564-a69e0e7d346b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7222f23d-de6a-40a8-a564-a69e0e7d346b .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-58df1460-ce5a-406f-9ef8-b78e084f8585 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-58df1460-ce5a-406f-9ef8-b78e084f8585 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-58df1460-ce5a-406f-9ef8-b78e084f8585 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-58df1460-ce5a-406f-9ef8-b78e084f8585 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 {
  display: none;
}
#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422, #wrap-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422, #wrap-content-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 {
  display: none;
}
#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422, #wrap-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422, #wrap-content-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 {
  display: none;
}
#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422, #wrap-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422, #wrap-content-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 { display: none !important; }}@media (max-width: 767px){#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 {
  
}
}
#s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 29px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 > .swiper-button-prev,
#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 > .swiper-button-next {
  
}

#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 > .swiper-button-prev svg,
#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 > .swiper-button-next svg {
  fill: rgba(0, 0, 0, 1) !important;
  stroke: rgba(0, 0, 0, 1) !important;
  
}

#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ca2c24aa-ed24-4492-a0b2-488ecbbf5422 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-1c8e7077-e735-4937-8c97-aa18ebe7d625 {
  margin-left: auto;
margin-right: auto;
}

#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2685f9da-4cb8-4675-a596-39b6bdd1e378 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3c4dca2b-b547-43d2-89bf-1e7520d8ec21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c4dca2b-b547-43d2-89bf-1e7520d8ec21 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-e70d3044-20a4-4789-a6b5-028593c7d172 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e70d3044-20a4-4789-a6b5-028593c7d172 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-e70d3044-20a4-4789-a6b5-028593c7d172 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-e70d3044-20a4-4789-a6b5-028593c7d172 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7cf0b7e2-ebd3-4546-8a0d-616894849b40 {
  margin-left: auto;
margin-right: auto;
}

#s-d50aa818-650e-49ea-bf63-075a6f928d20 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d50aa818-650e-49ea-bf63-075a6f928d20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-438cccc7-e6b4-48fd-a0ff-d5f3aa4bf3f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-438cccc7-e6b4-48fd-a0ff-d5f3aa4bf3f5 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-cfa6aa2f-858d-4dc6-897f-4d930e56d0b4 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cfa6aa2f-858d-4dc6-897f-4d930e56d0b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-cfa6aa2f-858d-4dc6-897f-4d930e56d0b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-cfa6aa2f-858d-4dc6-897f-4d930e56d0b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dc48307c-e957-4b87-9705-19474073ecd1 {
  margin-left: auto;
margin-right: auto;
}

#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0a5158-8737-49d3-a57f-e7dfe627c265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7c897565-f25a-4117-b840-ebc558575d14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c897565-f25a-4117-b840-ebc558575d14 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-99c30ab2-e59a-46e3-8878-180560fbd710 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-99c30ab2-e59a-46e3-8878-180560fbd710 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-99c30ab2-e59a-46e3-8878-180560fbd710 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-99c30ab2-e59a-46e3-8878-180560fbd710 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-59ce0911-db9a-44f8-8568-cc5fe2c41106 {
  margin-left: auto;
margin-right: auto;
}

#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ebff3b-fa9e-459a-904f-3be3cf30ea0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f596b06c-b991-4d3b-bf6c-cadc68d57311 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f596b06c-b991-4d3b-bf6c-cadc68d57311 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-558dd8b7-e1b3-41a2-9247-4f9efc2b7541 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-558dd8b7-e1b3-41a2-9247-4f9efc2b7541 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-558dd8b7-e1b3-41a2-9247-4f9efc2b7541 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-558dd8b7-e1b3-41a2-9247-4f9efc2b7541 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-976f4cd7-e708-494b-b450-87aad68a3cc3 {
  margin-left: auto;
margin-right: auto;
}

#s-d5541435-9cc5-4746-809a-ad77ac62040b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5541435-9cc5-4746-809a-ad77ac62040b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-71135a87-ea85-4a33-be07-4a22ea173dc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71135a87-ea85-4a33-be07-4a22ea173dc4 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-b45c2d4c-bbdb-4453-a94b-1648cfab343a {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b45c2d4c-bbdb-4453-a94b-1648cfab343a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b45c2d4c-bbdb-4453-a94b-1648cfab343a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-b45c2d4c-bbdb-4453-a94b-1648cfab343a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-196292ac-b359-41de-85ac-59aad8102fe7 {
  margin-left: auto;
margin-right: auto;
}

#s-fe142911-9e81-4cfb-96c1-441e99410845 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe142911-9e81-4cfb-96c1-441e99410845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f5edd4ee-e2ac-4bd4-b03c-391c95dd1356 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f5edd4ee-e2ac-4bd4-b03c-391c95dd1356 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-7207b92b-8fad-4a28-aac8-576611212f1f {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7207b92b-8fad-4a28-aac8-576611212f1f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-7207b92b-8fad-4a28-aac8-576611212f1f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-7207b92b-8fad-4a28-aac8-576611212f1f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a908715e-f8ef-4e4e-996d-d50cbdca98e0 {
  margin-left: auto;
margin-right: auto;
}

#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9722f85f-c8fb-4ac2-988c-3ba35fd48d86 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-03c19135-8777-471e-a438-03bcc84c4320 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03c19135-8777-471e-a438-03bcc84c4320 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-6b06776d-c308-49dc-bb0a-25fe5f7ba298 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6b06776d-c308-49dc-bb0a-25fe5f7ba298 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-6b06776d-c308-49dc-bb0a-25fe5f7ba298 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-6b06776d-c308-49dc-bb0a-25fe5f7ba298 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-25b95725-a7c4-473c-913c-fea70e79992f {
  margin-left: auto;
margin-right: auto;
}

#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c3b5d83-4260-4924-ac38-561b2fef6e5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38f8cc9a-fe62-4325-91b1-49a56b49afab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38f8cc9a-fe62-4325-91b1-49a56b49afab .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-b922a39f-fec3-46d0-8468-9622ed4390ef {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b922a39f-fec3-46d0-8468-9622ed4390ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b922a39f-fec3-46d0-8468-9622ed4390ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-b922a39f-fec3-46d0-8468-9622ed4390ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e063f17d-7629-4407-addf-0da6b96b8ea5 {
  margin-left: auto;
margin-right: auto;
}

#s-52faa667-2731-4fef-8247-07ae541e5a36 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52faa667-2731-4fef-8247-07ae541e5a36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a836fc3-17ee-4ed3-871e-1a747c315c80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a836fc3-17ee-4ed3-871e-1a747c315c80 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-faf04ea3-f358-446e-b4a9-9bba230d3b1e {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-faf04ea3-f358-446e-b4a9-9bba230d3b1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-faf04ea3-f358-446e-b4a9-9bba230d3b1e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-faf04ea3-f358-446e-b4a9-9bba230d3b1e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f99f3605-0ef3-43ec-b960-b9c2cd321fdc {
  margin-left: auto;
margin-right: auto;
}

#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef56f06-a6f1-4e72-90d5-30e1933efb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d043b27d-e683-4e2d-a8d6-54fe7f3c34a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d043b27d-e683-4e2d-a8d6-54fe7f3c34a8 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-05f1b20f-a2ee-4af8-afff-4c28d9b0d1e3 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-05f1b20f-a2ee-4af8-afff-4c28d9b0d1e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-05f1b20f-a2ee-4af8-afff-4c28d9b0d1e3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-05f1b20f-a2ee-4af8-afff-4c28d9b0d1e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-81b4db9e-6dec-487e-a5bd-ce5d055efbb8 {
  margin-left: auto;
margin-right: auto;
}

#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c1cfdd-760c-4f70-a5bd-69091f5e5081 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d9071245-5100-4e11-92de-8046c1cf7891 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9071245-5100-4e11-92de-8046c1cf7891 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-e969ac1d-1829-4cf6-8b0c-0f26a4e64117 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e969ac1d-1829-4cf6-8b0c-0f26a4e64117 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-e969ac1d-1829-4cf6-8b0c-0f26a4e64117 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-e969ac1d-1829-4cf6-8b0c-0f26a4e64117 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0802306-6093-4fbf-bdb0-8f3923825217 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b0802306-6093-4fbf-bdb0-8f3923825217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0802306-6093-4fbf-bdb0-8f3923825217.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  margin-left: auto;
margin-right: auto;
max-width: 3844px;
text-align: center;
}
@media (max-width: 767px){#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  display: none;
}
#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb, #wrap-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb, #wrap-content-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb { display: none !important; }}
#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb img.shogun-image {
  width: 100%;
  
  
  max-width: 3844px;

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




.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f077fce-56c4-42f8-9bf5-7adfaffbdbbb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8046fd78-71f1-47fc-9571-020790161943 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (min-width: 1200px){#s-8046fd78-71f1-47fc-9571-020790161943 {
  display: none;
}
#s-8046fd78-71f1-47fc-9571-020790161943, #wrap-s-8046fd78-71f1-47fc-9571-020790161943, #wrap-content-s-8046fd78-71f1-47fc-9571-020790161943 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8046fd78-71f1-47fc-9571-020790161943 {
  display: none;
}
#s-8046fd78-71f1-47fc-9571-020790161943, #wrap-s-8046fd78-71f1-47fc-9571-020790161943, #wrap-content-s-8046fd78-71f1-47fc-9571-020790161943 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8046fd78-71f1-47fc-9571-020790161943 {
  display: none;
}
#s-8046fd78-71f1-47fc-9571-020790161943, #wrap-s-8046fd78-71f1-47fc-9571-020790161943, #wrap-content-s-8046fd78-71f1-47fc-9571-020790161943 { display: none !important; }}
#s-8046fd78-71f1-47fc-9571-020790161943 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8046fd78-71f1-47fc-9571-020790161943-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8046fd78-71f1-47fc-9571-020790161943 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8046fd78-71f1-47fc-9571-020790161943 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-8046fd78-71f1-47fc-9571-020790161943 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8046fd78-71f1-47fc-9571-020790161943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046fd78-71f1-47fc-9571-020790161943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046fd78-71f1-47fc-9571-020790161943.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8046fd78-71f1-47fc-9571-020790161943 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8046fd78-71f1-47fc-9571-020790161943-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8046fd78-71f1-47fc-9571-020790161943 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8046fd78-71f1-47fc-9571-020790161943 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8046fd78-71f1-47fc-9571-020790161943 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8046fd78-71f1-47fc-9571-020790161943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046fd78-71f1-47fc-9571-020790161943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046fd78-71f1-47fc-9571-020790161943.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8046fd78-71f1-47fc-9571-020790161943 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8046fd78-71f1-47fc-9571-020790161943-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8046fd78-71f1-47fc-9571-020790161943 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8046fd78-71f1-47fc-9571-020790161943 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8046fd78-71f1-47fc-9571-020790161943 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8046fd78-71f1-47fc-9571-020790161943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046fd78-71f1-47fc-9571-020790161943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046fd78-71f1-47fc-9571-020790161943.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8046fd78-71f1-47fc-9571-020790161943 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8046fd78-71f1-47fc-9571-020790161943-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8046fd78-71f1-47fc-9571-020790161943 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8046fd78-71f1-47fc-9571-020790161943 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8046fd78-71f1-47fc-9571-020790161943 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8046fd78-71f1-47fc-9571-020790161943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046fd78-71f1-47fc-9571-020790161943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046fd78-71f1-47fc-9571-020790161943.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8046fd78-71f1-47fc-9571-020790161943 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8046fd78-71f1-47fc-9571-020790161943-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8046fd78-71f1-47fc-9571-020790161943 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8046fd78-71f1-47fc-9571-020790161943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8046fd78-71f1-47fc-9571-020790161943 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8046fd78-71f1-47fc-9571-020790161943 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8046fd78-71f1-47fc-9571-020790161943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046fd78-71f1-47fc-9571-020790161943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046fd78-71f1-47fc-9571-020790161943.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56 {
  display: none;
}
#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56, #wrap-s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56, #wrap-content-s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56 {
  display: none;
}
#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56, #wrap-s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56, #wrap-content-s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56 {
  display: none;
}
#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56, #wrap-s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56, #wrap-content-s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56 { display: none !important; }}







#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93f72a21-33fc-4be8-bc6d-6bf3a3c2ca56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c635bd5-041e-422a-843e-91376bce8fd0 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: -1px;
margin-right: auto;
padding-left: 6%;
}

#s-7c635bd5-041e-422a-843e-91376bce8fd0 .shg-proportional-font-size,
#s-7c635bd5-041e-422a-843e-91376bce8fd0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a95981d1-9972-4b1e-a561-b6c7c5fa449b {
  margin-top: 9px;
margin-left: 0%;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-a95981d1-9972-4b1e-a561-b6c7c5fa449b .shg-proportional-font-size,
#s-a95981d1-9972-4b1e-a561-b6c7c5fa449b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-10b7bab6-742d-4d2a-99ab-389337c267bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bf16f58a-f158-461c-8572-ea797304a1e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-bf16f58a-f158-461c-8572-ea797304a1e1 {
  display: none;
}
#s-bf16f58a-f158-461c-8572-ea797304a1e1, #wrap-s-bf16f58a-f158-461c-8572-ea797304a1e1, #wrap-content-s-bf16f58a-f158-461c-8572-ea797304a1e1 { display: none !important; }}







#s-bf16f58a-f158-461c-8572-ea797304a1e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf16f58a-f158-461c-8572-ea797304a1e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4231678-d90a-49dc-95f1-e204ed58e467 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-e4231678-d90a-49dc-95f1-e204ed58e467 {
  display: none;
}
#s-e4231678-d90a-49dc-95f1-e204ed58e467, #wrap-s-e4231678-d90a-49dc-95f1-e204ed58e467, #wrap-content-s-e4231678-d90a-49dc-95f1-e204ed58e467 { display: none !important; }}







#s-e4231678-d90a-49dc-95f1-e204ed58e467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4231678-d90a-49dc-95f1-e204ed58e467.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dca17a9-e26d-4239-8292-a14236057b64 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 40px;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-0dca17a9-e26d-4239-8292-a14236057b64 {
  display: none;
}
#s-0dca17a9-e26d-4239-8292-a14236057b64, #wrap-s-0dca17a9-e26d-4239-8292-a14236057b64, #wrap-content-s-0dca17a9-e26d-4239-8292-a14236057b64 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0dca17a9-e26d-4239-8292-a14236057b64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

}

#s-ae28038e-1602-478e-b48c-aa3fa0f5801f {
  margin-top: 22px;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
}

#s-ae28038e-1602-478e-b48c-aa3fa0f5801f .shg-proportional-font-size,
#s-ae28038e-1602-478e-b48c-aa3fa0f5801f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-05f045f6-9848-4c3f-9e93-35e6aa6d7cab {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 6%;
padding-left: 2%;
padding-right: 2%;
}

#s-05f045f6-9848-4c3f-9e93-35e6aa6d7cab .shg-proportional-font-size,
#s-05f045f6-9848-4c3f-9e93-35e6aa6d7cab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce3de716-a5e5-4688-bc8c-c0a035b924e0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ce3de716-a5e5-4688-bc8c-c0a035b924e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce3de716-a5e5-4688-bc8c-c0a035b924e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25841017-3d52-4082-802c-69b452dc4f2b {
  margin-left: 2%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-25841017-3d52-4082-802c-69b452dc4f2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-25841017-3d52-4082-802c-69b452dc4f2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-25841017-3d52-4082-802c-69b452dc4f2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-25841017-3d52-4082-802c-69b452dc4f2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  margin-left: 0%;
margin-right: auto;
max-width: 960px;
text-align: center;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4b7e761b-b04e-436a-ba10-73071d778f7f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b7e761b-b04e-436a-ba10-73071d778f7f img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

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




.s-4b7e761b-b04e-436a-ba10-73071d778f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b7e761b-b04e-436a-ba10-73071d778f7f img.shogun-image {
  width: 100%;
  
  
  

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




.s-4b7e761b-b04e-436a-ba10-73071d778f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b7e761b-b04e-436a-ba10-73071d778f7f img.shogun-image {
  width: 100%;
  
  
  

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




.s-4b7e761b-b04e-436a-ba10-73071d778f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b7e761b-b04e-436a-ba10-73071d778f7f img.shogun-image {
  width: 100%;
  
  
  

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




.s-4b7e761b-b04e-436a-ba10-73071d778f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4b7e761b-b04e-436a-ba10-73071d778f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b7e761b-b04e-436a-ba10-73071d778f7f img.shogun-image {
  width: 100%;
  
  
  

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




.s-4b7e761b-b04e-436a-ba10-73071d778f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7e761b-b04e-436a-ba10-73071d778f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  margin-left: auto;
margin-right: auto;
max-width: 2002px;
text-align: center;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 2002px;

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




.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dabbd92-8673-46d8-9c32-4ae3cac974a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  margin-left: auto;
margin-right: auto;
max-width: 2002px;
text-align: center;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 img.shogun-image {
  width: 100%;
  
  
  max-width: 2002px;

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




.s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 img.shogun-image {
  width: 100%;
  
  
  

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




.s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 img.shogun-image {
  width: 100%;
  
  
  

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




.s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 img.shogun-image {
  width: 100%;
  
  
  

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




.s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db00e6ed-de88-4d16-b52f-68e4dc944444 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db00e6ed-de88-4d16-b52f-68e4dc944444 img.shogun-image {
  width: 100%;
  
  
  

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




.s-db00e6ed-de88-4d16-b52f-68e4dc944444 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db00e6ed-de88-4d16-b52f-68e4dc944444.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  margin-left: auto;
margin-right: auto;
max-width: 2002px;
text-align: center;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 2002px;

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




.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a2c4c56-cb8e-4d0e-a1da-4298d302b2c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3c738cc3-c8fa-4707-85bf-6b8fa5ef615a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3c738cc3-c8fa-4707-85bf-6b8fa5ef615a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c738cc3-c8fa-4707-85bf-6b8fa5ef615a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  margin-left: auto;
margin-right: auto;
max-width: 1922px;
text-align: center;
}
@media (max-width: 767px){#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  display: none;
}
#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef, #wrap-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef, #wrap-content-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef { display: none !important; }}
#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef img.shogun-image {
  width: 100%;
  
  
  max-width: 1922px;

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




.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64a656be-89eb-4cb6-b88c-25ce797cb7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a656be-89eb-4cb6-b88c-25ce797cb7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (min-width: 1200px){#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  display: none;
}
#s-3548fd93-ff61-496f-8da6-88b552d540ac, #wrap-s-3548fd93-ff61-496f-8da6-88b552d540ac, #wrap-content-s-3548fd93-ff61-496f-8da6-88b552d540ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  display: none;
}
#s-3548fd93-ff61-496f-8da6-88b552d540ac, #wrap-s-3548fd93-ff61-496f-8da6-88b552d540ac, #wrap-content-s-3548fd93-ff61-496f-8da6-88b552d540ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  display: none;
}
#s-3548fd93-ff61-496f-8da6-88b552d540ac, #wrap-s-3548fd93-ff61-496f-8da6-88b552d540ac, #wrap-content-s-3548fd93-ff61-496f-8da6-88b552d540ac { display: none !important; }}
#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3548fd93-ff61-496f-8da6-88b552d540ac img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

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




.s-3548fd93-ff61-496f-8da6-88b552d540ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3548fd93-ff61-496f-8da6-88b552d540ac img.shogun-image {
  width: 100%;
  
  
  

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




.s-3548fd93-ff61-496f-8da6-88b552d540ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3548fd93-ff61-496f-8da6-88b552d540ac img.shogun-image {
  width: 100%;
  
  
  

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




.s-3548fd93-ff61-496f-8da6-88b552d540ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3548fd93-ff61-496f-8da6-88b552d540ac img.shogun-image {
  width: 100%;
  
  
  

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




.s-3548fd93-ff61-496f-8da6-88b552d540ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3548fd93-ff61-496f-8da6-88b552d540ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3548fd93-ff61-496f-8da6-88b552d540ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3548fd93-ff61-496f-8da6-88b552d540ac img.shogun-image {
  width: 100%;
  
  
  

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




.s-3548fd93-ff61-496f-8da6-88b552d540ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3548fd93-ff61-496f-8da6-88b552d540ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  margin-left: auto;
margin-right: auto;
max-width: 1922px;
text-align: center;
}
@media (max-width: 767px){#s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  display: none;
}
#s-45d88af8-a346-42a0-af1a-8e271ab4f812, #wrap-s-45d88af8-a346-42a0-af1a-8e271ab4f812, #wrap-content-s-45d88af8-a346-42a0-af1a-8e271ab4f812 { display: none !important; }}
#s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 img.shogun-image {
  width: 100%;
  
  
  max-width: 1922px;

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




.s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 img.shogun-image {
  width: 100%;
  
  
  

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




.s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 img.shogun-image {
  width: 100%;
  
  
  

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




.s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 img.shogun-image {
  width: 100%;
  
  
  

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




.s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-45d88af8-a346-42a0-af1a-8e271ab4f812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d88af8-a346-42a0-af1a-8e271ab4f812 img.shogun-image {
  width: 100%;
  
  
  

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




.s-45d88af8-a346-42a0-af1a-8e271ab4f812 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d88af8-a346-42a0-af1a-8e271ab4f812.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (min-width: 1200px){#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  display: none;
}
#s-47fa01d3-67f3-44d7-897a-a522d03ad286, #wrap-s-47fa01d3-67f3-44d7-897a-a522d03ad286, #wrap-content-s-47fa01d3-67f3-44d7-897a-a522d03ad286 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  display: none;
}
#s-47fa01d3-67f3-44d7-897a-a522d03ad286, #wrap-s-47fa01d3-67f3-44d7-897a-a522d03ad286, #wrap-content-s-47fa01d3-67f3-44d7-897a-a522d03ad286 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  display: none;
}
#s-47fa01d3-67f3-44d7-897a-a522d03ad286, #wrap-s-47fa01d3-67f3-44d7-897a-a522d03ad286, #wrap-content-s-47fa01d3-67f3-44d7-897a-a522d03ad286 { display: none !important; }}
#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

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




.s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 img.shogun-image {
  width: 100%;
  
  
  

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




.s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 img.shogun-image {
  width: 100%;
  
  
  

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




.s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 img.shogun-image {
  width: 100%;
  
  
  

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




.s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-47fa01d3-67f3-44d7-897a-a522d03ad286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-47fa01d3-67f3-44d7-897a-a522d03ad286 img.shogun-image {
  width: 100%;
  
  
  

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




.s-47fa01d3-67f3-44d7-897a-a522d03ad286 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47fa01d3-67f3-44d7-897a-a522d03ad286.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  margin-left: auto;
margin-right: auto;
max-width: 3844px;
text-align: center;
}
@media (max-width: 767px){#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  display: none;
}
#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc, #wrap-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc, #wrap-content-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc { display: none !important; }}
#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc img.shogun-image {
  width: 100%;
  
  
  max-width: 3844px;

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




.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdab9a4-134a-4d3b-9812-6de26343d9dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdab9a4-134a-4d3b-9812-6de26343d9dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (min-width: 1200px){#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  display: none;
}
#s-3a1772a1-04e2-4776-b25a-faa6cfccae01, #wrap-s-3a1772a1-04e2-4776-b25a-faa6cfccae01, #wrap-content-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  display: none;
}
#s-3a1772a1-04e2-4776-b25a-faa6cfccae01, #wrap-s-3a1772a1-04e2-4776-b25a-faa6cfccae01, #wrap-content-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  display: none;
}
#s-3a1772a1-04e2-4776-b25a-faa6cfccae01, #wrap-s-3a1772a1-04e2-4776-b25a-faa6cfccae01, #wrap-content-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 { display: none !important; }}
#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

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




.s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a1772a1-04e2-4776-b25a-faa6cfccae01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a1772a1-04e2-4776-b25a-faa6cfccae01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1772a1-04e2-4776-b25a-faa6cfccae01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-19757504-8812-4fad-bd24-37b966fe5970 {
  margin-left: auto;
margin-right: auto;
max-width: 1922px;
text-align: center;
}
@media (max-width: 767px){#s-19757504-8812-4fad-bd24-37b966fe5970 {
  display: none;
}
#s-19757504-8812-4fad-bd24-37b966fe5970, #wrap-s-19757504-8812-4fad-bd24-37b966fe5970, #wrap-content-s-19757504-8812-4fad-bd24-37b966fe5970 { display: none !important; }}
#s-19757504-8812-4fad-bd24-37b966fe5970 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19757504-8812-4fad-bd24-37b966fe5970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19757504-8812-4fad-bd24-37b966fe5970 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-19757504-8812-4fad-bd24-37b966fe5970 img.shogun-image {
  width: 100%;
  
  
  max-width: 1922px;

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




.s-19757504-8812-4fad-bd24-37b966fe5970 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-19757504-8812-4fad-bd24-37b966fe5970 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19757504-8812-4fad-bd24-37b966fe5970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19757504-8812-4fad-bd24-37b966fe5970 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-19757504-8812-4fad-bd24-37b966fe5970 img.shogun-image {
  width: 100%;
  
  
  

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




.s-19757504-8812-4fad-bd24-37b966fe5970 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-19757504-8812-4fad-bd24-37b966fe5970 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19757504-8812-4fad-bd24-37b966fe5970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19757504-8812-4fad-bd24-37b966fe5970 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-19757504-8812-4fad-bd24-37b966fe5970 img.shogun-image {
  width: 100%;
  
  
  

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




.s-19757504-8812-4fad-bd24-37b966fe5970 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-19757504-8812-4fad-bd24-37b966fe5970 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19757504-8812-4fad-bd24-37b966fe5970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19757504-8812-4fad-bd24-37b966fe5970 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-19757504-8812-4fad-bd24-37b966fe5970 img.shogun-image {
  width: 100%;
  
  
  

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




.s-19757504-8812-4fad-bd24-37b966fe5970 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-19757504-8812-4fad-bd24-37b966fe5970 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19757504-8812-4fad-bd24-37b966fe5970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19757504-8812-4fad-bd24-37b966fe5970 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-19757504-8812-4fad-bd24-37b966fe5970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-19757504-8812-4fad-bd24-37b966fe5970 img.shogun-image {
  width: 100%;
  
  
  

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




.s-19757504-8812-4fad-bd24-37b966fe5970 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19757504-8812-4fad-bd24-37b966fe5970.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (min-width: 1200px){#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  display: none;
}
#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef, #wrap-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef, #wrap-content-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  display: none;
}
#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef, #wrap-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef, #wrap-content-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  display: none;
}
#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef, #wrap-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef, #wrap-content-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef { display: none !important; }}
#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

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




.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c69e37-a0a5-410d-a389-1eb1d91e60ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5b68b9a2-cf74-4d1a-b346-42e5a38bbb9c {
  margin-top: 22px;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
}

#s-5b68b9a2-cf74-4d1a-b346-42e5a38bbb9c .shg-proportional-font-size,
#s-5b68b9a2-cf74-4d1a-b346-42e5a38bbb9c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6b470849-9cae-431f-8d29-8705b6ee86cd {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 767px){#s-6b470849-9cae-431f-8d29-8705b6ee86cd {
  display: none;
}
#s-6b470849-9cae-431f-8d29-8705b6ee86cd, #wrap-s-6b470849-9cae-431f-8d29-8705b6ee86cd, #wrap-content-s-6b470849-9cae-431f-8d29-8705b6ee86cd { display: none !important; }}
#s-6b470849-9cae-431f-8d29-8705b6ee86cd .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 29px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd > .swiper-button-prev,
#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd > .swiper-button-next {
  
}

#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd > .swiper-button-prev svg,
#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd > .swiper-button-next svg {
  fill: rgba(0, 0, 0, 1) !important;
  stroke: rgba(0, 0, 0, 1) !important;
  
}

#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6b470849-9cae-431f-8d29-8705b6ee86cd .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-6da797e9-8c2e-4eb6-90c4-add7342c6f46 {
  margin-left: auto;
margin-right: auto;
}

#s-231f7995-022e-4db5-854d-717443310a55 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 {
  max-width:  100%;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom,
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 {
  max-width:  100%;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom,
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 {
  max-width:  100%;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom,
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 {
  max-width:  100%;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom,
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 {
  max-width:  100%;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom,
.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231f7995-022e-4db5-854d-717443310a55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-619f924f-97ae-4937-af12-8611a6893501 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-619f924f-97ae-4937-af12-8611a6893501 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-9d4e97e1-918f-48f8-9291-c2d718e4f5b4 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9d4e97e1-918f-48f8-9291-c2d718e4f5b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-9d4e97e1-918f-48f8-9291-c2d718e4f5b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-9d4e97e1-918f-48f8-9291-c2d718e4f5b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1c6dc5a9-3fbc-46bb-9c50-fe099dd61b20 {
  margin-left: auto;
margin-right: auto;
}

#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c {
  max-width:  100%;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom,
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c {
  max-width:  100%;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom,
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c {
  max-width:  100%;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom,
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c {
  max-width:  100%;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom,
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c {
  max-width:  100%;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom,
.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fe8d-bb6b-4a7d-a8e0-b5d0df8ee97c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-564012c3-db27-4ada-86ee-362599c01f28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-564012c3-db27-4ada-86ee-362599c01f28 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-652d7a81-ecb5-49ee-8c98-6535d64b4a91 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-652d7a81-ecb5-49ee-8c98-6535d64b4a91 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-652d7a81-ecb5-49ee-8c98-6535d64b4a91 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-652d7a81-ecb5-49ee-8c98-6535d64b4a91 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f0324eff-8509-4e4f-9e8a-7c29ff227d00 {
  margin-left: auto;
margin-right: auto;
}

#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 {
  max-width:  100%;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom,
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 {
  max-width:  100%;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom,
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 {
  max-width:  100%;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom,
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 {
  max-width:  100%;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom,
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 {
  max-width:  100%;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom,
.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62c5b792-8f33-49c9-ae51-c16061dea4f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-91d94304-dd11-4763-b584-b268984d6ea7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91d94304-dd11-4763-b584-b268984d6ea7 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-efae591d-de1f-4f8f-a544-3e9238d29da9 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-efae591d-de1f-4f8f-a544-3e9238d29da9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-efae591d-de1f-4f8f-a544-3e9238d29da9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-efae591d-de1f-4f8f-a544-3e9238d29da9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b5f1dcee-3998-472c-bd16-bac252671d7a {
  margin-left: auto;
margin-right: auto;
}

#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd {
  max-width:  100%;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom,
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd {
  max-width:  100%;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom,
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd {
  max-width:  100%;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom,
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd {
  max-width:  100%;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom,
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd {
  max-width:  100%;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom,
.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd872b01-75ac-44b3-ba06-10a29eab2bdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-09de3713-649e-4924-a7fa-3c4c9b9bb327 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09de3713-649e-4924-a7fa-3c4c9b9bb327 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-151c8987-90cf-42ec-96fd-f9545f746fba {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-151c8987-90cf-42ec-96fd-f9545f746fba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-151c8987-90cf-42ec-96fd-f9545f746fba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-151c8987-90cf-42ec-96fd-f9545f746fba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f6bab04-330f-4424-b87c-9456b97bc67f {
  margin-left: auto;
margin-right: auto;
}

#s-14ef829e-215f-4a5f-b793-baceb1ebab94 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 {
  max-width:  100%;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom,
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 {
  max-width:  100%;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom,
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 {
  max-width:  100%;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom,
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 {
  max-width:  100%;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom,
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 {
  max-width:  100%;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom,
.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14ef829e-215f-4a5f-b793-baceb1ebab94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b9faef63-0666-4c92-b6fb-97e7f43f538b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b9faef63-0666-4c92-b6fb-97e7f43f538b .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-7d85d20c-3043-43bb-816b-193a546f7c71 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7d85d20c-3043-43bb-816b-193a546f7c71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-7d85d20c-3043-43bb-816b-193a546f7c71 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-7d85d20c-3043-43bb-816b-193a546f7c71 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dcf90a82-aa35-4e4f-b1cb-9bfc9e19dea4 {
  margin-left: auto;
margin-right: auto;
}

#s-e6511788-35df-454e-a9fc-c54afa5287e0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 {
  max-width:  100%;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom,
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 {
  max-width:  100%;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom,
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 {
  max-width:  100%;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom,
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 {
  max-width:  100%;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom,
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 {
  max-width:  100%;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom,
.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6511788-35df-454e-a9fc-c54afa5287e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-02c53bfb-1d03-4b1d-8488-07139913238e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-02c53bfb-1d03-4b1d-8488-07139913238e .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-39cf0fe6-8660-4f73-a94e-34f93f6a2a02 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-39cf0fe6-8660-4f73-a94e-34f93f6a2a02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-39cf0fe6-8660-4f73-a94e-34f93f6a2a02 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-39cf0fe6-8660-4f73-a94e-34f93f6a2a02 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b07783d2-4889-45b9-b1b1-fff3108bfd6f {
  margin-left: auto;
margin-right: auto;
}

#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 {
  max-width:  100%;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom,
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 {
  max-width:  100%;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom,
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 {
  max-width:  100%;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom,
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 {
  max-width:  100%;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom,
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 {
  max-width:  100%;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom,
.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b3ab2-3c33-472d-80c4-34d1a7758da1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bd789d75-1ee4-450d-8b05-76621d92546d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bd789d75-1ee4-450d-8b05-76621d92546d .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-96047ada-f8b2-4027-9481-12a3e7b82227 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-96047ada-f8b2-4027-9481-12a3e7b82227 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-96047ada-f8b2-4027-9481-12a3e7b82227 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-96047ada-f8b2-4027-9481-12a3e7b82227 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f73069e8-b789-4bff-95a8-38aca4481aa1 {
  margin-left: auto;
margin-right: auto;
}

#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 {
  max-width:  100%;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom,
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 {
  max-width:  100%;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom,
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 {
  max-width:  100%;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom,
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 {
  max-width:  100%;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom,
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 {
  max-width:  100%;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom,
.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a165e9b1-14a2-4587-bf64-3903fb3892e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e2b96c40-d080-4cfe-bd95-799efded606e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e2b96c40-d080-4cfe-bd95-799efded606e .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-0d1ea81a-968c-44fa-baf2-36ddf2a3faa0 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0d1ea81a-968c-44fa-baf2-36ddf2a3faa0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-0d1ea81a-968c-44fa-baf2-36ddf2a3faa0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-0d1ea81a-968c-44fa-baf2-36ddf2a3faa0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0b45a942-bf78-411e-8cf7-615ca87110bb {
  margin-left: auto;
margin-right: auto;
}

#s-7cee646a-6175-4969-8f30-5f40fb31fe6d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d {
  max-width:  100%;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom,
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d {
  max-width:  100%;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom,
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d {
  max-width:  100%;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom,
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d {
  max-width:  100%;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom,
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d {
  max-width:  100%;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom,
.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cee646a-6175-4969-8f30-5f40fb31fe6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9b9c183a-d21a-4d47-bfe3-4b71fd628dc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b9c183a-d21a-4d47-bfe3-4b71fd628dc7 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-053486f7-35cd-43ee-b72d-f38afdd85abb {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-053486f7-35cd-43ee-b72d-f38afdd85abb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-053486f7-35cd-43ee-b72d-f38afdd85abb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-053486f7-35cd-43ee-b72d-f38afdd85abb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b5885812-cf75-4fd4-a74b-7d601a53f352 {
  margin-left: auto;
margin-right: auto;
}

#s-637f8af1-18b7-40a1-800a-e50f39de9c0c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c {
  max-width:  100%;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom,
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c {
  max-width:  100%;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom,
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c {
  max-width:  100%;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom,
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c {
  max-width:  100%;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom,
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c {
  max-width:  100%;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom,
.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-637f8af1-18b7-40a1-800a-e50f39de9c0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4aa02a77-5e54-4d91-bb94-9416edd0dcb0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4aa02a77-5e54-4d91-bb94-9416edd0dcb0 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-7af337df-c9a7-48a1-9f5f-6e3f8666aba3 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7af337df-c9a7-48a1-9f5f-6e3f8666aba3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-7af337df-c9a7-48a1-9f5f-6e3f8666aba3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-7af337df-c9a7-48a1-9f5f-6e3f8666aba3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4597a0b0-470e-440f-97e4-3b49f862f79c {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-4597a0b0-470e-440f-97e4-3b49f862f79c {
  display: none;
}
#s-4597a0b0-470e-440f-97e4-3b49f862f79c, #wrap-s-4597a0b0-470e-440f-97e4-3b49f862f79c, #wrap-content-s-4597a0b0-470e-440f-97e4-3b49f862f79c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4597a0b0-470e-440f-97e4-3b49f862f79c {
  display: none;
}
#s-4597a0b0-470e-440f-97e4-3b49f862f79c, #wrap-s-4597a0b0-470e-440f-97e4-3b49f862f79c, #wrap-content-s-4597a0b0-470e-440f-97e4-3b49f862f79c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4597a0b0-470e-440f-97e4-3b49f862f79c {
  display: none;
}
#s-4597a0b0-470e-440f-97e4-3b49f862f79c, #wrap-s-4597a0b0-470e-440f-97e4-3b49f862f79c, #wrap-content-s-4597a0b0-470e-440f-97e4-3b49f862f79c { display: none !important; }}@media (max-width: 767px){#s-4597a0b0-470e-440f-97e4-3b49f862f79c {
  
}
}
#s-4597a0b0-470e-440f-97e4-3b49f862f79c .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 29px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c > .swiper-button-prev,
#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c > .swiper-button-next {
  
}

#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c > .swiper-button-prev svg,
#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c > .swiper-button-next svg {
  fill: rgba(0, 0, 0, 1) !important;
  stroke: rgba(0, 0, 0, 1) !important;
  
}

#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4597a0b0-470e-440f-97e4-3b49f862f79c .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-309ed60a-937c-4672-a8c1-93aff3ba212e {
  margin-left: auto;
margin-right: auto;
}

#s-d82f450b-f1f6-4069-ad34-ef6ba527691d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82f450b-f1f6-4069-ad34-ef6ba527691d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-91b68a9f-e4d6-4f01-aedf-e536f2f37381 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91b68a9f-e4d6-4f01-aedf-e536f2f37381 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-61931398-d6e5-4423-a392-7c40b3411e36 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-61931398-d6e5-4423-a392-7c40b3411e36 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-61931398-d6e5-4423-a392-7c40b3411e36 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-61931398-d6e5-4423-a392-7c40b3411e36 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0bb38eea-3a8e-45fa-b90d-316270eac6ad {
  margin-left: auto;
margin-right: auto;
}

#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc0b6073-fb72-4fcf-b479-1b80642bed7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-324adb8b-f95c-425c-ad39-650129dfd78f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-324adb8b-f95c-425c-ad39-650129dfd78f .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-b473138e-c074-45a3-9643-e46800317ca0 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b473138e-c074-45a3-9643-e46800317ca0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b473138e-c074-45a3-9643-e46800317ca0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-b473138e-c074-45a3-9643-e46800317ca0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-36cada98-ea3e-4a35-8fc2-6d732e415d0c {
  margin-left: auto;
margin-right: auto;
}

#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76f95fd-bd26-43b6-9887-9bacce89dc0d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-02081988-3933-4ded-82d9-445104ca0b84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-02081988-3933-4ded-82d9-445104ca0b84 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-72d2c442-685e-4210-bdd4-6e78cd41d4f9 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-72d2c442-685e-4210-bdd4-6e78cd41d4f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-72d2c442-685e-4210-bdd4-6e78cd41d4f9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-72d2c442-685e-4210-bdd4-6e78cd41d4f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f585fdf2-2e0e-4b1c-8458-30a301b45052 {
  margin-left: auto;
margin-right: auto;
}

#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62e24da0-89d0-4f90-ac71-bf7decb305f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-14e4c740-fbdd-423d-889d-b464eb18b1c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14e4c740-fbdd-423d-889d-b464eb18b1c9 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-4d204443-c064-4917-b91d-9e0779d2b659 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d204443-c064-4917-b91d-9e0779d2b659 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-4d204443-c064-4917-b91d-9e0779d2b659 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-4d204443-c064-4917-b91d-9e0779d2b659 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3dbe1af5-7c44-4b93-b346-edbd3c63e76e {
  margin-left: auto;
margin-right: auto;
}

#s-6264a3fd-2667-4ba9-9829-37960739ef52 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6264a3fd-2667-4ba9-9829-37960739ef52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-62cfebc4-9946-4b76-8733-b2736dc82625 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62cfebc4-9946-4b76-8733-b2736dc82625 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-a12a2e02-606e-4cf3-b989-a7ecafa14225 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a12a2e02-606e-4cf3-b989-a7ecafa14225 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-a12a2e02-606e-4cf3-b989-a7ecafa14225 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-a12a2e02-606e-4cf3-b989-a7ecafa14225 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51b251ec-dbbb-4cff-980c-e4d41082a427 {
  margin-left: auto;
margin-right: auto;
}

#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215652d3-f5b4-4718-9c6d-fe31dd8ba196 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9d3188a-3b8c-45e1-ade3-1c8f30dfc462 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f9d3188a-3b8c-45e1-ade3-1c8f30dfc462 .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-1beebb45-cce2-4257-8ee8-e85f94db7fdd {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1beebb45-cce2-4257-8ee8-e85f94db7fdd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-1beebb45-cce2-4257-8ee8-e85f94db7fdd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-1beebb45-cce2-4257-8ee8-e85f94db7fdd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-875e14b8-6133-46f3-8701-47ff68ad310f {
  margin-left: auto;
margin-right: auto;
}

#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c41b0ea-2721-449b-baa7-89210dbf2a82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b2c0ea3b-ab7d-478e-9ce6-fbdb723519bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2c0ea3b-ab7d-478e-9ce6-fbdb723519bb .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-b6ecd475-0010-4843-845b-57b7fd858882 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b6ecd475-0010-4843-845b-57b7fd858882 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b6ecd475-0010-4843-845b-57b7fd858882 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-b6ecd475-0010-4843-845b-57b7fd858882 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9c3ea316-c571-4449-8370-0d4a3124e048 {
  margin-left: auto;
margin-right: auto;
}

#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab014ea-52d9-4406-aa7d-61c1d749bd10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6ad2c60-9a09-4cfb-aef0-ba049b3e08bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6ad2c60-9a09-4cfb-aef0-ba049b3e08bb .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-4b24acc5-6794-4369-8371-41183529d532 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4b24acc5-6794-4369-8371-41183529d532 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-4b24acc5-6794-4369-8371-41183529d532 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-4b24acc5-6794-4369-8371-41183529d532 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-76bc3940-76ec-4ed9-b4b5-326a97f4dcea {
  margin-left: auto;
margin-right: auto;
}

#s-a8b477b4-bef8-4259-82b6-1596237ee8fd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b477b4-bef8-4259-82b6-1596237ee8fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6f576d99-bdeb-467f-96ab-ea6c9094256b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f576d99-bdeb-467f-96ab-ea6c9094256b .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-fc299371-3007-442e-8de5-d8bfab81fab3 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fc299371-3007-442e-8de5-d8bfab81fab3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-fc299371-3007-442e-8de5-d8bfab81fab3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-fc299371-3007-442e-8de5-d8bfab81fab3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b26fb6c0-f8a0-4a01-8d8b-f72d4ba67d65 {
  margin-left: auto;
margin-right: auto;
}

#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedd07f3-22d8-46ba-9117-a7d2eff79ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a165adc2-d627-497f-b740-6e0bde88cd5f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a165adc2-d627-497f-b740-6e0bde88cd5f .shg-product-title-component h3 span {
  
  font-weight:  500 ;
  font-family: Oswald;
  
  font-size: 12px;
  
  
  
}

#s-c4f1a407-6c29-48e7-a709-6ef71bda1224 {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c4f1a407-6c29-48e7-a709-6ef71bda1224 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-c4f1a407-6c29-48e7-a709-6ef71bda1224 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 12px;
}

#s-c4f1a407-6c29-48e7-a709-6ef71bda1224 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
