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

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

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

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

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

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

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

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

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

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

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

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

#s-178aac0e-9fbb-445f-8690-7e34a3e3c79b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-178aac0e-9fbb-445f-8690-7e34a3e3c79b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-178aac0e-9fbb-445f-8690-7e34a3e3c79b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-1b020387-624f-4cbd-8bad-7faf73aba484 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1b020387-624f-4cbd-8bad-7faf73aba484"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b020387-624f-4cbd-8bad-7faf73aba484"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b020387-624f-4cbd-8bad-7faf73aba484"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b020387-624f-4cbd-8bad-7faf73aba484"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-54a4be07-ccf6-4733-9bb3-5eac918dfa21 {
  margin-left: auto;
margin-right: auto;
}

#s-54a4be07-ccf6-4733-9bb3-5eac918dfa21 .shg-proportional-font-size,
#s-54a4be07-ccf6-4733-9bb3-5eac918dfa21 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89c4f8a1-7798-462d-b5c5-1925788856c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89c4f8a1-7798-462d-b5c5-1925788856c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-89c4f8a1-7798-462d-b5c5-1925788856c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f8a1-7798-462d-b5c5-1925788856c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f2e81003-3ede-4cd4-b9b8-c9939d4aeffe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f2e81003-3ede-4cd4-b9b8-c9939d4aeffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2e81003-3ede-4cd4-b9b8-c9939d4aeffe.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-41cca631-c01d-4354-aa3c-6942ca382ad8 {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41cca631-c01d-4354-aa3c-6942ca382ad8 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-184dc81d-a0d4-4a92-986d-d2baedf7370e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-184dc81d-a0d4-4a92-986d-d2baedf7370e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-184dc81d-a0d4-4a92-986d-d2baedf7370e.shg-box.shg-c {
  justify-content: center;
}

#s-b3cbb007-237c-499c-84d5-1c80685ecefe {
  margin-left: auto;
margin-right: auto;
}

#s-b3cbb007-237c-499c-84d5-1c80685ecefe .shg-proportional-font-size,
#s-b3cbb007-237c-499c-84d5-1c80685ecefe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-95ad5055-3aee-41aa-a35e-cd673a01fd00 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-95ad5055-3aee-41aa-a35e-cd673a01fd00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95ad5055-3aee-41aa-a35e-cd673a01fd00.shg-box.shg-c {
  justify-content: center;
}

#s-4b879a24-209d-4997-9732-d7c7aa39236f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b879a24-209d-4997-9732-d7c7aa39236f .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9f8da465-c480-4047-975f-cd52fa1edf88 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-cf18befb-f548-4390-aa10-1df0324f98ce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cf18befb-f548-4390-aa10-1df0324f98ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf18befb-f548-4390-aa10-1df0324f98ce.shg-box.shg-c {
  justify-content: center;
}

#s-3682e64e-38a4-4a42-b21b-efffb89c8fa5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-3682e64e-38a4-4a42-b21b-efffb89c8fa5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(169, 169, 169, 1);
border-style: none;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3682e64e-38a4-4a42-b21b-efffb89c8fa5 {
  padding-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3682e64e-38a4-4a42-b21b-efffb89c8fa5 {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-3682e64e-38a4-4a42-b21b-efffb89c8fa5 {
  padding-top: 0px;
padding-bottom: 40px;
}
}







#s-3682e64e-38a4-4a42-b21b-efffb89c8fa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3682e64e-38a4-4a42-b21b-efffb89c8fa5.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-5def4776-1d4d-4010-8de0-c451f942935f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjk0MjAxZjUtNmE0ZC00MTNkLTg4ZGEtNjgwOGQ5NWNkODU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOTQyMDFmNS02YTRkLTQxM2QtODhkYS02ODA4ZDk1Y2Q4NTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-5def4776-1d4d-4010-8de0-c451f942935f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk4MDNjNmQtMTRmZC00NDMxLWFiOTUtMWIwMmRhY2Y4ZWE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OTgwM2M2ZC0xNGZkLTQ0MzEtYWI5NS0xYjAyZGFjZjhlYTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-5def4776-1d4d-4010-8de0-c451f942935f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5def4776-1d4d-4010-8de0-c451f942935f {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
color: rgba(224, 122, 95, 1);
}
#s-5def4776-1d4d-4010-8de0-c451f942935f:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-5def4776-1d4d-4010-8de0-c451f942935f {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 10px;
padding-bottom: 10px;
color: rgba(224, 122, 95, 1);
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
text-align: left;
}
#s-5def4776-1d4d-4010-8de0-c451f942935f:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
color: rgba(244, 241, 222, 1) !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-5def4776-1d4d-4010-8de0-c451f942935f {
  margin-top: 4px;
margin-bottom: 4px;
color: rgba(224, 122, 95, 1);
text-align: left;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
}
#s-5def4776-1d4d-4010-8de0-c451f942935f:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}@media (max-width: 767px){#s-5def4776-1d4d-4010-8de0-c451f942935f {
  margin-top: 5px;
margin-bottom: 5px;
color: rgba(224, 122, 95, 1);
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
text-align: left;
}
#s-5def4776-1d4d-4010-8de0-c451f942935f:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}

  #s-5def4776-1d4d-4010-8de0-c451f942935f-root {
    text-align: center;
  }


#s-5def4776-1d4d-4010-8de0-c451f942935f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5def4776-1d4d-4010-8de0-c451f942935f-root {
    text-align: left;
  }


#s-5def4776-1d4d-4010-8de0-c451f942935f.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5def4776-1d4d-4010-8de0-c451f942935f-root {
    text-align: left;
  }


#s-5def4776-1d4d-4010-8de0-c451f942935f.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5def4776-1d4d-4010-8de0-c451f942935f-root {
    text-align: left;
  }


#s-5def4776-1d4d-4010-8de0-c451f942935f.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5def4776-1d4d-4010-8de0-c451f942935f-root {
    text-align: left;
  }


#s-5def4776-1d4d-4010-8de0-c451f942935f.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-ebd3dd88-af6d-49d7-b189-8495aab55aab {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzBhMTdkMjQtMTgzYy00MjAyLWJkOGYtNzM4ODRkMjFlYTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ2MzY2NzQzNjA3OTU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZWYxMGI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2MwYTE3ZDI0LTE4M2MtNDIwMi1iZDhmLTczODg0ZDIxZWEyNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>3, "pos"=>0.4636674360795455, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-ebd3dd88-af6d-49d7-b189-8495aab55aab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebd3dd88-af6d-49d7-b189-8495aab55aab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ebd3dd88-af6d-49d7-b189-8495aab55aab {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
color: rgba(224, 122, 95, 1);
}
#s-ebd3dd88-af6d-49d7-b189-8495aab55aab:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-ebd3dd88-af6d-49d7-b189-8495aab55aab {
  margin-top: 4px;
margin-bottom: 4px;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
color: rgba(224, 122, 95, 1);
text-align: left;
}
#s-ebd3dd88-af6d-49d7-b189-8495aab55aab:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
color: rgba(244, 241, 222, 1) !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-ebd3dd88-af6d-49d7-b189-8495aab55aab {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
color: rgba(224, 122, 95, 1);
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
}
#s-ebd3dd88-af6d-49d7-b189-8495aab55aab:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}@media (max-width: 767px){#s-ebd3dd88-af6d-49d7-b189-8495aab55aab {
  margin-top: 5px;
margin-bottom: 5px;
color: rgba(224, 122, 95, 1);
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
text-align: left;
}
#s-ebd3dd88-af6d-49d7-b189-8495aab55aab:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}

  #s-ebd3dd88-af6d-49d7-b189-8495aab55aab-root {
    text-align: center;
  }


#s-ebd3dd88-af6d-49d7-b189-8495aab55aab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebd3dd88-af6d-49d7-b189-8495aab55aab-root {
    text-align: left;
  }


#s-ebd3dd88-af6d-49d7-b189-8495aab55aab.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebd3dd88-af6d-49d7-b189-8495aab55aab-root {
    text-align: left;
  }


#s-ebd3dd88-af6d-49d7-b189-8495aab55aab.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebd3dd88-af6d-49d7-b189-8495aab55aab-root {
    text-align: left;
  }


#s-ebd3dd88-af6d-49d7-b189-8495aab55aab.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ebd3dd88-af6d-49d7-b189-8495aab55aab-root {
    text-align: left;
  }


#s-ebd3dd88-af6d-49d7-b189-8495aab55aab.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-4cb49dee-0294-400b-b34c-aeaa97944e09 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4cb49dee-0294-400b-b34c-aeaa97944e09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cb49dee-0294-400b-b34c-aeaa97944e09:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4cb49dee-0294-400b-b34c-aeaa97944e09 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
color: rgba(224, 122, 95, 1);
}
#s-4cb49dee-0294-400b-b34c-aeaa97944e09:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4cb49dee-0294-400b-b34c-aeaa97944e09 {
  margin-top: 4px;
margin-bottom: 4px;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
color: rgba(224, 122, 95, 1);
text-align: left;
}
#s-4cb49dee-0294-400b-b34c-aeaa97944e09:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
color: rgba(244, 241, 222, 1) !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-4cb49dee-0294-400b-b34c-aeaa97944e09 {
  margin-top: 4px;
margin-bottom: 4px;
color: rgba(224, 122, 95, 1);
text-align: left;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
}
#s-4cb49dee-0294-400b-b34c-aeaa97944e09:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}@media (max-width: 767px){#s-4cb49dee-0294-400b-b34c-aeaa97944e09 {
  margin-top: 5px;
margin-bottom: 5px;
color: rgba(224, 122, 95, 1);
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
text-align: left;
}
#s-4cb49dee-0294-400b-b34c-aeaa97944e09:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}

  #s-4cb49dee-0294-400b-b34c-aeaa97944e09-root {
    text-align: center;
  }


#s-4cb49dee-0294-400b-b34c-aeaa97944e09.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4cb49dee-0294-400b-b34c-aeaa97944e09-root {
    text-align: left;
  }


#s-4cb49dee-0294-400b-b34c-aeaa97944e09.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cb49dee-0294-400b-b34c-aeaa97944e09-root {
    text-align: left;
  }


#s-4cb49dee-0294-400b-b34c-aeaa97944e09.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cb49dee-0294-400b-b34c-aeaa97944e09-root {
    text-align: left;
  }


#s-4cb49dee-0294-400b-b34c-aeaa97944e09.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4cb49dee-0294-400b-b34c-aeaa97944e09-root {
    text-align: left;
  }


#s-4cb49dee-0294-400b-b34c-aeaa97944e09.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-da480241-2289-429f-bc62-759c537e20b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-da480241-2289-429f-bc62-759c537e20b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da480241-2289-429f-bc62-759c537e20b9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-da480241-2289-429f-bc62-759c537e20b9 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: left;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
color: rgba(224, 122, 95, 1);
}
#s-da480241-2289-429f-bc62-759c537e20b9:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-da480241-2289-429f-bc62-759c537e20b9 {
  margin-top: 4px;
margin-bottom: 4px;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
color: rgba(224, 122, 95, 1);
text-align: left;
}
#s-da480241-2289-429f-bc62-759c537e20b9:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
color: rgba(244, 241, 222, 1) !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-da480241-2289-429f-bc62-759c537e20b9 {
  margin-top: 4px;
margin-bottom: 4px;
color: rgba(224, 122, 95, 1);
text-align: left;
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
}
#s-da480241-2289-429f-bc62-759c537e20b9:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}@media (max-width: 767px){#s-da480241-2289-429f-bc62-759c537e20b9 {
  margin-top: 5px;
margin-bottom: 5px;
color: rgba(224, 122, 95, 1);
background-image: none;
background-color: rgba(244, 241, 222, 1);
hover-type: color;
text-align: left;
}
#s-da480241-2289-429f-bc62-759c537e20b9:hover {background-color: rgba(224, 122, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 241, 222, 1) !important;}}

  #s-da480241-2289-429f-bc62-759c537e20b9-root {
    text-align: center;
  }


#s-da480241-2289-429f-bc62-759c537e20b9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da480241-2289-429f-bc62-759c537e20b9-root {
    text-align: left;
  }


#s-da480241-2289-429f-bc62-759c537e20b9.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da480241-2289-429f-bc62-759c537e20b9-root {
    text-align: left;
  }


#s-da480241-2289-429f-bc62-759c537e20b9.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da480241-2289-429f-bc62-759c537e20b9-root {
    text-align: left;
  }


#s-da480241-2289-429f-bc62-759c537e20b9.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-da480241-2289-429f-bc62-759c537e20b9-root {
    text-align: left;
  }


#s-da480241-2289-429f-bc62-759c537e20b9.shg-btn {
  color: rgba(224, 122, 95, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-09cf4d8a-12f4-4198-94c7-d3aea440e814 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-09cf4d8a-12f4-4198-94c7-d3aea440e814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09cf4d8a-12f4-4198-94c7-d3aea440e814.shg-box.shg-c {
  justify-content: center;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  margin-left: auto;
margin-right: auto;
max-width: 2592px;
text-align: center;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2592px;

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




.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52a647f6-eca4-4a53-a6e0-f975cf3d71a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8fd6f0aa-68a2-46c7-994a-40b9d6e11e79 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-57b50500-5ba9-4f6f-875f-76b252203e12 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-57b50500-5ba9-4f6f-875f-76b252203e12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57b50500-5ba9-4f6f-875f-76b252203e12.shg-box.shg-c {
  justify-content: center;
}

#s-34322923-5ed3-4cd3-ab58-11b09994a38a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34322923-5ed3-4cd3-ab58-11b09994a38a .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Lora";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-34322923-5ed3-4cd3-ab58-11b09994a38a .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Lora";
  font-style:  normal ;
  
  
  
  
}


}
#s-c65e826e-574f-400f-86c7-62b5b1bef63c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c65e826e-574f-400f-86c7-62b5b1bef63c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c65e826e-574f-400f-86c7-62b5b1bef63c.shg-box.shg-c {
  justify-content: center;
}

#s-668dac38-3568-4782-b9c7-d484ab247284 {
  margin-left: auto;
margin-right: auto;
}

#s-668dac38-3568-4782-b9c7-d484ab247284 .shg-proportional-font-size,
#s-668dac38-3568-4782-b9c7-d484ab247284 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1e956d7f-4523-48c0-9de0-11beafc92fb8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1e956d7f-4523-48c0-9de0-11beafc92fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e956d7f-4523-48c0-9de0-11beafc92fb8.shg-box.shg-c {
  justify-content: center;
}

#s-f681e5d4-d15b-4bef-a21e-995b6e030611 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f681e5d4-d15b-4bef-a21e-995b6e030611 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-80395c83-151b-47a6-bcc5-d9b11e2f517c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-80395c83-151b-47a6-bcc5-d9b11e2f517c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80395c83-151b-47a6-bcc5-d9b11e2f517c.shg-box.shg-c {
  justify-content: center;
}

#s-c13ea292-509e-4201-9cf3-648ccfa41ccc {
  margin-left: auto;
margin-right: auto;
}

#s-c13ea292-509e-4201-9cf3-648ccfa41ccc .shg-proportional-font-size,
#s-c13ea292-509e-4201-9cf3-648ccfa41ccc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-310e6f5f-2f87-4e4c-bb5f-9b881a02207e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-310e6f5f-2f87-4e4c-bb5f-9b881a02207e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-310e6f5f-2f87-4e4c-bb5f-9b881a02207e.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.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-88b44eee-3b5c-443a-b678-282d7b5a1725 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 {
  --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-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-prev,
#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-next {
  
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-prev svg,
#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 .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-88b44eee-3b5c-443a-b678-282d7b5a1725 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 {
  --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-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-prev,
#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-next {
  
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-prev svg,
#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-88b44eee-3b5c-443a-b678-282d7b5a1725 .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-88b44eee-3b5c-443a-b678-282d7b5a1725 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-55fbf04b-112d-48b8-ab87-e8be92b2c7fb {
  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: -moz-max-content;
  max-width: max-content;
}

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

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

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

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

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

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

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

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

#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 {
  max-width:  100%;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom,
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 {
  max-width:  100%;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom,
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 {
  max-width:  100%;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom,
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 {
  max-width:  100%;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom,
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 {
  max-width:  100%;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom,
.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5965b168-2051-42d9-a3fb-a2ed8b9c5b17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-248ea73d-be83-46fc-8269-f89ead3801a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-248ea73d-be83-46fc-8269-f89ead3801a4 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
@media (max-width: 767px){#s-248ea73d-be83-46fc-8269-f89ead3801a4 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
}
#s-85e89c81-9f1f-46c0-a05a-160488db5e9f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-85e89c81-9f1f-46c0-a05a-160488db5e9f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-85e89c81-9f1f-46c0-a05a-160488db5e9f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-85e89c81-9f1f-46c0-a05a-160488db5e9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-7fe1378b-4d91-482a-a1dc-c8f1513655d3 {
  margin-left: auto;
margin-right: auto;
}

#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc {
  max-width:  100%;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom,
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc {
  max-width:  100%;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom,
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc {
  max-width:  100%;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom,
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc {
  max-width:  100%;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom,
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc {
  max-width:  100%;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom,
.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ceb069-0157-41a3-aa33-8442f4eae4cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ede99ebc-4ff3-4b35-a600-e0d3c9652b16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ede99ebc-4ff3-4b35-a600-e0d3c9652b16 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-9b286d63-c15c-47be-9f6b-84da38598d15 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-9b286d63-c15c-47be-9f6b-84da38598d15 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9b286d63-c15c-47be-9f6b-84da38598d15 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-9b286d63-c15c-47be-9f6b-84da38598d15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-8c347510-e7a0-46ca-bb28-e39cd7ec9335 {
  margin-left: auto;
margin-right: auto;
}

#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 {
  max-width:  100%;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom,
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 {
  max-width:  100%;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom,
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 {
  max-width:  100%;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom,
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 {
  max-width:  100%;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom,
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 {
  max-width:  100%;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom,
.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44bfe0e0-d226-49f4-8df7-acdce1ec77c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e58a29fe-b66b-49f3-8e82-7eaf929c4a1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e58a29fe-b66b-49f3-8e82-7eaf929c4a1e .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
@media (max-width: 767px){#s-e58a29fe-b66b-49f3-8e82-7eaf929c4a1e .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
}
#s-3bb92174-da16-43bb-8a65-a1fdb5e84e89 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-3bb92174-da16-43bb-8a65-a1fdb5e84e89 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3bb92174-da16-43bb-8a65-a1fdb5e84e89 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3bb92174-da16-43bb-8a65-a1fdb5e84e89 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-b8488cc7-9107-4bf6-b11e-4938fd330295 {
  margin-left: auto;
margin-right: auto;
}

#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 {
  max-width:  100%;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom,
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 {
  max-width:  100%;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom,
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 {
  max-width:  100%;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom,
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 {
  max-width:  100%;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom,
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 {
  max-width:  100%;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom,
.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e5e959-b7a8-484d-be69-e5e8f562df69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-791011c3-dc87-45cb-a4d9-f865cc4a1a92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-791011c3-dc87-45cb-a4d9-f865cc4a1a92 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
@media (max-width: 767px){#s-791011c3-dc87-45cb-a4d9-f865cc4a1a92 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
}
#s-57cc880a-d539-4390-8c5a-5b66bf78eb49 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-57cc880a-d539-4390-8c5a-5b66bf78eb49 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-57cc880a-d539-4390-8c5a-5b66bf78eb49 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-57cc880a-d539-4390-8c5a-5b66bf78eb49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-7247dc3a-9ee2-4432-9864-728e54d24b47 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7247dc3a-9ee2-4432-9864-728e54d24b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7247dc3a-9ee2-4432-9864-728e54d24b47.shg-box.shg-c {
  justify-content: center;
}

#s-979f4ef0-adae-4c42-a505-f6235393cf4b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-979f4ef0-adae-4c42-a505-f6235393cf4b .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-849937ab-0ebc-42f8-9cac-b42b32197ad2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-849937ab-0ebc-42f8-9cac-b42b32197ad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-849937ab-0ebc-42f8-9cac-b42b32197ad2.shg-box.shg-c {
  justify-content: center;
}

#s-e709744b-95b9-4973-a6a1-ad3c9c25d588 {
  margin-left: auto;
margin-right: auto;
}

#s-e709744b-95b9-4973-a6a1-ad3c9c25d588 .shg-proportional-font-size,
#s-e709744b-95b9-4973-a6a1-ad3c9c25d588 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4ab5dc1b-e19d-443d-8dfc-fbab737f57ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4ab5dc1b-e19d-443d-8dfc-fbab737f57ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ab5dc1b-e19d-443d-8dfc-fbab737f57ff.shg-box.shg-c {
  justify-content: center;
}

#s-8d2a9810-3470-4906-875d-057859e88b3c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c {
  --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-8d2a9810-3470-4906-875d-057859e88b3c > .swiper-button-prev,
#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c > .swiper-button-next {
  
}

#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c > .swiper-button-prev svg,
#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-8d2a9810-3470-4906-875d-057859e88b3c .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-8d2a9810-3470-4906-875d-057859e88b3c .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-19b7cc63-1f7b-4681-84ed-e5c21d760ed3 {
  margin-left: auto;
margin-right: auto;
}

#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f {
  max-width:  100%;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom,
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f {
  max-width:  100%;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom,
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f {
  max-width:  100%;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom,
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f {
  max-width:  100%;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom,
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f {
  max-width:  100%;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom,
.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a16a03d1-53d7-4f70-8ec5-da93a7c1ba2f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-39db5e78-041a-4a2f-af55-af276ee6f79e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39db5e78-041a-4a2f-af55-af276ee6f79e .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-c6c44c25-b885-465d-8d08-3a08ebf20b1a {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-c6c44c25-b885-465d-8d08-3a08ebf20b1a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-c6c44c25-b885-465d-8d08-3a08ebf20b1a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-c6c44c25-b885-465d-8d08-3a08ebf20b1a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-32fe81ab-7733-4676-9e1e-a461c157442a {
  margin-left: auto;
margin-right: auto;
}

#s-05e84732-5c76-4836-aabf-c4b28f793c59 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 {
  max-width:  100%;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom,
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 {
  max-width:  100%;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom,
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 {
  max-width:  100%;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom,
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 {
  max-width:  100%;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom,
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 {
  max-width:  100%;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom,
.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05e84732-5c76-4836-aabf-c4b28f793c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c3f07276-be22-40f7-8bf1-4aae83491e10 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3f07276-be22-40f7-8bf1-4aae83491e10 .shg-product-title-component h1 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-b1fc3529-bdac-4dd2-a919-bbd1d00583a8 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-b1fc3529-bdac-4dd2-a919-bbd1d00583a8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-b1fc3529-bdac-4dd2-a919-bbd1d00583a8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-b1fc3529-bdac-4dd2-a919-bbd1d00583a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-4e7eeabf-444f-4949-8767-d7bb3e31fddd {
  margin-left: auto;
margin-right: auto;
}

#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 {
  max-width:  100%;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom,
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 {
  max-width:  100%;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom,
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 {
  max-width:  100%;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom,
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 {
  max-width:  100%;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom,
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 {
  max-width:  100%;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom,
.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00b45ea1-cdc0-49ac-b568-de196a7eba40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c7f72fa0-29c4-4f5d-af0e-23eae3fb1bf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7f72fa0-29c4-4f5d-af0e-23eae3fb1bf0 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-fdf50a2e-bdd0-420c-9482-59ee86712484 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-fdf50a2e-bdd0-420c-9482-59ee86712484 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-fdf50a2e-bdd0-420c-9482-59ee86712484 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-fdf50a2e-bdd0-420c-9482-59ee86712484 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-0010e752-3a1a-4f52-9810-1298a7b92604 {
  margin-left: auto;
margin-right: auto;
}

#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 {
  max-width:  100%;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom,
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 {
  max-width:  100%;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom,
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 {
  max-width:  100%;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom,
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 {
  max-width:  100%;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom,
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 {
  max-width:  100%;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom,
.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba8f2bd-0094-4bcf-a709-b719333b3322 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e693394-5f5d-485e-a69a-2eb6f194ffbe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e693394-5f5d-485e-a69a-2eb6f194ffbe .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-922ee934-c1c6-4540-974a-0a0ca8a09f1d {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-922ee934-c1c6-4540-974a-0a0ca8a09f1d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-922ee934-c1c6-4540-974a-0a0ca8a09f1d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-922ee934-c1c6-4540-974a-0a0ca8a09f1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-3faa7be9-93ca-4a02-a900-b1e482b3a376 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3faa7be9-93ca-4a02-a900-b1e482b3a376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3faa7be9-93ca-4a02-a900-b1e482b3a376.shg-box.shg-c {
  justify-content: center;
}

#s-35ad9f4d-bbd4-4aad-bee4-3b61bfef122e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35ad9f4d-bbd4-4aad-bee4-3b61bfef122e .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f3cdb37f-827e-4fd8-8d11-736985e8ae0e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f3cdb37f-827e-4fd8-8d11-736985e8ae0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3cdb37f-827e-4fd8-8d11-736985e8ae0e.shg-box.shg-c {
  justify-content: center;
}

#s-312fb73e-8e09-458d-81be-9e63d7171538 {
  margin-left: auto;
margin-right: auto;
}

#s-312fb73e-8e09-458d-81be-9e63d7171538 .shg-proportional-font-size,
#s-312fb73e-8e09-458d-81be-9e63d7171538 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-92c330db-c0e1-42b4-b23b-8d2f5365b382 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-92c330db-c0e1-42b4-b23b-8d2f5365b382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92c330db-c0e1-42b4-b23b-8d2f5365b382.shg-box.shg-c {
  justify-content: center;
}

#s-21fa0e6d-c027-43d2-9899-c03c5587d722 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 0px;
max-width: 1007px;
background-color: rgba(242, 204, 143, 1);
}

#s-21fa0e6d-c027-43d2-9899-c03c5587d722 .shg-proportional-font-size,
#s-21fa0e6d-c027-43d2-9899-c03c5587d722 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9a59221f-ee6d-4698-92f0-b99651575107 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9a59221f-ee6d-4698-92f0-b99651575107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a59221f-ee6d-4698-92f0-b99651575107.shg-box.shg-c {
  justify-content: center;
}

#s-8af570dd-ee4b-4991-b576-2cfef2cd5b84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8af570dd-ee4b-4991-b576-2cfef2cd5b84 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-47b6d653-4a1f-4642-8d0f-dbf08481ddba {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-47b6d653-4a1f-4642-8d0f-dbf08481ddba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-47b6d653-4a1f-4642-8d0f-dbf08481ddba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47b6d653-4a1f-4642-8d0f-dbf08481ddba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47b6d653-4a1f-4642-8d0f-dbf08481ddba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-22849e6c-3a1c-4504-acc8-b0d3c2e5031a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-22849e6c-3a1c-4504-acc8-b0d3c2e5031a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22849e6c-3a1c-4504-acc8-b0d3c2e5031a.shg-box.shg-c {
  justify-content: center;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

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




.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd img.shogun-image {
  width: 100%;
  
  
  

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




.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd img.shogun-image {
  width: 100%;
  
  
  

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




.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd img.shogun-image {
  width: 100%;
  
  
  

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




.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd img.shogun-image {
  width: 100%;
  
  
  

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




.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c2c65b3-5c9a-467c-9ab2-1cc716fe17bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a2359410-d4b4-4fda-ba99-dcfacd405642 {
  margin-top: 34px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a2359410-d4b4-4fda-ba99-dcfacd405642:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2359410-d4b4-4fda-ba99-dcfacd405642:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2359410-d4b4-4fda-ba99-dcfacd405642-root {
    text-align: center;
  }


#s-a2359410-d4b4-4fda-ba99-dcfacd405642.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2359410-d4b4-4fda-ba99-dcfacd405642-root {
    text-align: center;
  }


#s-a2359410-d4b4-4fda-ba99-dcfacd405642.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2359410-d4b4-4fda-ba99-dcfacd405642-root {
    text-align: center;
  }


#s-a2359410-d4b4-4fda-ba99-dcfacd405642.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2359410-d4b4-4fda-ba99-dcfacd405642-root {
    text-align: center;
  }


#s-a2359410-d4b4-4fda-ba99-dcfacd405642.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2359410-d4b4-4fda-ba99-dcfacd405642-root {
    text-align: center;
  }


#s-a2359410-d4b4-4fda-ba99-dcfacd405642.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

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




.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e140951-f5f0-4903-8e9a-97259cc3f8c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d35b174f-12e7-4708-b0b9-9bed50b2213e {
  margin-top: 34px;
margin-left: auto;
margin-bottom: 34px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d35b174f-12e7-4708-b0b9-9bed50b2213e:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d35b174f-12e7-4708-b0b9-9bed50b2213e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d35b174f-12e7-4708-b0b9-9bed50b2213e-root {
    text-align: center;
  }


#s-d35b174f-12e7-4708-b0b9-9bed50b2213e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d35b174f-12e7-4708-b0b9-9bed50b2213e-root {
    text-align: center;
  }


#s-d35b174f-12e7-4708-b0b9-9bed50b2213e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d35b174f-12e7-4708-b0b9-9bed50b2213e-root {
    text-align: center;
  }


#s-d35b174f-12e7-4708-b0b9-9bed50b2213e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d35b174f-12e7-4708-b0b9-9bed50b2213e-root {
    text-align: center;
  }


#s-d35b174f-12e7-4708-b0b9-9bed50b2213e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d35b174f-12e7-4708-b0b9-9bed50b2213e-root {
    text-align: center;
  }


#s-d35b174f-12e7-4708-b0b9-9bed50b2213e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-8c1bf839-13b9-4671-97ef-ccd0cf48c88b {
  margin-left: auto;
margin-right: auto;
}

#s-8c1bf839-13b9-4671-97ef-ccd0cf48c88b .shg-proportional-font-size,
#s-8c1bf839-13b9-4671-97ef-ccd0cf48c88b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eef910d2-0cc3-4238-b8b9-f2bb63e79c40 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eef910d2-0cc3-4238-b8b9-f2bb63e79c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eef910d2-0cc3-4238-b8b9-f2bb63e79c40.shg-box.shg-c {
  justify-content: center;
}

#s-d5326086-8c28-46be-8306-878390ea4b29 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-56883f71-f399-4a57-9c95-9a2bf5e75f32 {
  margin-left: auto;
margin-right: auto;
}

#s-56883f71-f399-4a57-9c95-9a2bf5e75f32 hr {
  border-top: 2px solid #ddd;
}

#s-a0b2c0f7-23f6-4876-bbea-7fd51c2917dd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 241, 222, 1);
}








#s-a0b2c0f7-23f6-4876-bbea-7fd51c2917dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0b2c0f7-23f6-4876-bbea-7fd51c2917dd.shg-box.shg-c {
  justify-content: center;
}

#s-551bcb89-260c-4c41-86d8-354336ccf21d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-eee31c14-74a8-41d6-845f-c6daba10ece8 {
  margin-left: auto;
margin-right: auto;
}

#s-eee31c14-74a8-41d6-845f-c6daba10ece8 hr {
  border-top: 2px solid #ddd;
}

#s-0b554bfa-260c-4050-a1d0-6da71d53ece9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b554bfa-260c-4050-a1d0-6da71d53ece9 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Lora";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-0b554bfa-260c-4050-a1d0-6da71d53ece9 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Lora";
  font-style:  normal ;
  
  
  
  
}


}
#s-ff3d8fd6-fd7d-4cb4-9a0c-907c87072a17 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ff3d8fd6-fd7d-4cb4-9a0c-907c87072a17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff3d8fd6-fd7d-4cb4-9a0c-907c87072a17.shg-box.shg-c {
  justify-content: center;
}

#s-c67bf184-9c2e-4c00-88b3-814d3e5616aa {
  margin-left: auto;
margin-right: auto;
}

#s-c67bf184-9c2e-4c00-88b3-814d3e5616aa .shg-proportional-font-size,
#s-c67bf184-9c2e-4c00-88b3-814d3e5616aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2a6d0c6e-185e-42a8-bc10-58df6a873e33 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2a6d0c6e-185e-42a8-bc10-58df6a873e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a6d0c6e-185e-42a8-bc10-58df6a873e33.shg-box.shg-c {
  justify-content: center;
}

#s-c966f7c8-942d-4e40-a83c-234165a5faa9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c966f7c8-942d-4e40-a83c-234165a5faa9 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-0d9b7d11-dbba-4c16-954a-e42968c4db48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0d9b7d11-dbba-4c16-954a-e42968c4db48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d9b7d11-dbba-4c16-954a-e42968c4db48.shg-box.shg-c {
  justify-content: center;
}

#s-bb125e1f-d560-4572-9d96-0d5f20a331f2 {
  margin-left: auto;
margin-right: auto;
}

#s-bb125e1f-d560-4572-9d96-0d5f20a331f2 .shg-proportional-font-size,
#s-bb125e1f-d560-4572-9d96-0d5f20a331f2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-607f3d41-14df-4122-9890-17a5060c17b3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-607f3d41-14df-4122-9890-17a5060c17b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-607f3d41-14df-4122-9890-17a5060c17b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-607f3d41-14df-4122-9890-17a5060c17b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-607f3d41-14df-4122-9890-17a5060c17b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e1342b25-17c8-41a7-8d7b-767e34f85f21 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e1342b25-17c8-41a7-8d7b-767e34f85f21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1342b25-17c8-41a7-8d7b-767e34f85f21.shg-box.shg-c {
  justify-content: center;
}

#s-27fbd21b-254d-4d59-910e-f538940dc5ac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-27fbd21b-254d-4d59-910e-f538940dc5ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27fbd21b-254d-4d59-910e-f538940dc5ac.shg-box.shg-c {
  justify-content: center;
}

#s-551548a0-99cd-4ae1-812a-76244ee0d014 {
  margin-left: auto;
margin-right: auto;
}

#s-05321301-193f-4e3c-bbe2-a54998d291da {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da {
  max-width:  100%;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom,
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da {
  max-width:  100%;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom,
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da {
  max-width:  100%;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom,
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da {
  max-width:  100%;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom,
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da {
  max-width:  100%;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom,
.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05321301-193f-4e3c-bbe2-a54998d291da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d0bc59ed-b169-402f-9985-cbaad2f78c36 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0bc59ed-b169-402f-9985-cbaad2f78c36 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-42eee105-3c03-426d-9f11-70b93f726566 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-42eee105-3c03-426d-9f11-70b93f726566 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-42eee105-3c03-426d-9f11-70b93f726566 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-42eee105-3c03-426d-9f11-70b93f726566 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-e9e56430-f88a-402e-b6b4-00cff01c8eba {
  margin-left: auto;
margin-right: auto;
}

#s-8609f091-013f-43dc-8bee-56f3e01c2b5d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d {
  max-width:  100%;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom,
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d {
  max-width:  100%;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom,
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d {
  max-width:  100%;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom,
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d {
  max-width:  100%;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom,
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d {
  max-width:  100%;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom,
.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8609f091-013f-43dc-8bee-56f3e01c2b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a5a205a2-e3b6-48b2-a81e-932e34e24122 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5a205a2-e3b6-48b2-a81e-932e34e24122 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-fd2bf4d5-5ac1-4d66-b43d-6e8222946139 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-fd2bf4d5-5ac1-4d66-b43d-6e8222946139 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-fd2bf4d5-5ac1-4d66-b43d-6e8222946139 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-fd2bf4d5-5ac1-4d66-b43d-6e8222946139 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-321556c2-c52a-44b7-b97d-8d61a9196552 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-321556c2-c52a-44b7-b97d-8d61a9196552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-321556c2-c52a-44b7-b97d-8d61a9196552.shg-box.shg-c {
  justify-content: center;
}

#s-cbdde2ff-ba96-40d1-a3cc-387a8408bb28 {
  margin-left: auto;
margin-right: auto;
}

#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 {
  text-align: center;
}
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 {
  max-width:  100%;
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom,
.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 {
  max-width:  100%;
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom,
.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 {
  max-width:  100%;
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom,
.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7911e8c3-25db-48f8-a4ff-6ec840e55786 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-42078139-448e-40d1-ae80-cfd7ccd7d7f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42078139-448e-40d1-ae80-cfd7ccd7d7f9 .shg-product-title-component h3 span {
  
  
  
  
  
  
  
  
}
@media (min-width: 1200px){#s-42078139-448e-40d1-ae80-cfd7ccd7d7f9 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42078139-448e-40d1-ae80-cfd7ccd7d7f9 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42078139-448e-40d1-ae80-cfd7ccd7d7f9 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
}@media (max-width: 767px){#s-42078139-448e-40d1-ae80-cfd7ccd7d7f9 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}
}
#s-ddf3ff85-ff25-4dc8-9ce2-e645d6de9bd8 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-ddf3ff85-ff25-4dc8-9ce2-e645d6de9bd8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-ddf3ff85-ff25-4dc8-9ce2-e645d6de9bd8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-ddf3ff85-ff25-4dc8-9ce2-e645d6de9bd8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-dcc8a953-fccb-47da-a4ff-51d687f81207 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dcc8a953-fccb-47da-a4ff-51d687f81207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcc8a953-fccb-47da-a4ff-51d687f81207.shg-box.shg-c {
  justify-content: center;
}

#s-e893cbde-397e-4880-9dbf-939dd12f57e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e893cbde-397e-4880-9dbf-939dd12f57e5 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c976219d-6554-44f4-bb71-daec51c006e8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c976219d-6554-44f4-bb71-daec51c006e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c976219d-6554-44f4-bb71-daec51c006e8.shg-box.shg-c {
  justify-content: center;
}

#s-707aa916-d322-4023-b170-e1d7531cc410 {
  margin-left: auto;
margin-right: auto;
}

#s-707aa916-d322-4023-b170-e1d7531cc410 .shg-proportional-font-size,
#s-707aa916-d322-4023-b170-e1d7531cc410 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c2fdd272-c740-4133-a092-017c09e53d8c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c2fdd272-c740-4133-a092-017c09e53d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2fdd272-c740-4133-a092-017c09e53d8c.shg-box.shg-c {
  justify-content: center;
}

#s-c1975129-c3d3-4f37-ac52-6ae6dbb8f777 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c1975129-c3d3-4f37-ac52-6ae6dbb8f777"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c1975129-c3d3-4f37-ac52-6ae6dbb8f777"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1975129-c3d3-4f37-ac52-6ae6dbb8f777"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1975129-c3d3-4f37-ac52-6ae6dbb8f777"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-52ff48de-4409-484c-8f6e-7c4fc85a5475 {
  margin-left: auto;
margin-right: auto;
}

#s-6349bed9-3133-4a3f-a604-731f639c4eeb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb {
  max-width:  100%;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom,
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb {
  max-width:  100%;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom,
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb {
  max-width:  100%;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom,
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb {
  max-width:  100%;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom,
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb {
  max-width:  100%;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom,
.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6349bed9-3133-4a3f-a604-731f639c4eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7124fd5c-0710-485a-85ea-5254116884bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7124fd5c-0710-485a-85ea-5254116884bc .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-597fd8be-c95b-4003-89e3-6d36a36efa6e {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-597fd8be-c95b-4003-89e3-6d36a36efa6e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-597fd8be-c95b-4003-89e3-6d36a36efa6e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-597fd8be-c95b-4003-89e3-6d36a36efa6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-06a5c959-959a-432b-8cc3-436cc9eefb97 {
  margin-left: auto;
margin-right: auto;
}

#s-ced8db8c-f973-408e-81f4-cf74c140e55e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e {
  max-width:  100%;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom,
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e {
  max-width:  100%;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom,
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e {
  max-width:  100%;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom,
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e {
  max-width:  100%;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom,
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e {
  max-width:  100%;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom,
.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced8db8c-f973-408e-81f4-cf74c140e55e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-726ac508-83ea-4c7f-a4f7-438b646b0b25 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-726ac508-83ea-4c7f-a4f7-438b646b0b25 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-8aadffe9-cd4a-49f8-b075-a43ce30587b1 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-8aadffe9-cd4a-49f8-b075-a43ce30587b1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-8aadffe9-cd4a-49f8-b075-a43ce30587b1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-8aadffe9-cd4a-49f8-b075-a43ce30587b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-5ca9de4c-60f0-4ac8-a22f-1497fd6fbb93 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5ca9de4c-60f0-4ac8-a22f-1497fd6fbb93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ca9de4c-60f0-4ac8-a22f-1497fd6fbb93.shg-box.shg-c {
  justify-content: center;
}

#s-66f1485b-48bd-48c7-8266-8a67afbcdeab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66f1485b-48bd-48c7-8266-8a67afbcdeab .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e9445627-85b3-44cf-8f3a-5463e2a72b54 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e9445627-85b3-44cf-8f3a-5463e2a72b54 {
  display: none;
}
#s-e9445627-85b3-44cf-8f3a-5463e2a72b54, #wrap-s-e9445627-85b3-44cf-8f3a-5463e2a72b54, #wrap-content-s-e9445627-85b3-44cf-8f3a-5463e2a72b54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9445627-85b3-44cf-8f3a-5463e2a72b54 {
  display: none;
}
#s-e9445627-85b3-44cf-8f3a-5463e2a72b54, #wrap-s-e9445627-85b3-44cf-8f3a-5463e2a72b54, #wrap-content-s-e9445627-85b3-44cf-8f3a-5463e2a72b54 { display: none !important; }}







#s-e9445627-85b3-44cf-8f3a-5463e2a72b54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9445627-85b3-44cf-8f3a-5463e2a72b54.shg-box.shg-c {
  justify-content: center;
}

#s-5080a720-66f1-4e5e-8f44-b2d285c31cea {
  margin-left: auto;
margin-right: auto;
}

#s-5080a720-66f1-4e5e-8f44-b2d285c31cea .shg-proportional-font-size,
#s-5080a720-66f1-4e5e-8f44-b2d285c31cea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf {
  display: none;
}
#s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf, #wrap-s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf, #wrap-content-s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf { display: none !important; }}@media (max-width: 767px){#s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf {
  display: none;
}
#s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf, #wrap-s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf, #wrap-content-s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf { display: none !important; }}
@media (min-width: 0px) {
[id="s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2a97d9d-81b2-470e-a4d8-4f52b77135cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-263c0278-6714-4ef0-b550-381d937910be {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-263c0278-6714-4ef0-b550-381d937910be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-263c0278-6714-4ef0-b550-381d937910be.shg-box.shg-c {
  justify-content: center;
}

#s-81968131-ca06-4161-a76a-c3e121a1e208 {
  margin-left: auto;
margin-right: auto;
}

#s-81968131-ca06-4161-a76a-c3e121a1e208 .shg-proportional-font-size,
#s-81968131-ca06-4161-a76a-c3e121a1e208 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a2bdd6dd-f8ab-4086-8c87-6af4708c0c20 {
  margin-left: auto;
margin-right: auto;
}

#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 {
  
}
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 {
  max-width:  100%;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom,
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 {
  max-width:  100%;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom,
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 {
  max-width:  100%;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom,
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 {
  max-width:  100%;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom,
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 {
  max-width:  100%;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom,
.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cf2f2bc-e459-4129-ae34-8243cfef6709 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cfcea8d2-bc10-45e7-980e-2f0c84de9dea {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-cfcea8d2-bc10-45e7-980e-2f0c84de9dea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfcea8d2-bc10-45e7-980e-2f0c84de9dea {
  
}
}
#s-cfcea8d2-bc10-45e7-980e-2f0c84de9dea .shg-proportional-font-size,
#s-cfcea8d2-bc10-45e7-980e-2f0c84de9dea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3b0d9a58-e830-4a2f-8bd7-ba666752300e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-3b0d9a58-e830-4a2f-8bd7-ba666752300e {
  display: none;
}
#s-3b0d9a58-e830-4a2f-8bd7-ba666752300e, #wrap-s-3b0d9a58-e830-4a2f-8bd7-ba666752300e, #wrap-content-s-3b0d9a58-e830-4a2f-8bd7-ba666752300e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b0d9a58-e830-4a2f-8bd7-ba666752300e {
  display: none;
}
#s-3b0d9a58-e830-4a2f-8bd7-ba666752300e, #wrap-s-3b0d9a58-e830-4a2f-8bd7-ba666752300e, #wrap-content-s-3b0d9a58-e830-4a2f-8bd7-ba666752300e { display: none !important; }}







#s-3b0d9a58-e830-4a2f-8bd7-ba666752300e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b0d9a58-e830-4a2f-8bd7-ba666752300e.shg-box.shg-c {
  justify-content: center;
}

#s-2d7eebf5-428c-49ab-baff-e008fc003eb9 {
  margin-left: auto;
margin-right: auto;
}

#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 {
  text-align: center;
}
}


.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 {
  max-width:  100%;
}

.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom,
.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 {
  max-width:  100%;
}

.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom,
.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d6934d-a494-451f-9a82-55b2bb0b7ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-11b37ad3-7d68-46cb-a703-162f9b107606 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-11b37ad3-7d68-46cb-a703-162f9b107606 {
  display: none;
}
#s-11b37ad3-7d68-46cb-a703-162f9b107606, #wrap-s-11b37ad3-7d68-46cb-a703-162f9b107606, #wrap-content-s-11b37ad3-7d68-46cb-a703-162f9b107606 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11b37ad3-7d68-46cb-a703-162f9b107606 {
  display: none;
}
#s-11b37ad3-7d68-46cb-a703-162f9b107606, #wrap-s-11b37ad3-7d68-46cb-a703-162f9b107606, #wrap-content-s-11b37ad3-7d68-46cb-a703-162f9b107606 { display: none !important; }}







#s-11b37ad3-7d68-46cb-a703-162f9b107606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11b37ad3-7d68-46cb-a703-162f9b107606.shg-box.shg-c {
  justify-content: center;
}

#s-ba80795c-d10a-4105-bd3a-d6d6217051f8 {
  margin-left: auto;
margin-right: auto;
}

#s-ba80795c-d10a-4105-bd3a-d6d6217051f8 .shg-proportional-font-size,
#s-ba80795c-d10a-4105-bd3a-d6d6217051f8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9d57166f-c6e4-4bb3-9626-598579c2e7ad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9d57166f-c6e4-4bb3-9626-598579c2e7ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d57166f-c6e4-4bb3-9626-598579c2e7ad.shg-box.shg-c {
  justify-content: center;
}

#s-1b1a9a3b-f4c0-431b-a499-724605b451c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b1a9a3b-f4c0-431b-a499-724605b451c4 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-799c28f6-0d73-48f8-b3d2-c4882c62f914 {
  margin-left: auto;
margin-right: auto;
}

#s-799c28f6-0d73-48f8-b3d2-c4882c62f914 .shg-proportional-font-size,
#s-799c28f6-0d73-48f8-b3d2-c4882c62f914 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b706b9e9-6e29-4adb-8981-b4d707c6a424 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b706b9e9-6e29-4adb-8981-b4d707c6a424"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b706b9e9-6e29-4adb-8981-b4d707c6a424"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b706b9e9-6e29-4adb-8981-b4d707c6a424"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b706b9e9-6e29-4adb-8981-b4d707c6a424"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

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




.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c470c4a-efd3-460e-bbf9-6fb3e8c9f839.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-600951db-2c92-4344-a213-437b6a422bd3 {
  margin-top: 34px;
margin-left: auto;
margin-bottom: 34px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-600951db-2c92-4344-a213-437b6a422bd3:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-600951db-2c92-4344-a213-437b6a422bd3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-600951db-2c92-4344-a213-437b6a422bd3-root {
    text-align: center;
  }


#s-600951db-2c92-4344-a213-437b6a422bd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-600951db-2c92-4344-a213-437b6a422bd3-root {
    text-align: center;
  }


#s-600951db-2c92-4344-a213-437b6a422bd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-600951db-2c92-4344-a213-437b6a422bd3-root {
    text-align: center;
  }


#s-600951db-2c92-4344-a213-437b6a422bd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-600951db-2c92-4344-a213-437b6a422bd3-root {
    text-align: center;
  }


#s-600951db-2c92-4344-a213-437b6a422bd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-600951db-2c92-4344-a213-437b6a422bd3-root {
    text-align: center;
  }


#s-600951db-2c92-4344-a213-437b6a422bd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a647ebd7-dbcc-4975-86bf-06052184f05a img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

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




.s-a647ebd7-dbcc-4975-86bf-06052184f05a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a647ebd7-dbcc-4975-86bf-06052184f05a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a647ebd7-dbcc-4975-86bf-06052184f05a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a647ebd7-dbcc-4975-86bf-06052184f05a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a647ebd7-dbcc-4975-86bf-06052184f05a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a647ebd7-dbcc-4975-86bf-06052184f05a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a647ebd7-dbcc-4975-86bf-06052184f05a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a647ebd7-dbcc-4975-86bf-06052184f05a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a647ebd7-dbcc-4975-86bf-06052184f05a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a647ebd7-dbcc-4975-86bf-06052184f05a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a647ebd7-dbcc-4975-86bf-06052184f05a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dc9b7a7f-69fe-4181-832a-540a0e050240 {
  margin-top: 34px;
margin-left: auto;
margin-bottom: 34px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dc9b7a7f-69fe-4181-832a-540a0e050240:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc9b7a7f-69fe-4181-832a-540a0e050240:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc9b7a7f-69fe-4181-832a-540a0e050240-root {
    text-align: center;
  }


#s-dc9b7a7f-69fe-4181-832a-540a0e050240.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc9b7a7f-69fe-4181-832a-540a0e050240-root {
    text-align: center;
  }


#s-dc9b7a7f-69fe-4181-832a-540a0e050240.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc9b7a7f-69fe-4181-832a-540a0e050240-root {
    text-align: center;
  }


#s-dc9b7a7f-69fe-4181-832a-540a0e050240.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc9b7a7f-69fe-4181-832a-540a0e050240-root {
    text-align: center;
  }


#s-dc9b7a7f-69fe-4181-832a-540a0e050240.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc9b7a7f-69fe-4181-832a-540a0e050240-root {
    text-align: center;
  }


#s-dc9b7a7f-69fe-4181-832a-540a0e050240.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-60aac141-2d28-4d44-bd11-5acbda13479c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-60aac141-2d28-4d44-bd11-5acbda13479c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60aac141-2d28-4d44-bd11-5acbda13479c.shg-box.shg-c {
  justify-content: center;
}

#s-96e35eb9-96d4-4e97-991e-eb0ce9f49567 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-96e35eb9-96d4-4e97-991e-eb0ce9f49567 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96e35eb9-96d4-4e97-991e-eb0ce9f49567 {
  
}
}
#s-ec87f6a5-3b82-4eb4-96b5-ef7c9272c70d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-ec87f6a5-3b82-4eb4-96b5-ef7c9272c70d {
  margin-top: 15px;
}
}
#s-ec87f6a5-3b82-4eb4-96b5-ef7c9272c70d .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Lora";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-ec87f6a5-3b82-4eb4-96b5-ef7c9272c70d .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Lora";
  font-style:  normal ;
  
  
  
  
}


}
#s-d58f2055-bf6a-46f6-89ee-b0dcc5b74838 {
  margin-left: auto;
margin-right: auto;
}

#s-d58f2055-bf6a-46f6-89ee-b0dcc5b74838 .shg-proportional-font-size,
#s-d58f2055-bf6a-46f6-89ee-b0dcc5b74838 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1977ec98-a8aa-4be1-9599-8cdcb88302a1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1977ec98-a8aa-4be1-9599-8cdcb88302a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1977ec98-a8aa-4be1-9599-8cdcb88302a1.shg-box.shg-c {
  justify-content: center;
}

#s-adfbcbee-c1d7-4da6-878f-452139d07b3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adfbcbee-c1d7-4da6-878f-452139d07b3b .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4f6aa71f-c140-4969-91e6-724b6c0d0082 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4f6aa71f-c140-4969-91e6-724b6c0d0082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f6aa71f-c140-4969-91e6-724b6c0d0082.shg-box.shg-c {
  justify-content: center;
}

#s-55304952-3dd8-4920-93ee-bc7e59cbfb34 {
  margin-left: auto;
margin-right: auto;
}

#s-55304952-3dd8-4920-93ee-bc7e59cbfb34 .shg-proportional-font-size,
#s-55304952-3dd8-4920-93ee-bc7e59cbfb34 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0ba8fc37-924b-4a56-895f-88e49f1692e2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0ba8fc37-924b-4a56-895f-88e49f1692e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0ba8fc37-924b-4a56-895f-88e49f1692e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ba8fc37-924b-4a56-895f-88e49f1692e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ba8fc37-924b-4a56-895f-88e49f1692e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ba8fc37-924b-4a56-895f-88e49f1692e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ba8fc37-924b-4a56-895f-88e49f1692e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ba8fc37-924b-4a56-895f-88e49f1692e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-ee44375e-59d9-4da4-b177-eeb8de8e8bd0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ee44375e-59d9-4da4-b177-eeb8de8e8bd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee44375e-59d9-4da4-b177-eeb8de8e8bd0.shg-box.shg-c {
  justify-content: center;
}

#s-32b32e8e-76f5-46ae-a26a-a15a9b6fbd7a {
  margin-left: auto;
margin-right: auto;
}

#s-3b20f94e-2463-43a1-ba65-9fa61e045cc1 {
  margin-left: auto;
margin-right: auto;
}

#s-948fa4bf-2987-44dd-9359-9ad1475b2623 {
  margin-top: 48px;
margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
text-align: center;
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 {
  max-width:  100%;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom,
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 {
  max-width:  100%;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom,
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 {
  max-width:  100%;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom,
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 {
  max-width:  100%;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom,
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 {
  max-width:  100%;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom,
.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-948fa4bf-2987-44dd-9359-9ad1475b2623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-10a332b1-252b-4d9e-a96a-91f004ca6f6b {
  margin-top: -17px;
margin-left: auto;
margin-bottom: -17px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10a332b1-252b-4d9e-a96a-91f004ca6f6b .shg-product-title-component h1 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-3ad5c60e-1f39-434e-a611-8342510fdb07 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-3ad5c60e-1f39-434e-a611-8342510fdb07 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3ad5c60e-1f39-434e-a611-8342510fdb07 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3ad5c60e-1f39-434e-a611-8342510fdb07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-fa880050-c843-4f65-aa3a-48fc5100faa8 {
  margin-left: auto;
margin-right: auto;
}

#s-fa880050-c843-4f65-aa3a-48fc5100faa8 .shg-proportional-font-size,
#s-fa880050-c843-4f65-aa3a-48fc5100faa8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e24d9049-04e1-4c69-9f5f-dc1609220980 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e24d9049-04e1-4c69-9f5f-dc1609220980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e24d9049-04e1-4c69-9f5f-dc1609220980.shg-box.shg-c {
  justify-content: center;
}

#s-d270485e-8986-46ea-97a6-bd7773780b13 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d270485e-8986-46ea-97a6-bd7773780b13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d270485e-8986-46ea-97a6-bd7773780b13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d270485e-8986-46ea-97a6-bd7773780b13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d270485e-8986-46ea-97a6-bd7773780b13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d270485e-8986-46ea-97a6-bd7773780b13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d270485e-8986-46ea-97a6-bd7773780b13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d270485e-8986-46ea-97a6-bd7773780b13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-2f32780c-219d-495f-ae3b-689490c3bc68 {
  margin-left: auto;
margin-right: auto;
}

#s-10e47776-f63a-422a-961e-50e3492d076d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d {
  max-width:  100%;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom,
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d {
  max-width:  100%;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom,
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d {
  max-width:  100%;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom,
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d {
  max-width:  100%;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom,
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d {
  max-width:  100%;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom,
.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10e47776-f63a-422a-961e-50e3492d076d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1629cdba-6807-4349-8846-936a3227777a {
  margin-top: -14px;
margin-left: auto;
margin-bottom: -14px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1629cdba-6807-4349-8846-936a3227777a .shg-product-title-component h1 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-ff46a597-76fb-44c7-9c52-f625ace12c41 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-ff46a597-76fb-44c7-9c52-f625ace12c41 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-ff46a597-76fb-44c7-9c52-f625ace12c41 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-ff46a597-76fb-44c7-9c52-f625ace12c41 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-6417dfc3-8bd6-409c-abc7-fd53d7aec3ba {
  margin-left: auto;
margin-right: auto;
}

#s-6417dfc3-8bd6-409c-abc7-fd53d7aec3ba .shg-proportional-font-size,
#s-6417dfc3-8bd6-409c-abc7-fd53d7aec3ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dc2832e6-ec03-4349-b012-c497174ef494 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc2832e6-ec03-4349-b012-c497174ef494 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4518957e-a667-4912-b124-03e8c1e429e9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4518957e-a667-4912-b124-03e8c1e429e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4518957e-a667-4912-b124-03e8c1e429e9.shg-box.shg-c {
  justify-content: center;
}

#s-af604f8d-225a-43ac-80a2-1c15e6b731ee {
  margin-left: auto;
margin-right: auto;
}

#s-af604f8d-225a-43ac-80a2-1c15e6b731ee .shg-proportional-font-size,
#s-af604f8d-225a-43ac-80a2-1c15e6b731ee .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-81d6b221-9f5f-4064-82f2-60d28d52df29 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-81d6b221-9f5f-4064-82f2-60d28d52df29"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-81d6b221-9f5f-4064-82f2-60d28d52df29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-81d6b221-9f5f-4064-82f2-60d28d52df29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-81d6b221-9f5f-4064-82f2-60d28d52df29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dbf73f08-b371-47e5-94ea-392fec5f7de8 {
  margin-left: auto;
margin-right: auto;
}

#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e {
  max-width:  100%;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom,
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e {
  max-width:  100%;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom,
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e {
  max-width:  100%;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom,
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e {
  max-width:  100%;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom,
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e {
  max-width:  100%;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom,
.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f1c63cd-7627-48bb-9c4e-fb1ca504f90e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f912db38-f45e-4193-aeb3-f9b515539a25 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f912db38-f45e-4193-aeb3-f9b515539a25 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-d0e501ae-49f0-4929-bc36-f9397fdeb070 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d0e501ae-49f0-4929-bc36-f9397fdeb070 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d0e501ae-49f0-4929-bc36-f9397fdeb070 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-d0e501ae-49f0-4929-bc36-f9397fdeb070 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-48726fd3-902a-4a54-8d5e-8ccd577360fa {
  margin-left: auto;
margin-right: auto;
}

#s-5e835965-fdb4-4beb-9bd2-738f6b330baa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa {
  max-width:  100%;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom,
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa {
  max-width:  100%;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom,
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa {
  max-width:  100%;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom,
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa {
  max-width:  100%;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom,
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa {
  max-width:  100%;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom,
.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e835965-fdb4-4beb-9bd2-738f6b330baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-985c5021-5291-4325-8025-44c17dfc68f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-985c5021-5291-4325-8025-44c17dfc68f9 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-2114d88b-1934-4814-a1cb-4e251b6579a6 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-2114d88b-1934-4814-a1cb-4e251b6579a6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-2114d88b-1934-4814-a1cb-4e251b6579a6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-2114d88b-1934-4814-a1cb-4e251b6579a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-eb8acd4a-0476-4053-9bd1-882f7bf14c5b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eb8acd4a-0476-4053-9bd1-882f7bf14c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb8acd4a-0476-4053-9bd1-882f7bf14c5b.shg-box.shg-c {
  justify-content: center;
}

#s-df0ff208-d65a-47d2-a5b6-583da90a438c {
  margin-left: auto;
margin-right: auto;
}

#s-e556fb56-bab3-43ff-97de-df587422fc52 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 {
  max-width:  100%;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom,
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 {
  max-width:  100%;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom,
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 {
  max-width:  100%;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom,
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 {
  max-width:  100%;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom,
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 {
  max-width:  100%;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom,
.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e556fb56-bab3-43ff-97de-df587422fc52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ccd2f4b5-74b6-42d6-ba1e-2a6c6330a984 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccd2f4b5-74b6-42d6-ba1e-2a6c6330a984 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-29e9ab9f-ede9-4db5-8ff7-b4b69d8ab9c6 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-29e9ab9f-ede9-4db5-8ff7-b4b69d8ab9c6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-29e9ab9f-ede9-4db5-8ff7-b4b69d8ab9c6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-29e9ab9f-ede9-4db5-8ff7-b4b69d8ab9c6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-cf1bd4ce-94eb-498b-b855-b98bc05df7c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cf1bd4ce-94eb-498b-b855-b98bc05df7c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf1bd4ce-94eb-498b-b855-b98bc05df7c7.shg-box.shg-c {
  justify-content: center;
}

#s-f7996127-eca9-4f3c-ac2b-4661f70cfe90 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7996127-eca9-4f3c-ac2b-4661f70cfe90 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-dc842097-8729-4a69-8b95-41b13388ecb4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dc842097-8729-4a69-8b95-41b13388ecb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc842097-8729-4a69-8b95-41b13388ecb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc842097-8729-4a69-8b95-41b13388ecb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc842097-8729-4a69-8b95-41b13388ecb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6aa0f143-1cf3-43d4-9a99-5741e34a0399 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6aa0f143-1cf3-43d4-9a99-5741e34a0399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6aa0f143-1cf3-43d4-9a99-5741e34a0399.shg-box.shg-c {
  justify-content: center;
}

#s-5ae482c6-a90f-473a-bfca-592201f56a77 {
  margin-left: auto;
margin-right: auto;
}

#s-5ae482c6-a90f-473a-bfca-592201f56a77 .shg-proportional-font-size,
#s-5ae482c6-a90f-473a-bfca-592201f56a77 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-366f772e-ce20-49e6-919d-46c20b94cf0c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-366f772e-ce20-49e6-919d-46c20b94cf0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-366f772e-ce20-49e6-919d-46c20b94cf0c.shg-box.shg-c {
  justify-content: center;
}

#s-d42bfab4-69c2-4893-b81d-20759ecd48c0 {
  margin-left: auto;
margin-right: auto;
}

#s-1efb9ab1-5ec1-4129-966a-d53b67231eee {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1efb9ab1-5ec1-4129-966a-d53b67231eee {
  text-align: center;
}
}@media (max-width: 767px){#s-1efb9ab1-5ec1-4129-966a-d53b67231eee {
  text-align: center;
}
}


.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee {
  max-width:  100%;
}

.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom,
.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee {
  max-width:  100%;
}

.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom,
.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1efb9ab1-5ec1-4129-966a-d53b67231eee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6e8a6d54-b256-4383-930a-d86784da9e4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e8a6d54-b256-4383-930a-d86784da9e4a .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-ecd54615-bee3-467e-809f-b155bcacfbf5 {
  margin-left: auto;
margin-right: auto;
}

#s-b6cfa057-3abb-4e72-8c21-60451b5d751e {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-b6cfa057-3abb-4e72-8c21-60451b5d751e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-b6cfa057-3abb-4e72-8c21-60451b5d751e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-b6cfa057-3abb-4e72-8c21-60451b5d751e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-fcb1028c-db57-4622-a6bf-56ad6ea21597 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fcb1028c-db57-4622-a6bf-56ad6ea21597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcb1028c-db57-4622-a6bf-56ad6ea21597.shg-box.shg-c {
  justify-content: center;
}

#s-0b1d54d6-bd45-4814-90da-94fe60d65739 {
  margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 3%;
padding-bottom: 7px;
padding-right: 3%;
background-color: rgba(242, 204, 143, 1);
}

#s-0b1d54d6-bd45-4814-90da-94fe60d65739 .shg-proportional-font-size,
#s-0b1d54d6-bd45-4814-90da-94fe60d65739 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-077f6074-a95d-4e28-b77a-69f33251a749 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-077f6074-a95d-4e28-b77a-69f33251a749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-077f6074-a95d-4e28-b77a-69f33251a749.shg-box.shg-c {
  justify-content: center;
}

#s-9ff13b3e-041e-4f2f-bbc5-29669c6433c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9ff13b3e-041e-4f2f-bbc5-29669c6433c9 {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ff13b3e-041e-4f2f-bbc5-29669c6433c9 {
  text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ff13b3e-041e-4f2f-bbc5-29669c6433c9 {
  text-align: left;
}
}@media (max-width: 767px){#s-9ff13b3e-041e-4f2f-bbc5-29669c6433c9 {
  text-align: left;
}
}
#s-9ff13b3e-041e-4f2f-bbc5-29669c6433c9 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-26960aa6-7811-45de-be8f-16022179a8fb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-26960aa6-7811-45de-be8f-16022179a8fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26960aa6-7811-45de-be8f-16022179a8fb.shg-box.shg-c {
  justify-content: center;
}

#s-e6407be5-58e8-4f72-8318-99d0cfcfd21f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e6407be5-58e8-4f72-8318-99d0cfcfd21f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e6407be5-58e8-4f72-8318-99d0cfcfd21f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6407be5-58e8-4f72-8318-99d0cfcfd21f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6407be5-58e8-4f72-8318-99d0cfcfd21f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-81fe7b40-9a74-4bab-93af-244d8d403765 {
  margin-left: auto;
margin-right: auto;
}

#s-81fe7b40-9a74-4bab-93af-244d8d403765 .shg-proportional-font-size,
#s-81fe7b40-9a74-4bab-93af-244d8d403765 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7927e31-5802-44bd-8bb0-ca677171f71c img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

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




.s-d7927e31-5802-44bd-8bb0-ca677171f71c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7927e31-5802-44bd-8bb0-ca677171f71c img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7927e31-5802-44bd-8bb0-ca677171f71c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7927e31-5802-44bd-8bb0-ca677171f71c img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7927e31-5802-44bd-8bb0-ca677171f71c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7927e31-5802-44bd-8bb0-ca677171f71c img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7927e31-5802-44bd-8bb0-ca677171f71c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7927e31-5802-44bd-8bb0-ca677171f71c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7927e31-5802-44bd-8bb0-ca677171f71c img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7927e31-5802-44bd-8bb0-ca677171f71c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7927e31-5802-44bd-8bb0-ca677171f71c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66 {
  margin-top: 34px;
margin-left: auto;
margin-bottom: 34px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66-root {
    text-align: center;
  }


#s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66-root {
    text-align: center;
  }


#s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66-root {
    text-align: center;
  }


#s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66-root {
    text-align: center;
  }


#s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66-root {
    text-align: center;
  }


#s-69f4aa0c-5e95-4252-abcb-a2072f8b8e66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-362d2745-8fdb-4e04-8a75-5d385bb29f3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-362d2745-8fdb-4e04-8a75-5d385bb29f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-362d2745-8fdb-4e04-8a75-5d385bb29f3e.shg-box.shg-c {
  justify-content: center;
}

#s-39868529-5feb-45dc-9efc-fa01801d5e9d {
  margin-left: auto;
margin-right: auto;
}

#s-39868529-5feb-45dc-9efc-fa01801d5e9d .shg-proportional-font-size,
#s-39868529-5feb-45dc-9efc-fa01801d5e9d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

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




.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de img.shogun-image {
  width: 100%;
  
  
  

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




.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de img.shogun-image {
  width: 100%;
  
  
  

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




.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de img.shogun-image {
  width: 100%;
  
  
  

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




.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9718adeb-1ba9-4928-97a9-41ebdd6a75de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de img.shogun-image {
  width: 100%;
  
  
  

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




.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9718adeb-1ba9-4928-97a9-41ebdd6a75de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-68b94762-e519-443d-95ae-bec45dd0cd7f {
  margin-top: 34px;
margin-left: auto;
margin-bottom: 34px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-68b94762-e519-443d-95ae-bec45dd0cd7f:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68b94762-e519-443d-95ae-bec45dd0cd7f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68b94762-e519-443d-95ae-bec45dd0cd7f-root {
    text-align: center;
  }


#s-68b94762-e519-443d-95ae-bec45dd0cd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68b94762-e519-443d-95ae-bec45dd0cd7f-root {
    text-align: center;
  }


#s-68b94762-e519-443d-95ae-bec45dd0cd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68b94762-e519-443d-95ae-bec45dd0cd7f-root {
    text-align: center;
  }


#s-68b94762-e519-443d-95ae-bec45dd0cd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68b94762-e519-443d-95ae-bec45dd0cd7f-root {
    text-align: center;
  }


#s-68b94762-e519-443d-95ae-bec45dd0cd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68b94762-e519-443d-95ae-bec45dd0cd7f-root {
    text-align: center;
  }


#s-68b94762-e519-443d-95ae-bec45dd0cd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-c8f00391-75ac-46c7-8ba2-ad812fefd703 {
  margin-left: auto;
margin-right: auto;
}

#s-c8f00391-75ac-46c7-8ba2-ad812fefd703 hr {
  border-top: 2px solid #ddd;
}

#s-c05de0f1-eb27-4597-b968-475bf36c8a51 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d763188e-ef9f-424b-8628-8ce0ed0c085a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-d763188e-ef9f-424b-8628-8ce0ed0c085a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d763188e-ef9f-424b-8628-8ce0ed0c085a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d763188e-ef9f-424b-8628-8ce0ed0c085a {
  
}
}@media (max-width: 767px){#s-d763188e-ef9f-424b-8628-8ce0ed0c085a {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-d763188e-ef9f-424b-8628-8ce0ed0c085a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-d763188e-ef9f-424b-8628-8ce0ed0c085a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-cbf2411f-3c6d-4161-a1d4-08dddbd07ab3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cbf2411f-3c6d-4161-a1d4-08dddbd07ab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbf2411f-3c6d-4161-a1d4-08dddbd07ab3.shg-box.shg-c {
  justify-content: center;
}

#s-a6725900-b4cc-4144-b1a1-0b19ad37d092 {
  margin-left: auto;
margin-right: auto;
}

#s-a6725900-b4cc-4144-b1a1-0b19ad37d092 .shg-proportional-font-size,
#s-a6725900-b4cc-4144-b1a1-0b19ad37d092 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5c0b148d-ada9-4119-b2c7-5187f990634f {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5c0b148d-ada9-4119-b2c7-5187f990634f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c0b148d-ada9-4119-b2c7-5187f990634f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c0b148d-ada9-4119-b2c7-5187f990634f {
  
}
}@media (max-width: 767px){#s-5c0b148d-ada9-4119-b2c7-5187f990634f {
  
}
}







#s-5c0b148d-ada9-4119-b2c7-5187f990634f > .shg-box-overlay {
  background-color: rgba(84, 77, 70, 1);
  opacity: 0.5;
  display: block;
}#s-5c0b148d-ada9-4119-b2c7-5187f990634f {
  cursor: pointer;
}#s-5c0b148d-ada9-4119-b2c7-5187f990634f.shg-box.shg-c {
  justify-content: center;
}

#s-1b58531d-c038-4973-b7d2-e1c353c1c5bb {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-1b58531d-c038-4973-b7d2-e1c353c1c5bb .shogun-icon-wrapper {
  text-align: center;
}


#s-1b58531d-c038-4973-b7d2-e1c353c1c5bb .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-7539fbd3-5681-4b52-bbcf-88c14aa3409e {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-7539fbd3-5681-4b52-bbcf-88c14aa3409e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7539fbd3-5681-4b52-bbcf-88c14aa3409e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7539fbd3-5681-4b52-bbcf-88c14aa3409e {
  
}
}@media (max-width: 767px){#s-7539fbd3-5681-4b52-bbcf-88c14aa3409e {
  
}
}
@media (min-width: 0px) {
[id="s-7539fbd3-5681-4b52-bbcf-88c14aa3409e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7539fbd3-5681-4b52-bbcf-88c14aa3409e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7539fbd3-5681-4b52-bbcf-88c14aa3409e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7539fbd3-5681-4b52-bbcf-88c14aa3409e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67-root {
    text-align: center;
  }


#s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67-root {
    text-align: center;
  }


#s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67-root {
    text-align: center;
  }


#s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67-root {
    text-align: center;
  }


#s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67-root {
    text-align: center;
  }


#s-10fe6ccc-7bdf-4394-bb7b-16cc2f2a9d67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-ba754d27-d620-4513-b6ea-2fe532acc87d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ba754d27-d620-4513-b6ea-2fe532acc87d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba754d27-d620-4513-b6ea-2fe532acc87d.shg-box.shg-c {
  justify-content: center;
}

#s-2c6de901-bd9a-4ff3-9fb9-0c726cfdb9af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c6de901-bd9a-4ff3-9fb9-0c726cfdb9af .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-8123c98e-252a-4551-add7-2310cdf2e7d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8123c98e-252a-4551-add7-2310cdf2e7d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8123c98e-252a-4551-add7-2310cdf2e7d5.shg-box.shg-c {
  justify-content: center;
}

#s-b1869572-523f-48b7-b762-44e2ef65bff8 {
  margin-left: auto;
margin-right: auto;
}

#s-b1869572-523f-48b7-b762-44e2ef65bff8 .shg-proportional-font-size,
#s-b1869572-523f-48b7-b762-44e2ef65bff8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-58b4d8ce-8bc0-4f9c-9c78-c1bd3cfa1ec6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-58b4d8ce-8bc0-4f9c-9c78-c1bd3cfa1ec6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-58b4d8ce-8bc0-4f9c-9c78-c1bd3cfa1ec6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58b4d8ce-8bc0-4f9c-9c78-c1bd3cfa1ec6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58b4d8ce-8bc0-4f9c-9c78-c1bd3cfa1ec6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-350b7f4e-7009-485b-af67-d7e549d90057 {
  margin-left: auto;
margin-right: auto;
}

#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e {
  max-width:  100%;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom,
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e {
  max-width:  100%;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom,
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e {
  max-width:  100%;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom,
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e {
  max-width:  100%;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom,
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e {
  max-width:  100%;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom,
.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a2b9af7-6a34-43e7-931f-ac8bf826d04e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-83f262da-3c74-476b-b9b0-b4798abb191a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83f262da-3c74-476b-b9b0-b4798abb191a .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-d9f9cb38-04c8-4843-8eb5-f9b94ea61092 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d9f9cb38-04c8-4843-8eb5-f9b94ea61092 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d9f9cb38-04c8-4843-8eb5-f9b94ea61092 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-d9f9cb38-04c8-4843-8eb5-f9b94ea61092 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-938545f7-ca47-4060-a467-0d7954237739 {
  margin-left: auto;
margin-right: auto;
}

#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 {
  max-width:  100%;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom,
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 {
  max-width:  100%;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom,
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 {
  max-width:  100%;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom,
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 {
  max-width:  100%;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom,
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 {
  max-width:  100%;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom,
.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8c79518-c150-45a5-9d11-70393d9ff1a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5cf7b943-314b-4271-a6e5-1c4a729ceba4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cf7b943-314b-4271-a6e5-1c4a729ceba4 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-a7c85215-408a-451f-a657-c905b87dc3e9 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-a7c85215-408a-451f-a657-c905b87dc3e9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-a7c85215-408a-451f-a657-c905b87dc3e9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-a7c85215-408a-451f-a657-c905b87dc3e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-a8c6e7dc-e4ba-41d7-a882-d4299b3b1ba3 {
  margin-left: auto;
margin-right: auto;
}

#s-111c1628-e880-47a0-9223-9a27b335a7ca {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca {
  max-width:  100%;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom,
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca {
  max-width:  100%;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom,
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca {
  max-width:  100%;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom,
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca {
  max-width:  100%;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom,
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca {
  max-width:  100%;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom,
.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-111c1628-e880-47a0-9223-9a27b335a7ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e00c88a1-73d1-4e44-badf-c3a919bdf684 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e00c88a1-73d1-4e44-badf-c3a919bdf684 .shg-product-title-component h3 span {
  
  
  font-family: Nunito;
  
  font-size: 14px;
  
  
  
}

#s-3bec0a51-f4d0-40eb-9e4f-a4f09e178566 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-3bec0a51-f4d0-40eb-9e4f-a4f09e178566 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3bec0a51-f4d0-40eb-9e4f-a4f09e178566 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3bec0a51-f4d0-40eb-9e4f-a4f09e178566 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-f7688131-8339-4a8b-9c86-50cee1133bb3 {
  margin-left: auto;
margin-right: auto;
}

#s-f7688131-8339-4a8b-9c86-50cee1133bb3 hr {
  border-top: 2px solid #ddd;
}

#s-b534cf94-3892-42c6-9761-83d72c211417 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b534cf94-3892-42c6-9761-83d72c211417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b534cf94-3892-42c6-9761-83d72c211417.shg-box.shg-c {
  justify-content: center;
}

#s-ec30f5cb-6f89-4027-8d0e-35ea6cea2f4a {
  margin-left: auto;
margin-right: auto;
}

#s-ec30f5cb-6f89-4027-8d0e-35ea6cea2f4a .shg-proportional-font-size,
#s-ec30f5cb-6f89-4027-8d0e-35ea6cea2f4a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-71e7ea9f-d708-46de-b9a1-840a80acd46e {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-71e7ea9f-d708-46de-b9a1-840a80acd46e .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-aa83709f-2448-4615-bc9e-334c0e7f4483 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-aa83709f-2448-4615-bc9e-334c0e7f4483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa83709f-2448-4615-bc9e-334c0e7f4483.shg-box.shg-c {
  justify-content: center;
}

#s-16865aac-867b-484a-b4ca-0c81c30465c8 {
  margin-left: auto;
margin-right: auto;
}

#s-16865aac-867b-484a-b4ca-0c81c30465c8 .shg-proportional-font-size,
#s-16865aac-867b-484a-b4ca-0c81c30465c8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7e7c111c-8b54-4252-ae17-acd3d184a46a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7e7c111c-8b54-4252-ae17-acd3d184a46a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e7c111c-8b54-4252-ae17-acd3d184a46a.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-fe904703-c73e-4457-8d24-54f3a1e2a45c {
  padding-top: 30px;
}

#s-77b1d370-af05-432d-a9ee-1c40562ddf14 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-77b1d370-af05-432d-a9ee-1c40562ddf14 {
  
}
}@media (max-width: 767px){#s-77b1d370-af05-432d-a9ee-1c40562ddf14 {
  
}
}
@media (min-width: 0px) {
[id="s-77b1d370-af05-432d-a9ee-1c40562ddf14"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-77b1d370-af05-432d-a9ee-1c40562ddf14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-77b1d370-af05-432d-a9ee-1c40562ddf14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-77b1d370-af05-432d-a9ee-1c40562ddf14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d2e8eb4-e1da-4bba-9f54-844d79afcb4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-ed6ac8c9-cc97-4bad-b82f-8f77fbd49e2c {
  max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-ed6ac8c9-cc97-4bad-b82f-8f77fbd49e2c {
  
}
}
#s-ed6ac8c9-cc97-4bad-b82f-8f77fbd49e2c {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ed6ac8c9-cc97-4bad-b82f-8f77fbd49e2c .shogun-image-content {
  
    justify-content: center;
  
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

@media (max-width: 767px){#s-1d67da70-c906-4445-995b-35efb6077f1d {
  display: none;
}
#s-1d67da70-c906-4445-995b-35efb6077f1d, #wrap-s-1d67da70-c906-4445-995b-35efb6077f1d, #wrap-content-s-1d67da70-c906-4445-995b-35efb6077f1d { display: none !important; }}
#s-34770120-88c1-4236-a1d0-7a9d877cb412 {
  max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-34770120-88c1-4236-a1d0-7a9d877cb412 {
  
}
}
#s-34770120-88c1-4236-a1d0-7a9d877cb412 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-34770120-88c1-4236-a1d0-7a9d877cb412 .shogun-image-content {
  
    justify-content: center;
  
}

#s-22be720c-a9b1-48c4-a9df-9e07fa2f0fec {
  max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-22be720c-a9b1-48c4-a9df-9e07fa2f0fec {
  
}
}
#s-22be720c-a9b1-48c4-a9df-9e07fa2f0fec {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-22be720c-a9b1-48c4-a9df-9e07fa2f0fec .shogun-image-content {
  
    justify-content: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}