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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-becfca8f-d40a-4981-8428-ec05348590fd {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-becfca8f-d40a-4981-8428-ec05348590fd {
  display: none;
}
#s-becfca8f-d40a-4981-8428-ec05348590fd, #wrap-s-becfca8f-d40a-4981-8428-ec05348590fd { display: none !important; }}@media (max-width: 767px){#s-becfca8f-d40a-4981-8428-ec05348590fd {
  display: none;
}
#s-becfca8f-d40a-4981-8428-ec05348590fd, #wrap-s-becfca8f-d40a-4981-8428-ec05348590fd { display: none !important; }}







#s-becfca8f-d40a-4981-8428-ec05348590fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-becfca8f-d40a-4981-8428-ec05348590fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e444231-f36a-40f0-afc4-5deb55626cbc {
  text-align: left;
}

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

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
  max-width: 349px;
aspect-ratio: 349/238;
text-align: center;
}
@media (min-width: 1200px){#s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
  margin-top: 50px;
}
}




  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image,
  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
    width: 100%;
    height: auto;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
    
    
  }


.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
      position: relative;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image,
  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
    width: 100%;
    height: auto;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
    
    
  }


.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
      position: relative;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image,
  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
    width: 100%;
    height: auto;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
    
    
  }


.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
      position: relative;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image,
  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
    width: 100%;
    height: auto;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
    
    
  }


.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
      position: relative;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image,
  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
    width: 100%;
    height: auto;
  }

  #s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
    
    
  }


.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container {
      position: relative;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca53a83c-a19a-4434-ba5d-93be6d4bd6d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-dc45c981-efef-499e-9bbc-00da6c5414af {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(110, 207, 246, 1);
}
@media (min-width: 1200px){#s-dc45c981-efef-499e-9bbc-00da6c5414af {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-a105d7fe-92e6-4e92-9f0e-7518eb454d59 {
  margin-top: 5px;
}
@media (min-width: 1200px){#s-a105d7fe-92e6-4e92-9f0e-7518eb454d59 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-d64c30fa-1333-4328-bba8-264a4476da9b {
  margin-top: 15px;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-3936f2e6-fbf2-4716-862c-af3904363ef1 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
padding-bottom: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(238, 62, 143, 1);
border-style: dashed;
background-color: rgba(255, 255, 255, 1);
}

#s-3936f2e6-fbf2-4716-862c-af3904363ef1 .shogun-countdown span, #s-3936f2e6-fbf2-4716-862c-af3904363ef1 .shogun-countdown label {
  color: rgba(238, 62, 143, 1);
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-7e30d6b9-704e-425d-91ee-bf59ee7a1385 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-7e30d6b9-704e-425d-91ee-bf59ee7a1385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e30d6b9-704e-425d-91ee-bf59ee7a1385"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e30d6b9-704e-425d-91ee-bf59ee7a1385"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7e30d6b9-704e-425d-91ee-bf59ee7a1385"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e30d6b9-704e-425d-91ee-bf59ee7a1385"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e30d6b9-704e-425d-91ee-bf59ee7a1385"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e30d6b9-704e-425d-91ee-bf59ee7a1385"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-d4c77433-1e66-475b-b322-2437335a856f {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image,
  #s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f {
    width: 100%;
    height: auto;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
    
    
  }


.s-d4c77433-1e66-475b-b322-2437335a856f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
  box-sizing: border-box;
}


.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d4c77433-1e66-475b-b322-2437335a856f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
      position: relative;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image,
  #s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f {
    width: 100%;
    height: auto;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
    
    
  }


.s-d4c77433-1e66-475b-b322-2437335a856f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
  box-sizing: border-box;
}


.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d4c77433-1e66-475b-b322-2437335a856f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
      position: relative;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image,
  #s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f {
    width: 100%;
    height: auto;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
    
    
  }


.s-d4c77433-1e66-475b-b322-2437335a856f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
  box-sizing: border-box;
}


.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d4c77433-1e66-475b-b322-2437335a856f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
      position: relative;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image,
  #s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f {
    width: 100%;
    height: auto;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
    
    
  }


.s-d4c77433-1e66-475b-b322-2437335a856f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
  box-sizing: border-box;
}


.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d4c77433-1e66-475b-b322-2437335a856f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
      position: relative;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image,
  #s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f {
    width: 100%;
    height: auto;
  }

  #s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
    
    
  }


.s-d4c77433-1e66-475b-b322-2437335a856f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image {
  box-sizing: border-box;
}


.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d4c77433-1e66-475b-b322-2437335a856f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d4c77433-1e66-475b-b322-2437335a856f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container {
      position: relative;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c77433-1e66-475b-b322-2437335a856f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1e3d94eb-087e-4f3f-874b-e2deca506e0b {
  margin-top: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-65bb2515-008e-4152-b93c-ecee72f922e2 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-65bb2515-008e-4152-b93c-ecee72f922e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65bb2515-008e-4152-b93c-ecee72f922e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-65bb2515-008e-4152-b93c-ecee72f922e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-65bb2515-008e-4152-b93c-ecee72f922e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-65bb2515-008e-4152-b93c-ecee72f922e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-65bb2515-008e-4152-b93c-ecee72f922e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-65bb2515-008e-4152-b93c-ecee72f922e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

#s-e5955c9f-5382-4c27-a0bb-56e162a11832 {
  margin-top: 0px;
margin-left: 0%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image,
  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
    width: 100%;
    height: auto;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
    
    
  }


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
  box-sizing: border-box;
}


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
      position: relative;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image,
  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
    width: 100%;
    height: auto;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
    
    
  }


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
  box-sizing: border-box;
}


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
      position: relative;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image,
  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
    width: 100%;
    height: auto;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
    
    
  }


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
  box-sizing: border-box;
}


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
      position: relative;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image,
  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
    width: 100%;
    height: auto;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
    
    
  }


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
  box-sizing: border-box;
}


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
      position: relative;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image,
  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
    width: 100%;
    height: auto;
  }

  #s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
    
    
  }


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image {
  box-sizing: border-box;
}


.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container {
      position: relative;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91af559c-a2ab-422f-bb1b-0883e71c5fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-89fe24b6-c601-4d99-9916-23fe136c2e4e {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-89fe24b6-c601-4d99-9916-23fe136c2e4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89fe24b6-c601-4d99-9916-23fe136c2e4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-89fe24b6-c601-4d99-9916-23fe136c2e4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-89fe24b6-c601-4d99-9916-23fe136c2e4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-89fe24b6-c601-4d99-9916-23fe136c2e4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-89fe24b6-c601-4d99-9916-23fe136c2e4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-89fe24b6-c601-4d99-9916-23fe136c2e4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image,
  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
    width: 100%;
    height: auto;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
    
    
  }


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
  box-sizing: border-box;
}


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
      position: relative;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image,
  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
    width: 100%;
    height: auto;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
    
    
  }


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
  box-sizing: border-box;
}


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
      position: relative;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image,
  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
    width: 100%;
    height: auto;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
    
    
  }


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
  box-sizing: border-box;
}


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
      position: relative;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image,
  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
    width: 100%;
    height: auto;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
    
    
  }


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
  box-sizing: border-box;
}


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
      position: relative;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image,
  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
    width: 100%;
    height: auto;
  }

  #s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
    
    
  }


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image {
  box-sizing: border-box;
}


.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-66f929d0-d7d5-42d8-b029-73ae4edebc86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container {
      position: relative;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f929d0-d7d5-42d8-b029-73ae4edebc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-79babbd2-e2e9-4fe0-a65a-e690a9b0b4e1 {
  margin-top: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 1200px;
aspect-ratio: 1400/300;
text-align: center;
}





  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image,
  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
    width: 100%;
    height: auto;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
    
    
  }


.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
      --shg-aspect-ratio: calc(1400/300); 
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
      position: relative;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image,
  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
    width: 100%;
    height: auto;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
    
    
  }


.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
      --shg-aspect-ratio: calc(1400/300); 
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
      position: relative;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image,
  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
    width: 100%;
    height: auto;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
    
    
  }


.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
      --shg-aspect-ratio: calc(1400/300); 
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
      position: relative;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image,
  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
    width: 100%;
    height: auto;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
    
    
  }


.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
      --shg-aspect-ratio: calc(1400/300); 
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
      position: relative;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image,
  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
    width: 100%;
    height: auto;
  }

  #s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
    
    
  }


.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 {
      --shg-aspect-ratio: calc(1400/300); 
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container {
      position: relative;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca600e5-414d-48ad-b8ac-e15bc3489ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c57a9e91-b5a5-4981-9fba-346555c658b1 {
  margin-top: 15px;
}

#s-57d73035-6ae5-4b1d-9f79-6352aa1ffa55 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(238, 62, 143, 1);
border-style: dashed;
background-color: rgba(255, 255, 255, 1);
}

#s-57d73035-6ae5-4b1d-9f79-6352aa1ffa55 .shogun-countdown span, #s-57d73035-6ae5-4b1d-9f79-6352aa1ffa55 .shogun-countdown label {
  color: rgba(238, 62, 143, 1);
}
#s-d026aab7-0d41-47a5-aeb9-c2dfaf66faf8 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d026aab7-0d41-47a5-aeb9-c2dfaf66faf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d026aab7-0d41-47a5-aeb9-c2dfaf66faf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d026aab7-0d41-47a5-aeb9-c2dfaf66faf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d026aab7-0d41-47a5-aeb9-c2dfaf66faf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-87a47b7f-b1cb-4748-8993-a1ebfed9663b {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

.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);
}

.shg-product-image-wrapper {
  display: none;
  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-8a26fd97-181c-403a-8ed6-be127c90f517 {
  text-align: center;
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 {
  max-width:  100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  width: 100%;
}



.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 {
  max-width:  100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  width: 100%;
}



.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 {
  max-width:  100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  width: 100%;
}



.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 {
  max-width:  100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  width: 100%;
}



.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 {
  max-width:  100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  width: 100%;
}



.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 .shg-image-zoom,
.shg-c#s-8a26fd97-181c-403a-8ed6-be127c90f517 img.shogun-image {
  aspect-ratio: 1/1;
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-2cfa6a45-d3d6-4fdb-be97-2a70cfa3ca5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cfa6a45-d3d6-4fdb-be97-2a70cfa3ca5d .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-35e2d0a1-6de4-4a0f-ad50-1658682087f5 {
  text-align: center;
}

#s-35e2d0a1-6de4-4a0f-ad50-1658682087f5 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-35e2d0a1-6de4-4a0f-ad50-1658682087f5 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-35e2d0a1-6de4-4a0f-ad50-1658682087f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-b94007cb-4977-4451-87be-07715a72846c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b94007cb-4977-4451-87be-07715a72846c-btn-wrapper {
    text-align: center;
  }


#s-b94007cb-4977-4451-87be-07715a72846c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-variant-btn:hover {
  background: #252525;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-variant-btn:active, #s-b94007cb-4977-4451-87be-07715a72846c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b94007cb-4977-4451-87be-07715a72846c .shg-variant-btn.disabled {
  background: #252525;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-2386f6c5-b264-4457-b27f-b0eb4cfd8f70 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-2386f6c5-b264-4457-b27f-b0eb4cfd8f70 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2386f6c5-b264-4457-b27f-b0eb4cfd8f70 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-2386f6c5-b264-4457-b27f-b0eb4cfd8f70 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2386f6c5-b264-4457-b27f-b0eb4cfd8f70 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2386f6c5-b264-4457-b27f-b0eb4cfd8f70 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-2386f6c5-b264-4457-b27f-b0eb4cfd8f70 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-69358b21-6359-4b3c-919b-5699760463ab {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-69358b21-6359-4b3c-919b-5699760463ab .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-69358b21-6359-4b3c-919b-5699760463ab .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-69358b21-6359-4b3c-919b-5699760463ab .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-69358b21-6359-4b3c-919b-5699760463ab .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-69358b21-6359-4b3c-919b-5699760463ab .shg-gallery-scroll-button {
  color: #FFF;
}

#s-69358b21-6359-4b3c-919b-5699760463ab .shg-gallery-dot {
  background-color: #FFF;
}

#s-6a8adffd-e7f4-4f90-87aa-247232e98b27 {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-6a8adffd-e7f4-4f90-87aa-247232e98b27 {
  padding-bottom: 2px;
}
}
#s-e3073945-d936-4d05-9d73-02ec00b9e02f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-e3073945-d936-4d05-9d73-02ec00b9e02f .shg-product-quantity-wrapper {
  display: flex;
}

#s-e3073945-d936-4d05-9d73-02ec00b9e02f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e3073945-d936-4d05-9d73-02ec00b9e02f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e3073945-d936-4d05-9d73-02ec00b9e02f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e3073945-d936-4d05-9d73-02ec00b9e02f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-8b653292-d51d-424b-bfe8-8079269bfbff {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-8b653292-d51d-424b-bfe8-8079269bfbff:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-8b653292-d51d-424b-bfe8-8079269bfbff:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-8b653292-d51d-424b-bfe8-8079269bfbff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b653292-d51d-424b-bfe8-8079269bfbff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b653292-d51d-424b-bfe8-8079269bfbff.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-8b653292-d51d-424b-bfe8-8079269bfbff.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-322ec7dd-247d-4104-b3de-ac6247c97dae {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(114, 191, 68, 1);
border-style: solid;
}

#s-98135cd9-0e3a-4177-b818-cc305dddbd68 {
  text-align: center;
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 {
  max-width:  100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  width: 100%;
}



.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 {
  max-width:  100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  width: 100%;
}



.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 {
  max-width:  100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  width: 100%;
}



.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 {
  max-width:  100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  width: 100%;
}



.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 {
  max-width:  100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  width: 100%;
}



.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 .shg-image-zoom,
.shg-c#s-98135cd9-0e3a-4177-b818-cc305dddbd68 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f2708b8b-d30b-4b40-999e-7406bcf139e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2708b8b-d30b-4b40-999e-7406bcf139e6 .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ac9c3ff2-830b-481e-88e3-bffa6e4bf739 {
  text-align: center;
}

#s-ac9c3ff2-830b-481e-88e3-bffa6e4bf739 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ac9c3ff2-830b-481e-88e3-bffa6e4bf739 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ac9c3ff2-830b-481e-88e3-bffa6e4bf739 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7bc3e882-42f1-4c62-b73b-e6b3bff34896-btn-wrapper {
    text-align: center;
  }


#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-variant-btn:hover {
  background: #252525;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-variant-btn:active, #s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7bc3e882-42f1-4c62-b73b-e6b3bff34896 .shg-variant-btn.disabled {
  background: #252525;
}

#s-cf8677b5-f89d-42fa-92b7-ba76d867e2d2 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-cf8677b5-f89d-42fa-92b7-ba76d867e2d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cf8677b5-f89d-42fa-92b7-ba76d867e2d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-cf8677b5-f89d-42fa-92b7-ba76d867e2d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-cf8677b5-f89d-42fa-92b7-ba76d867e2d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cf8677b5-f89d-42fa-92b7-ba76d867e2d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-cf8677b5-f89d-42fa-92b7-ba76d867e2d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1fdab5d5-50b9-4416-8336-0afe62c52441 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1fdab5d5-50b9-4416-8336-0afe62c52441 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-1fdab5d5-50b9-4416-8336-0afe62c52441 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1fdab5d5-50b9-4416-8336-0afe62c52441 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-1fdab5d5-50b9-4416-8336-0afe62c52441 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1fdab5d5-50b9-4416-8336-0afe62c52441 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1fdab5d5-50b9-4416-8336-0afe62c52441 .shg-gallery-dot {
  background-color: #FFF;
}

#s-3b810e4f-aa9b-4905-9bc9-8dac57510d82 {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-3b810e4f-aa9b-4905-9bc9-8dac57510d82 {
  padding-bottom: 2px;
}
}
#s-a703cde7-f32e-4bdd-8b4b-10e1c2998dfc {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-a703cde7-f32e-4bdd-8b4b-10e1c2998dfc .shg-product-quantity-wrapper {
  display: flex;
}

#s-a703cde7-f32e-4bdd-8b4b-10e1c2998dfc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a703cde7-f32e-4bdd-8b4b-10e1c2998dfc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a703cde7-f32e-4bdd-8b4b-10e1c2998dfc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a703cde7-f32e-4bdd-8b4b-10e1c2998dfc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c43e16e1-9cd5-466c-b4c4-333cee9a8c15 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-c43e16e1-9cd5-466c-b4c4-333cee9a8c15:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-c43e16e1-9cd5-466c-b4c4-333cee9a8c15:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-c43e16e1-9cd5-466c-b4c4-333cee9a8c15 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c43e16e1-9cd5-466c-b4c4-333cee9a8c15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c43e16e1-9cd5-466c-b4c4-333cee9a8c15.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-c43e16e1-9cd5-466c-b4c4-333cee9a8c15.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-bfb4a7a9-afdd-48f0-8c3d-0799f6494417 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(238, 62, 143, 1);
border-style: solid;
}

#s-021e5eb5-9aca-436f-9b85-96df09e85c09 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(238, 62, 143, 1);
}

#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 {
  text-align: center;
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 {
  max-width:  100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  width: 100%;
}



.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 {
  max-width:  100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  width: 100%;
}



.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 {
  max-width:  100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  width: 100%;
}



.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 {
  max-width:  100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  width: 100%;
}



.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 {
  max-width:  100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  width: 100%;
}



.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 .shg-image-zoom,
.shg-c#s-66cecc95-f50e-4d57-9214-d76bdb8fee78 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-eae15d14-5ebb-4990-8a1d-c088b456212a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eae15d14-5ebb-4990-8a1d-c088b456212a .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-abde7da4-3e06-4c11-ac84-0dfa56dee475 {
  text-align: center;
}

#s-abde7da4-3e06-4c11-ac84-0dfa56dee475 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-abde7da4-3e06-4c11-ac84-0dfa56dee475 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-abde7da4-3e06-4c11-ac84-0dfa56dee475 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6-btn-wrapper {
    text-align: center;
  }


#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-variant-btn:hover {
  background: #252525;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-variant-btn:active, #s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-edbf8abe-0276-4e9c-ba3b-6807f79b79d6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-73bcd379-2441-4b5c-a57a-88d2cbe91704 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-73bcd379-2441-4b5c-a57a-88d2cbe91704 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-73bcd379-2441-4b5c-a57a-88d2cbe91704 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-73bcd379-2441-4b5c-a57a-88d2cbe91704 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-73bcd379-2441-4b5c-a57a-88d2cbe91704 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-73bcd379-2441-4b5c-a57a-88d2cbe91704 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-73bcd379-2441-4b5c-a57a-88d2cbe91704 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-493d6d8b-05fc-443c-87c4-44626d615d17 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-493d6d8b-05fc-443c-87c4-44626d615d17 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-493d6d8b-05fc-443c-87c4-44626d615d17 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-493d6d8b-05fc-443c-87c4-44626d615d17 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-493d6d8b-05fc-443c-87c4-44626d615d17 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-493d6d8b-05fc-443c-87c4-44626d615d17 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-493d6d8b-05fc-443c-87c4-44626d615d17 .shg-gallery-dot {
  background-color: #FFF;
}

#s-de57c843-544f-4606-95fe-33ebd2c5bdd9 {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-de57c843-544f-4606-95fe-33ebd2c5bdd9 {
  padding-bottom: 2px;
}
}
#s-f1eb6feb-cfc5-4099-853e-1bd9d97cd2fa {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-f1eb6feb-cfc5-4099-853e-1bd9d97cd2fa .shg-product-quantity-wrapper {
  display: flex;
}

#s-f1eb6feb-cfc5-4099-853e-1bd9d97cd2fa .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f1eb6feb-cfc5-4099-853e-1bd9d97cd2fa .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f1eb6feb-cfc5-4099-853e-1bd9d97cd2fa .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f1eb6feb-cfc5-4099-853e-1bd9d97cd2fa .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b3334651-3d99-4b5a-8809-5cb0552b9b15 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-b3334651-3d99-4b5a-8809-5cb0552b9b15:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-b3334651-3d99-4b5a-8809-5cb0552b9b15:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-b3334651-3d99-4b5a-8809-5cb0552b9b15 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3334651-3d99-4b5a-8809-5cb0552b9b15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3334651-3d99-4b5a-8809-5cb0552b9b15.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-b3334651-3d99-4b5a-8809-5cb0552b9b15.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-5068e04f-7926-4d51-83a5-7a6b1b1b9e17 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5068e04f-7926-4d51-83a5-7a6b1b1b9e17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5068e04f-7926-4d51-83a5-7a6b1b1b9e17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5068e04f-7926-4d51-83a5-7a6b1b1b9e17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5068e04f-7926-4d51-83a5-7a6b1b1b9e17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-637e176e-1174-461b-9e15-736c1729b5d4 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image,
  #s-637e176e-1174-461b-9e15-736c1729b5d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 {
    width: 100%;
    height: auto;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
    
    
  }


.s-637e176e-1174-461b-9e15-736c1729b5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-637e176e-1174-461b-9e15-736c1729b5d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
      position: relative;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image,
  #s-637e176e-1174-461b-9e15-736c1729b5d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 {
    width: 100%;
    height: auto;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
    
    
  }


.s-637e176e-1174-461b-9e15-736c1729b5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-637e176e-1174-461b-9e15-736c1729b5d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
      position: relative;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image,
  #s-637e176e-1174-461b-9e15-736c1729b5d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 {
    width: 100%;
    height: auto;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
    
    
  }


.s-637e176e-1174-461b-9e15-736c1729b5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-637e176e-1174-461b-9e15-736c1729b5d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
      position: relative;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image,
  #s-637e176e-1174-461b-9e15-736c1729b5d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 {
    width: 100%;
    height: auto;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
    
    
  }


.s-637e176e-1174-461b-9e15-736c1729b5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-637e176e-1174-461b-9e15-736c1729b5d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
      position: relative;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image,
  #s-637e176e-1174-461b-9e15-736c1729b5d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 {
    width: 100%;
    height: auto;
  }

  #s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
    
    
  }


.s-637e176e-1174-461b-9e15-736c1729b5d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-637e176e-1174-461b-9e15-736c1729b5d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container {
      position: relative;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-637e176e-1174-461b-9e15-736c1729b5d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image,
  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
    width: 100%;
    height: auto;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
    
    
  }


.s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
      position: relative;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image,
  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
    width: 100%;
    height: auto;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
    
    
  }


.s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
      position: relative;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image,
  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
    width: 100%;
    height: auto;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
    
    
  }


.s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
      position: relative;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image,
  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
    width: 100%;
    height: auto;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
    
    
  }


.s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
      position: relative;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image,
  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
    width: 100%;
    height: auto;
  }

  #s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
    
    
  }


.s-19f59916-3652-4c5b-9d9b-e32febeea8c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container {
      position: relative;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f59916-3652-4c5b-9d9b-e32febeea8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-f99cb6d3-5b02-4dc5-92ca-4dc202018010"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f99cb6d3-5b02-4dc5-92ca-4dc202018010"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f99cb6d3-5b02-4dc5-92ca-4dc202018010"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f99cb6d3-5b02-4dc5-92ca-4dc202018010"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image,
  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
    width: 100%;
    height: auto;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
    
    
  }


.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
      position: relative;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image,
  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
    width: 100%;
    height: auto;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
    
    
  }


.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
      position: relative;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image,
  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
    width: 100%;
    height: auto;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
    
    
  }


.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
      position: relative;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image,
  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
    width: 100%;
    height: auto;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
    
    
  }


.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
      position: relative;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image,
  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
    width: 100%;
    height: auto;
  }

  #s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
    
    
  }


.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container {
      position: relative;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78dbf017-a4e0-4ca1-88c8-6aa23884d3b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3f171236-ec06-4005-acc6-aae69e46ab17 {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image,
  #s-3f171236-ec06-4005-acc6-aae69e46ab17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 {
    width: 100%;
    height: auto;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
    
    
  }


.s-3f171236-ec06-4005-acc6-aae69e46ab17 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f171236-ec06-4005-acc6-aae69e46ab17 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
      position: relative;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image,
  #s-3f171236-ec06-4005-acc6-aae69e46ab17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 {
    width: 100%;
    height: auto;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
    
    
  }


.s-3f171236-ec06-4005-acc6-aae69e46ab17 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f171236-ec06-4005-acc6-aae69e46ab17 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
      position: relative;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image,
  #s-3f171236-ec06-4005-acc6-aae69e46ab17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 {
    width: 100%;
    height: auto;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
    
    
  }


.s-3f171236-ec06-4005-acc6-aae69e46ab17 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f171236-ec06-4005-acc6-aae69e46ab17 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
      position: relative;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image,
  #s-3f171236-ec06-4005-acc6-aae69e46ab17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 {
    width: 100%;
    height: auto;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
    
    
  }


.s-3f171236-ec06-4005-acc6-aae69e46ab17 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f171236-ec06-4005-acc6-aae69e46ab17 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
      position: relative;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image,
  #s-3f171236-ec06-4005-acc6-aae69e46ab17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 {
    width: 100%;
    height: auto;
  }

  #s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
    
    
  }


.s-3f171236-ec06-4005-acc6-aae69e46ab17 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f171236-ec06-4005-acc6-aae69e46ab17 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container {
      position: relative;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f171236-ec06-4005-acc6-aae69e46ab17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image,
  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
    width: 100%;
    height: auto;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
    
    
  }


.s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
      position: relative;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image,
  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
    width: 100%;
    height: auto;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
    
    
  }


.s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
      position: relative;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image,
  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
    width: 100%;
    height: auto;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
    
    
  }


.s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
      position: relative;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image,
  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
    width: 100%;
    height: auto;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
    
    
  }


.s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
      position: relative;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image,
  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
    width: 100%;
    height: auto;
  }

  #s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
    
    
  }


.s-6c7623ff-535e-4eab-9543-4e1fadf06715 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container {
      position: relative;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c7623ff-535e-4eab-9543-4e1fadf06715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image,
  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
    width: 100%;
    height: auto;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
    
    
  }


.s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shogun-image-content {
  
    align-items: center;
  
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
      position: relative;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image,
  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
    width: 100%;
    height: auto;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
    
    
  }


.s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shogun-image-content {
  
    align-items: center;
  
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
      position: relative;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image,
  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
    width: 100%;
    height: auto;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
    
    
  }


.s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shogun-image-content {
  
    align-items: center;
  
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
      position: relative;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image,
  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
    width: 100%;
    height: auto;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
    
    
  }


.s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shogun-image-content {
  
    align-items: center;
  
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
      position: relative;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image,
  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
    width: 100%;
    height: auto;
  }

  #s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
    
    
  }


.s-775287e6-0a5a-43bc-ab0a-5c501010ab32 .shogun-image-content {
  
    align-items: center;
  
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container {
      position: relative;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-775287e6-0a5a-43bc-ab0a-5c501010ab32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image,
  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
    width: 100%;
    height: auto;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
    
    
  }


.s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
      position: relative;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image,
  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
    width: 100%;
    height: auto;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
    
    
  }


.s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
      position: relative;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image,
  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
    width: 100%;
    height: auto;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
    
    
  }


.s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
      position: relative;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image,
  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
    width: 100%;
    height: auto;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
    
    
  }


.s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
      position: relative;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image,
  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
    width: 100%;
    height: auto;
  }

  #s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
    
    
  }


.s-238e75f8-b26c-4e15-9857-f9bf81186a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container {
      position: relative;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238e75f8-b26c-4e15-9857-f9bf81186a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-98d37072-f556-4ca8-be89-e46f465bf365 {
  margin-top: 15px;
}

#s-8cb86373-d4ac-4725-96e2-d5ee47afe34b {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(238, 62, 143, 1);
border-style: dashed;
background-color: rgba(255, 255, 255, 1);
}

#s-8cb86373-d4ac-4725-96e2-d5ee47afe34b .shogun-countdown span, #s-8cb86373-d4ac-4725-96e2-d5ee47afe34b .shogun-countdown label {
  color: rgba(238, 62, 143, 1);
}
#s-f2861da1-27f2-4f4a-828e-2cd700f841ee {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f2861da1-27f2-4f4a-828e-2cd700f841ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2861da1-27f2-4f4a-828e-2cd700f841ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f2861da1-27f2-4f4a-828e-2cd700f841ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f2861da1-27f2-4f4a-828e-2cd700f841ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9cb86179-3d27-49ea-b2dd-9f430351d187 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-891efd77-5287-49f2-8589-c76a5ede798c {
  text-align: center;
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c {
  max-width:  100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  width: 100%;
}



.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c {
  max-width:  100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  width: 100%;
}



.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c {
  max-width:  100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  width: 100%;
}



.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c {
  max-width:  100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  width: 100%;
}



.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c {
  max-width:  100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  width: 100%;
}



.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c .shg-image-zoom,
.shg-c#s-891efd77-5287-49f2-8589-c76a5ede798c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-7aa9b7a6-bb78-4a65-8d78-7a065d6b0588 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7aa9b7a6-bb78-4a65-8d78-7a065d6b0588 .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2154a1c0-41b1-4425-9c4e-e277e6c07f66 {
  text-align: center;
}

#s-2154a1c0-41b1-4425-9c4e-e277e6c07f66 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2154a1c0-41b1-4425-9c4e-e277e6c07f66 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2154a1c0-41b1-4425-9c4e-e277e6c07f66 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-31463263-ee91-4c98-afc3-875682f637b0-btn-wrapper {
    text-align: center;
  }


#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-variant-btn:hover {
  background: #252525;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-variant-btn:active, #s-31463263-ee91-4c98-afc3-875682f637b0 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-31463263-ee91-4c98-afc3-875682f637b0 .shg-variant-btn.disabled {
  background: #252525;
}

#s-61b1bb9f-0104-48d0-b64a-612fc592c52b {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-61b1bb9f-0104-48d0-b64a-612fc592c52b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-61b1bb9f-0104-48d0-b64a-612fc592c52b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-61b1bb9f-0104-48d0-b64a-612fc592c52b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-61b1bb9f-0104-48d0-b64a-612fc592c52b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-61b1bb9f-0104-48d0-b64a-612fc592c52b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-61b1bb9f-0104-48d0-b64a-612fc592c52b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ea736c44-0ebb-4fdd-9c5c-cf79bdca5a00 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ea736c44-0ebb-4fdd-9c5c-cf79bdca5a00 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-ea736c44-0ebb-4fdd-9c5c-cf79bdca5a00 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ea736c44-0ebb-4fdd-9c5c-cf79bdca5a00 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ea736c44-0ebb-4fdd-9c5c-cf79bdca5a00 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ea736c44-0ebb-4fdd-9c5c-cf79bdca5a00 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ea736c44-0ebb-4fdd-9c5c-cf79bdca5a00 .shg-gallery-dot {
  background-color: #FFF;
}

#s-faeaeb42-5095-493f-b205-a0ba66550a06 {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-faeaeb42-5095-493f-b205-a0ba66550a06 {
  padding-bottom: 2px;
}
}
#s-0986a24b-1493-4866-aa9a-bc4ba0153bc0 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-0986a24b-1493-4866-aa9a-bc4ba0153bc0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0986a24b-1493-4866-aa9a-bc4ba0153bc0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0986a24b-1493-4866-aa9a-bc4ba0153bc0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0986a24b-1493-4866-aa9a-bc4ba0153bc0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0986a24b-1493-4866-aa9a-bc4ba0153bc0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0a4f408a-dc85-4faa-8f56-8faa1e2275ab {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-0a4f408a-dc85-4faa-8f56-8faa1e2275ab:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-0a4f408a-dc85-4faa-8f56-8faa1e2275ab:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-0a4f408a-dc85-4faa-8f56-8faa1e2275ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a4f408a-dc85-4faa-8f56-8faa1e2275ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a4f408a-dc85-4faa-8f56-8faa1e2275ab.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-0a4f408a-dc85-4faa-8f56-8faa1e2275ab.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-72f9bf9d-e263-4ee0-8972-753e32424747 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(114, 191, 68, 1);
border-style: solid;
}

#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf {
  text-align: center;
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf {
  max-width:  100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  width: 100%;
}



.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf {
  max-width:  100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  width: 100%;
}



.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf {
  max-width:  100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  width: 100%;
}



.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf {
  max-width:  100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  width: 100%;
}



.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf {
  max-width:  100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  width: 100%;
}



.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf .shg-image-zoom,
.shg-c#s-cc43c492-63de-4c3b-ac1f-f67edfba59bf img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ff6f9117-9a10-474c-bdd5-4ff1dedada62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff6f9117-9a10-474c-bdd5-4ff1dedada62 .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-173e5514-6648-481a-89fa-926dc49da2e5 {
  text-align: center;
}

#s-173e5514-6648-481a-89fa-926dc49da2e5 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-173e5514-6648-481a-89fa-926dc49da2e5 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-173e5514-6648-481a-89fa-926dc49da2e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c5d107a2-52db-490f-8513-05c047a4a0ed-btn-wrapper {
    text-align: center;
  }


#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-variant-btn:hover {
  background: #252525;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-variant-btn:active, #s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c5d107a2-52db-490f-8513-05c047a4a0ed .shg-variant-btn.disabled {
  background: #252525;
}

#s-246b6ef6-625c-4cfe-ae1e-eeb62c61e32c {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-246b6ef6-625c-4cfe-ae1e-eeb62c61e32c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-246b6ef6-625c-4cfe-ae1e-eeb62c61e32c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-246b6ef6-625c-4cfe-ae1e-eeb62c61e32c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-246b6ef6-625c-4cfe-ae1e-eeb62c61e32c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-246b6ef6-625c-4cfe-ae1e-eeb62c61e32c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-246b6ef6-625c-4cfe-ae1e-eeb62c61e32c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cb842b16-30bd-40d5-acbb-b290b2e38930 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cb842b16-30bd-40d5-acbb-b290b2e38930 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-cb842b16-30bd-40d5-acbb-b290b2e38930 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-cb842b16-30bd-40d5-acbb-b290b2e38930 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-cb842b16-30bd-40d5-acbb-b290b2e38930 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-cb842b16-30bd-40d5-acbb-b290b2e38930 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-cb842b16-30bd-40d5-acbb-b290b2e38930 .shg-gallery-dot {
  background-color: #FFF;
}

#s-452e8029-608e-4acc-b285-72bffb6daca3 {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-452e8029-608e-4acc-b285-72bffb6daca3 {
  padding-bottom: 2px;
}
}
#s-27dab40d-98de-4e98-a8fc-cac83332af82 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-27dab40d-98de-4e98-a8fc-cac83332af82 .shg-product-quantity-wrapper {
  display: flex;
}

#s-27dab40d-98de-4e98-a8fc-cac83332af82 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-27dab40d-98de-4e98-a8fc-cac83332af82 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-27dab40d-98de-4e98-a8fc-cac83332af82 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-27dab40d-98de-4e98-a8fc-cac83332af82 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6d0ea7cc-b990-4aca-829e-6dd61fee9cae {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-6d0ea7cc-b990-4aca-829e-6dd61fee9cae:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-6d0ea7cc-b990-4aca-829e-6dd61fee9cae:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-6d0ea7cc-b990-4aca-829e-6dd61fee9cae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d0ea7cc-b990-4aca-829e-6dd61fee9cae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d0ea7cc-b990-4aca-829e-6dd61fee9cae.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-6d0ea7cc-b990-4aca-829e-6dd61fee9cae.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-8fc432b6-49df-49d9-819f-2a5fa8bc3751 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(238, 62, 143, 1);
border-style: solid;
}

#s-c8a74a6c-acce-42fb-956d-ab5ba6d0b02d {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(238, 62, 143, 1);
}

#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 {
  text-align: center;
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 {
  max-width:  100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  width: 100%;
}



.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 {
  max-width:  100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  width: 100%;
}



.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 {
  max-width:  100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  width: 100%;
}



.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 {
  max-width:  100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  width: 100%;
}



.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 {
  max-width:  100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  width: 100%;
}



.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 .shg-image-zoom,
.shg-c#s-1cfb6eea-4c7f-45f1-92b1-fbb4bf4a1e43 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-a16c86e9-6646-4b92-97db-fa55cd78a5e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a16c86e9-6646-4b92-97db-fa55cd78a5e0 .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b817b351-da59-4884-b19c-a6923b205da0 {
  text-align: center;
}

#s-b817b351-da59-4884-b19c-a6923b205da0 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b817b351-da59-4884-b19c-a6923b205da0 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b817b351-da59-4884-b19c-a6923b205da0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-93a6daef-ab43-4a36-afc1-596de0f91314-btn-wrapper {
    text-align: center;
  }


#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-variant-btn:hover {
  background: #252525;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-variant-btn:active, #s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-93a6daef-ab43-4a36-afc1-596de0f91314 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d376cc43-5fa7-4f57-aaa0-ded846b24bcb {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d376cc43-5fa7-4f57-aaa0-ded846b24bcb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d376cc43-5fa7-4f57-aaa0-ded846b24bcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-d376cc43-5fa7-4f57-aaa0-ded846b24bcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d376cc43-5fa7-4f57-aaa0-ded846b24bcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d376cc43-5fa7-4f57-aaa0-ded846b24bcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-d376cc43-5fa7-4f57-aaa0-ded846b24bcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bfe70bfa-ad6a-4a65-8b4b-da9a814cd812 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bfe70bfa-ad6a-4a65-8b4b-da9a814cd812 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-bfe70bfa-ad6a-4a65-8b4b-da9a814cd812 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-bfe70bfa-ad6a-4a65-8b4b-da9a814cd812 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-bfe70bfa-ad6a-4a65-8b4b-da9a814cd812 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-bfe70bfa-ad6a-4a65-8b4b-da9a814cd812 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-bfe70bfa-ad6a-4a65-8b4b-da9a814cd812 .shg-gallery-dot {
  background-color: #FFF;
}

#s-d4c2cf5f-2840-4a4a-86df-98bdd4bb798d {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-d4c2cf5f-2840-4a4a-86df-98bdd4bb798d {
  padding-bottom: 2px;
}
}
#s-4db4482b-bb5b-4bf6-875b-dff419286526 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-4db4482b-bb5b-4bf6-875b-dff419286526 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4db4482b-bb5b-4bf6-875b-dff419286526 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4db4482b-bb5b-4bf6-875b-dff419286526 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4db4482b-bb5b-4bf6-875b-dff419286526 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4db4482b-bb5b-4bf6-875b-dff419286526 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e59e1380-6046-4866-b194-531bd9700906 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-e59e1380-6046-4866-b194-531bd9700906:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-e59e1380-6046-4866-b194-531bd9700906:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-e59e1380-6046-4866-b194-531bd9700906 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e59e1380-6046-4866-b194-531bd9700906.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e59e1380-6046-4866-b194-531bd9700906.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e59e1380-6046-4866-b194-531bd9700906.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-9d5866b9-e726-4e7e-8483-6fd9d5ddaa22 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9d5866b9-e726-4e7e-8483-6fd9d5ddaa22 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9d5866b9-e726-4e7e-8483-6fd9d5ddaa22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 10px;
}

#s-9d5866b9-e726-4e7e-8483-6fd9d5ddaa22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9d5866b9-e726-4e7e-8483-6fd9d5ddaa22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9d5866b9-e726-4e7e-8483-6fd9d5ddaa22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 22px;
}

#s-9d5866b9-e726-4e7e-8483-6fd9d5ddaa22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-15f4c863-790d-469e-b460-408506adbc8c {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-15f4c863-790d-469e-b460-408506adbc8c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-15f4c863-790d-469e-b460-408506adbc8c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-15f4c863-790d-469e-b460-408506adbc8c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-15f4c863-790d-469e-b460-408506adbc8c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-15f4c863-790d-469e-b460-408506adbc8c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-15f4c863-790d-469e-b460-408506adbc8c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-447955a5-7fd9-4eca-9c89-ba985968d2f0 {
  margin-left: 1%;
margin-right: 1%;
}

#s-107eab01-7b4d-420b-9153-258d07d62bb5 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-107eab01-7b4d-420b-9153-258d07d62bb5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-107eab01-7b4d-420b-9153-258d07d62bb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-107eab01-7b4d-420b-9153-258d07d62bb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-107eab01-7b4d-420b-9153-258d07d62bb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-107eab01-7b4d-420b-9153-258d07d62bb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-107eab01-7b4d-420b-9153-258d07d62bb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2597706a-d430-4e21-bc2c-1a3a022dd385 {
  margin-left: 1%;
margin-right: 1%;
}

#s-a63833dd-000f-4457-9a78-c8f5a976dc1f {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-a63833dd-000f-4457-9a78-c8f5a976dc1f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-a63833dd-000f-4457-9a78-c8f5a976dc1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-a63833dd-000f-4457-9a78-c8f5a976dc1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-a63833dd-000f-4457-9a78-c8f5a976dc1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-a63833dd-000f-4457-9a78-c8f5a976dc1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-a63833dd-000f-4457-9a78-c8f5a976dc1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0a38eab0-2817-4b86-b291-2094f897ab17 {
  margin-left: 1%;
margin-right: 1%;
}

#s-e306dffe-b411-43d0-a4a9-fabc9977bedf {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-e306dffe-b411-43d0-a4a9-fabc9977bedf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-e306dffe-b411-43d0-a4a9-fabc9977bedf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-e306dffe-b411-43d0-a4a9-fabc9977bedf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-e306dffe-b411-43d0-a4a9-fabc9977bedf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-e306dffe-b411-43d0-a4a9-fabc9977bedf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-e306dffe-b411-43d0-a4a9-fabc9977bedf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-836f42f7-aaa0-4d53-bce5-f3e268a9fe99 {
  margin-left: 1%;
margin-right: 1%;
}

#s-fc818160-ba43-45ea-a40a-584577a4da8f {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-fc818160-ba43-45ea-a40a-584577a4da8f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-fc818160-ba43-45ea-a40a-584577a4da8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-fc818160-ba43-45ea-a40a-584577a4da8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-fc818160-ba43-45ea-a40a-584577a4da8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-fc818160-ba43-45ea-a40a-584577a4da8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-fc818160-ba43-45ea-a40a-584577a4da8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2ab26edf-3e40-4c6a-aa8d-ffcaaf0ce79c {
  margin-left: 1%;
margin-right: 1%;
}

#s-675a2859-61f3-419e-81ea-f319a51f8a28 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-675a2859-61f3-419e-81ea-f319a51f8a28 {
  display: none;
}
#s-675a2859-61f3-419e-81ea-f319a51f8a28, #wrap-s-675a2859-61f3-419e-81ea-f319a51f8a28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-675a2859-61f3-419e-81ea-f319a51f8a28 {
  display: none;
}
#s-675a2859-61f3-419e-81ea-f319a51f8a28, #wrap-s-675a2859-61f3-419e-81ea-f319a51f8a28 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-675a2859-61f3-419e-81ea-f319a51f8a28 {
  display: unset;
}
#s-675a2859-61f3-419e-81ea-f319a51f8a28, #wrap-s-675a2859-61f3-419e-81ea-f319a51f8a28 { display: unset !important; }}@media (max-width: 767px){#s-675a2859-61f3-419e-81ea-f319a51f8a28 {
  display: unset;
}
#s-675a2859-61f3-419e-81ea-f319a51f8a28, #wrap-s-675a2859-61f3-419e-81ea-f319a51f8a28 { display: unset !important; }}







#s-675a2859-61f3-419e-81ea-f319a51f8a28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-675a2859-61f3-419e-81ea-f319a51f8a28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c661250-db66-47e3-931f-14627714c25f {
  text-align: left;
}

#s-92bc9630-9989-4dde-9be5-7512d7000fbd {
  margin-left: 5%;
margin-right: 5%;
max-width: 200px;
aspect-ratio: 349/238;
text-align: center;
}
@media (min-width: 1200px){#s-92bc9630-9989-4dde-9be5-7512d7000fbd {
  margin-top: 50px;
}
}




  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image,
  #s-92bc9630-9989-4dde-9be5-7512d7000fbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd {
    width: 100%;
    height: auto;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
    
    
  }


.s-92bc9630-9989-4dde-9be5-7512d7000fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bc9630-9989-4dde-9be5-7512d7000fbd {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
      position: relative;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image,
  #s-92bc9630-9989-4dde-9be5-7512d7000fbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd {
    width: 100%;
    height: auto;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
    
    
  }


.s-92bc9630-9989-4dde-9be5-7512d7000fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bc9630-9989-4dde-9be5-7512d7000fbd {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
      position: relative;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image,
  #s-92bc9630-9989-4dde-9be5-7512d7000fbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd {
    width: 100%;
    height: auto;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
    
    
  }


.s-92bc9630-9989-4dde-9be5-7512d7000fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bc9630-9989-4dde-9be5-7512d7000fbd {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
      position: relative;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image,
  #s-92bc9630-9989-4dde-9be5-7512d7000fbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd {
    width: 100%;
    height: auto;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
    
    
  }


.s-92bc9630-9989-4dde-9be5-7512d7000fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bc9630-9989-4dde-9be5-7512d7000fbd {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
      position: relative;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image,
  #s-92bc9630-9989-4dde-9be5-7512d7000fbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd {
    width: 100%;
    height: auto;
  }

  #s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
    
    
  }


.s-92bc9630-9989-4dde-9be5-7512d7000fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bc9630-9989-4dde-9be5-7512d7000fbd {
      --shg-aspect-ratio: calc(349/238); 
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container {
      position: relative;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bc9630-9989-4dde-9be5-7512d7000fbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7beca656-233b-4140-9cf7-e84c2574094f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
background-color: rgba(110, 207, 246, 1);
}

#s-e83184fd-2289-4464-86a9-d7e3726adce7 {
  margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e83184fd-2289-4464-86a9-d7e3726adce7 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-d563be62-d444-4c0e-89b1-de34e4f1f366 {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
}

#s-9b1e2669-7e72-4c00-ac8a-31496289304e {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-bottom: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(238, 62, 143, 1);
border-style: dashed;
background-color: rgba(255, 255, 255, 1);
}

#s-9b1e2669-7e72-4c00-ac8a-31496289304e .shogun-countdown span, #s-9b1e2669-7e72-4c00-ac8a-31496289304e .shogun-countdown label {
  color: rgba(238, 62, 143, 1);
}
#s-63bf4989-3571-4f3d-a3f6-9b8efbbb4f59 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-63bf4989-3571-4f3d-a3f6-9b8efbbb4f59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63bf4989-3571-4f3d-a3f6-9b8efbbb4f59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-63bf4989-3571-4f3d-a3f6-9b8efbbb4f59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-63bf4989-3571-4f3d-a3f6-9b8efbbb4f59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-63bf4989-3571-4f3d-a3f6-9b8efbbb4f59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-63bf4989-3571-4f3d-a3f6-9b8efbbb4f59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-63bf4989-3571-4f3d-a3f6-9b8efbbb4f59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image,
  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
    width: 100%;
    height: auto;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
    
    
  }


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
  box-sizing: border-box;
}


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
      position: relative;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image,
  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
    width: 100%;
    height: auto;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
    
    
  }


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
  box-sizing: border-box;
}


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
      position: relative;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image,
  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
    width: 100%;
    height: auto;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
    
    
  }


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
  box-sizing: border-box;
}


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
      position: relative;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image,
  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
    width: 100%;
    height: auto;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
    
    
  }


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
  box-sizing: border-box;
}


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
      position: relative;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image,
  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
    width: 100%;
    height: auto;
  }

  #s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
    
    
  }


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image {
  box-sizing: border-box;
}


.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container {
      position: relative;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf8b4e5-bb53-4d3b-9a67-7371fd430d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c297f625-06cf-49a7-8688-fe93da361328 {
  margin-top: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-c1a6b505-ad5d-414a-acfd-96e8bdfb4da8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dad2316e-e422-4d51-924e-2cf13314716a {
  margin-top: 0px;
margin-left: 0%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image,
  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
    width: 100%;
    height: auto;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
    
    
  }


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shogun-image-content {
  
    align-items: center;
  
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
  box-sizing: border-box;
}


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
      position: relative;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image,
  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
    width: 100%;
    height: auto;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
    
    
  }


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shogun-image-content {
  
    align-items: center;
  
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
  box-sizing: border-box;
}


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
      position: relative;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image,
  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
    width: 100%;
    height: auto;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
    
    
  }


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shogun-image-content {
  
    align-items: center;
  
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
  box-sizing: border-box;
}


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
      position: relative;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image,
  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
    width: 100%;
    height: auto;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
    
    
  }


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shogun-image-content {
  
    align-items: center;
  
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
  box-sizing: border-box;
}


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
      position: relative;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image,
  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
    width: 100%;
    height: auto;
  }

  #s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
    
    
  }


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shogun-image-content {
  
    align-items: center;
  
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image {
  box-sizing: border-box;
}


.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container {
      position: relative;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efd2aef-e8a7-47d9-b581-dc9af27ec161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0a4f1dab-48b2-453f-a434-2aaf5083e901 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0a4f1dab-48b2-453f-a434-2aaf5083e901"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a4f1dab-48b2-453f-a434-2aaf5083e901"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0a4f1dab-48b2-453f-a434-2aaf5083e901"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0a4f1dab-48b2-453f-a434-2aaf5083e901"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0a4f1dab-48b2-453f-a434-2aaf5083e901"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0a4f1dab-48b2-453f-a434-2aaf5083e901"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0a4f1dab-48b2-453f-a434-2aaf5083e901"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-44858f1e-ff38-45fd-b2de-15150c679b90 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image,
  #s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 {
    width: 100%;
    height: auto;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
    
    
  }


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
  box-sizing: border-box;
}


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-44858f1e-ff38-45fd-b2de-15150c679b90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
      position: relative;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image,
  #s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 {
    width: 100%;
    height: auto;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
    
    
  }


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
  box-sizing: border-box;
}


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-44858f1e-ff38-45fd-b2de-15150c679b90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
      position: relative;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image,
  #s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 {
    width: 100%;
    height: auto;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
    
    
  }


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
  box-sizing: border-box;
}


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-44858f1e-ff38-45fd-b2de-15150c679b90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
      position: relative;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image,
  #s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 {
    width: 100%;
    height: auto;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
    
    
  }


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
  box-sizing: border-box;
}


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-44858f1e-ff38-45fd-b2de-15150c679b90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
      position: relative;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image,
  #s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 {
    width: 100%;
    height: auto;
  }

  #s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
    
    
  }


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image {
  box-sizing: border-box;
}


.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-44858f1e-ff38-45fd-b2de-15150c679b90 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-44858f1e-ff38-45fd-b2de-15150c679b90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container {
      position: relative;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44858f1e-ff38-45fd-b2de-15150c679b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ff103bcb-cb07-4ef7-9335-f7635bae9c73 {
  margin-top: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
max-width: 600px;
aspect-ratio: 1400/800;
text-align: center;
}





  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image,
  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
    width: 100%;
    height: auto;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
    
    
  }


.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shogun-image-content {
  
    align-items: center;
  
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
      --shg-aspect-ratio: calc(1400/800); 
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
      position: relative;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image,
  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
    width: 100%;
    height: auto;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
    
    
  }


.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shogun-image-content {
  
    align-items: center;
  
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
      --shg-aspect-ratio: calc(1400/800); 
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
      position: relative;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image,
  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
    width: 100%;
    height: auto;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
    
    
  }


.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shogun-image-content {
  
    align-items: center;
  
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
      --shg-aspect-ratio: calc(1400/800); 
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
      position: relative;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image,
  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
    width: 100%;
    height: auto;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
    
    
  }


.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shogun-image-content {
  
    align-items: center;
  
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
      --shg-aspect-ratio: calc(1400/800); 
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
      position: relative;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image,
  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
    width: 100%;
    height: auto;
  }

  #s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
    
    
  }


.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d .shogun-image-content {
  
    align-items: center;
  
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d {
      --shg-aspect-ratio: calc(1400/800); 
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container {
      position: relative;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3d78448-8fc0-4f36-8546-3d518a72bf6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f8f9573b-1c17-4649-8720-584b3b2fb115 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ef93aa6f-3bcf-4933-9399-f8e0a7666a3f {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
}

#s-53eab9c8-3348-40b9-bd90-98ad2c66e901 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(238, 62, 143, 1);
border-style: dashed;
background-color: rgba(255, 255, 255, 1);
}

#s-53eab9c8-3348-40b9-bd90-98ad2c66e901 .shogun-countdown span, #s-53eab9c8-3348-40b9-bd90-98ad2c66e901 .shogun-countdown label {
  color: rgba(238, 62, 143, 1);
}
#s-a88ddee7-6456-4aaf-81ba-a57b3e4eac09 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-499d0bf0-3904-4753-9c09-584a27f06f8a {
  text-align: center;
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a {
  max-width:  100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  width: 100%;
}



.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a {
  max-width:  100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  width: 100%;
}



.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a {
  max-width:  100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  width: 100%;
}



.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a {
  max-width:  100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  width: 100%;
}



.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a {
  max-width:  100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  width: 100%;
}



.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a .shg-image-zoom,
.shg-c#s-499d0bf0-3904-4753-9c09-584a27f06f8a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-25b64f4b-6f20-4c1f-9c5d-0f1a18fcd513 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25b64f4b-6f20-4c1f-9c5d-0f1a18fcd513 .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bbf37da4-c59a-4e22-a4da-bae0afd5fc47 {
  text-align: center;
}

#s-bbf37da4-c59a-4e22-a4da-bae0afd5fc47 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bbf37da4-c59a-4e22-a4da-bae0afd5fc47 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbf37da4-c59a-4e22-a4da-bae0afd5fc47 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-c0af5242-095f-45fb-8956-14144839f81f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c0af5242-095f-45fb-8956-14144839f81f-btn-wrapper {
    text-align: center;
  }


#s-c0af5242-095f-45fb-8956-14144839f81f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-variant-btn:hover {
  background: #252525;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-variant-btn:active, #s-c0af5242-095f-45fb-8956-14144839f81f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c0af5242-095f-45fb-8956-14144839f81f .shg-variant-btn.disabled {
  background: #252525;
}

#s-bb265579-f815-4da0-bc85-7f5dcde34990 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-bb265579-f815-4da0-bc85-7f5dcde34990 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bb265579-f815-4da0-bc85-7f5dcde34990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-bb265579-f815-4da0-bc85-7f5dcde34990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-bb265579-f815-4da0-bc85-7f5dcde34990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bb265579-f815-4da0-bc85-7f5dcde34990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-bb265579-f815-4da0-bc85-7f5dcde34990 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e8c345ce-61a6-4b24-9f93-c1d1e4ee6965 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e8c345ce-61a6-4b24-9f93-c1d1e4ee6965 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-e8c345ce-61a6-4b24-9f93-c1d1e4ee6965 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e8c345ce-61a6-4b24-9f93-c1d1e4ee6965 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e8c345ce-61a6-4b24-9f93-c1d1e4ee6965 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e8c345ce-61a6-4b24-9f93-c1d1e4ee6965 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e8c345ce-61a6-4b24-9f93-c1d1e4ee6965 .shg-gallery-dot {
  background-color: #FFF;
}

#s-3f4f7518-3a0d-4c90-b147-8aec2116c8bc {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-3f4f7518-3a0d-4c90-b147-8aec2116c8bc {
  padding-bottom: 2px;
}
}
#s-d4b64e69-d70f-4179-934e-7dcd77ea28fd {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-d4b64e69-d70f-4179-934e-7dcd77ea28fd .shg-product-quantity-wrapper {
  display: flex;
}

#s-d4b64e69-d70f-4179-934e-7dcd77ea28fd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d4b64e69-d70f-4179-934e-7dcd77ea28fd .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d4b64e69-d70f-4179-934e-7dcd77ea28fd .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d4b64e69-d70f-4179-934e-7dcd77ea28fd .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ce8d3b96-1c18-4b48-8aa2-ecf79bc31bfa {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-ce8d3b96-1c18-4b48-8aa2-ecf79bc31bfa:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-ce8d3b96-1c18-4b48-8aa2-ecf79bc31bfa:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-ce8d3b96-1c18-4b48-8aa2-ecf79bc31bfa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce8d3b96-1c18-4b48-8aa2-ecf79bc31bfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce8d3b96-1c18-4b48-8aa2-ecf79bc31bfa.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-ce8d3b96-1c18-4b48-8aa2-ecf79bc31bfa.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-e7676e75-d957-46f6-844b-cf8bcfd69dc0 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(114, 191, 68, 1);
border-style: solid;
}

#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b {
  text-align: center;
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b {
  max-width:  100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  width: 100%;
}



.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b {
  max-width:  100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  width: 100%;
}



.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b {
  max-width:  100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  width: 100%;
}



.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b {
  max-width:  100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  width: 100%;
}



.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b {
  max-width:  100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  width: 100%;
}



.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b .shg-image-zoom,
.shg-c#s-2b2144a9-e6db-493d-9a0a-ce75be863b0b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-107a663b-ed00-4611-b732-d7bbf808da5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-107a663b-ed00-4611-b732-d7bbf808da5b .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-84359ac6-fcf4-4188-875f-d28c932f1ae7 {
  text-align: center;
}

#s-84359ac6-fcf4-4188-875f-d28c932f1ae7 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84359ac6-fcf4-4188-875f-d28c932f1ae7 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-84359ac6-fcf4-4188-875f-d28c932f1ae7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0e63655a-5dcd-464b-abae-104b6abe0f64-btn-wrapper {
    text-align: center;
  }


#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-variant-btn:hover {
  background: #252525;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-variant-btn:active, #s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0e63655a-5dcd-464b-abae-104b6abe0f64 .shg-variant-btn.disabled {
  background: #252525;
}

#s-80824304-18b8-485c-831c-ec9e0a86f812 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-80824304-18b8-485c-831c-ec9e0a86f812 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-80824304-18b8-485c-831c-ec9e0a86f812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-80824304-18b8-485c-831c-ec9e0a86f812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-80824304-18b8-485c-831c-ec9e0a86f812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-80824304-18b8-485c-831c-ec9e0a86f812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-80824304-18b8-485c-831c-ec9e0a86f812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6b369117-f0a4-4e59-ba9f-0d1e371e55f8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6b369117-f0a4-4e59-ba9f-0d1e371e55f8 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-6b369117-f0a4-4e59-ba9f-0d1e371e55f8 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6b369117-f0a4-4e59-ba9f-0d1e371e55f8 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6b369117-f0a4-4e59-ba9f-0d1e371e55f8 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6b369117-f0a4-4e59-ba9f-0d1e371e55f8 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6b369117-f0a4-4e59-ba9f-0d1e371e55f8 .shg-gallery-dot {
  background-color: #FFF;
}

#s-6bec18e4-7430-4449-930f-93796dae4e8a {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-6bec18e4-7430-4449-930f-93796dae4e8a {
  padding-bottom: 2px;
}
}
#s-31795933-27a7-47dd-819a-35aa964df27f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-31795933-27a7-47dd-819a-35aa964df27f .shg-product-quantity-wrapper {
  display: flex;
}

#s-31795933-27a7-47dd-819a-35aa964df27f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-31795933-27a7-47dd-819a-35aa964df27f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-31795933-27a7-47dd-819a-35aa964df27f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-31795933-27a7-47dd-819a-35aa964df27f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-183c034b-6567-473e-b915-53a402996587 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-183c034b-6567-473e-b915-53a402996587:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-183c034b-6567-473e-b915-53a402996587:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-183c034b-6567-473e-b915-53a402996587 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-183c034b-6567-473e-b915-53a402996587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-183c034b-6567-473e-b915-53a402996587.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-183c034b-6567-473e-b915-53a402996587.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-bf885c29-7826-412b-98a9-99c40254cba5 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 1px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(238, 62, 143, 1);
border-style: solid;
}

#s-f17051e4-1fd3-464a-9146-d349e3b0e2e3 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(238, 62, 143, 1);
}

#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 {
  text-align: center;
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 {
  max-width:  100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  width: 100%;
}



.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 {
  max-width:  100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  width: 100%;
}



.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 {
  max-width:  100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  width: 100%;
}



.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 {
  max-width:  100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  width: 100%;
}



.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 {
  max-width:  100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  width: 100%;
}



.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 .shg-image-zoom,
.shg-c#s-4dfabe1f-656b-40bd-bea3-ef0941ca6964 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-20343477-b98c-4f36-bc49-2bc3f2dfb05f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20343477-b98c-4f36-bc49-2bc3f2dfb05f .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-12d77692-a164-4031-90bc-b77a8f75cb78 {
  text-align: center;
}

#s-12d77692-a164-4031-90bc-b77a8f75cb78 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12d77692-a164-4031-90bc-b77a8f75cb78 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-12d77692-a164-4031-90bc-b77a8f75cb78 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6eed4c73-d211-48c6-8bac-474973b211c1-btn-wrapper {
    text-align: center;
  }


#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-variant-btn:hover {
  background: #252525;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-variant-btn:active, #s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6eed4c73-d211-48c6-8bac-474973b211c1 .shg-variant-btn.disabled {
  background: #252525;
}

#s-19db9812-e82f-4e11-b5d7-a7de10a53360 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-19db9812-e82f-4e11-b5d7-a7de10a53360 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-19db9812-e82f-4e11-b5d7-a7de10a53360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-19db9812-e82f-4e11-b5d7-a7de10a53360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-19db9812-e82f-4e11-b5d7-a7de10a53360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-19db9812-e82f-4e11-b5d7-a7de10a53360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-19db9812-e82f-4e11-b5d7-a7de10a53360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-316ba212-1aed-461d-9e43-2e5253fb7d51 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-316ba212-1aed-461d-9e43-2e5253fb7d51 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-316ba212-1aed-461d-9e43-2e5253fb7d51 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-316ba212-1aed-461d-9e43-2e5253fb7d51 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-316ba212-1aed-461d-9e43-2e5253fb7d51 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-316ba212-1aed-461d-9e43-2e5253fb7d51 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-316ba212-1aed-461d-9e43-2e5253fb7d51 .shg-gallery-dot {
  background-color: #FFF;
}

#s-b285e04a-d882-4d5b-b69d-67768c9c10c7 {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-b285e04a-d882-4d5b-b69d-67768c9c10c7 {
  padding-bottom: 2px;
}
}
#s-70306a18-5296-4841-af6f-18445a48a0b5 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-70306a18-5296-4841-af6f-18445a48a0b5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-70306a18-5296-4841-af6f-18445a48a0b5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-70306a18-5296-4841-af6f-18445a48a0b5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-70306a18-5296-4841-af6f-18445a48a0b5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-70306a18-5296-4841-af6f-18445a48a0b5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-37df2378-7016-41b1-bc50-e931a0835d54 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-37df2378-7016-41b1-bc50-e931a0835d54:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-37df2378-7016-41b1-bc50-e931a0835d54:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-37df2378-7016-41b1-bc50-e931a0835d54 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37df2378-7016-41b1-bc50-e931a0835d54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37df2378-7016-41b1-bc50-e931a0835d54.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-37df2378-7016-41b1-bc50-e931a0835d54.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-0cd9c346-2587-411a-aa37-ccd7738b7b36 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0cd9c346-2587-411a-aa37-ccd7738b7b36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cd9c346-2587-411a-aa37-ccd7738b7b36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0cd9c346-2587-411a-aa37-ccd7738b7b36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0cd9c346-2587-411a-aa37-ccd7738b7b36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fae062f9-9a93-482c-84b5-d7ab760035fe {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image,
  #s-fae062f9-9a93-482c-84b5-d7ab760035fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe {
    width: 100%;
    height: auto;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
    
    
  }


.s-fae062f9-9a93-482c-84b5-d7ab760035fe .shogun-image-content {
  
    align-items: center;
  
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fae062f9-9a93-482c-84b5-d7ab760035fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
      position: relative;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image,
  #s-fae062f9-9a93-482c-84b5-d7ab760035fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe {
    width: 100%;
    height: auto;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
    
    
  }


.s-fae062f9-9a93-482c-84b5-d7ab760035fe .shogun-image-content {
  
    align-items: center;
  
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fae062f9-9a93-482c-84b5-d7ab760035fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
      position: relative;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image,
  #s-fae062f9-9a93-482c-84b5-d7ab760035fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe {
    width: 100%;
    height: auto;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
    
    
  }


.s-fae062f9-9a93-482c-84b5-d7ab760035fe .shogun-image-content {
  
    align-items: center;
  
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fae062f9-9a93-482c-84b5-d7ab760035fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
      position: relative;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image,
  #s-fae062f9-9a93-482c-84b5-d7ab760035fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe {
    width: 100%;
    height: auto;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
    
    
  }


.s-fae062f9-9a93-482c-84b5-d7ab760035fe .shogun-image-content {
  
    align-items: center;
  
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fae062f9-9a93-482c-84b5-d7ab760035fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
      position: relative;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image,
  #s-fae062f9-9a93-482c-84b5-d7ab760035fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe {
    width: 100%;
    height: auto;
  }

  #s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
    
    
  }


.s-fae062f9-9a93-482c-84b5-d7ab760035fe .shogun-image-content {
  
    align-items: center;
  
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fae062f9-9a93-482c-84b5-d7ab760035fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container {
      position: relative;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae062f9-9a93-482c-84b5-d7ab760035fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image,
  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
    width: 100%;
    height: auto;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
    
    
  }


.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
      position: relative;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image,
  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
    width: 100%;
    height: auto;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
    
    
  }


.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
      position: relative;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image,
  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
    width: 100%;
    height: auto;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
    
    
  }


.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
      position: relative;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image,
  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
    width: 100%;
    height: auto;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
    
    
  }


.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
      position: relative;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image,
  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
    width: 100%;
    height: auto;
  }

  #s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
    
    
  }


.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container {
      position: relative;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bc1b8f-173b-417c-92cf-272c4d0061e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a844483c-801f-4fe5-9741-13acc26f684d {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a844483c-801f-4fe5-9741-13acc26f684d {
  display: none;
}
#s-a844483c-801f-4fe5-9741-13acc26f684d, #wrap-s-a844483c-801f-4fe5-9741-13acc26f684d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a844483c-801f-4fe5-9741-13acc26f684d {
  display: none;
}
#s-a844483c-801f-4fe5-9741-13acc26f684d, #wrap-s-a844483c-801f-4fe5-9741-13acc26f684d { display: none !important; }}@media (max-width: 767px){#s-a844483c-801f-4fe5-9741-13acc26f684d {
  display: none;
}
#s-a844483c-801f-4fe5-9741-13acc26f684d, #wrap-s-a844483c-801f-4fe5-9741-13acc26f684d { display: none !important; }}
@media (min-width: 0px) {
[id="s-a844483c-801f-4fe5-9741-13acc26f684d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a844483c-801f-4fe5-9741-13acc26f684d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-a844483c-801f-4fe5-9741-13acc26f684d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-a844483c-801f-4fe5-9741-13acc26f684d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image,
  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
    width: 100%;
    height: auto;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
    
    
  }


.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
      position: relative;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image,
  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
    width: 100%;
    height: auto;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
    
    
  }


.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
      position: relative;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image,
  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
    width: 100%;
    height: auto;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
    
    
  }


.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
      position: relative;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image,
  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
    width: 100%;
    height: auto;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
    
    
  }


.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
      position: relative;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image,
  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
    width: 100%;
    height: auto;
  }

  #s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
    
    
  }


.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container {
      position: relative;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d753dd2-e993-4b42-a5fc-cc8a4cf96e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image,
  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
    width: 100%;
    height: auto;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
    
    
  }


.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
      position: relative;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image,
  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
    width: 100%;
    height: auto;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
    
    
  }


.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
      position: relative;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image,
  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
    width: 100%;
    height: auto;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
    
    
  }


.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
      position: relative;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image,
  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
    width: 100%;
    height: auto;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
    
    
  }


.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
      position: relative;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image,
  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
    width: 100%;
    height: auto;
  }

  #s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
    
    
  }


.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container {
      position: relative;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e56e2e-d8ee-48aa-bd6c-048e1e72b4b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image,
  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
    width: 100%;
    height: auto;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
    
    
  }


.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
      position: relative;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image,
  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
    width: 100%;
    height: auto;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
    
    
  }


.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
      position: relative;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image,
  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
    width: 100%;
    height: auto;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
    
    
  }


.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
      position: relative;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image,
  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
    width: 100%;
    height: auto;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
    
    
  }


.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
      position: relative;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image,
  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
    width: 100%;
    height: auto;
  }

  #s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
    
    
  }


.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container {
      position: relative;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9352d2d1-343b-4b34-89b6-ddc76b0099dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-04bfca47-7d0e-4954-9610-db23751e10c8 {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image,
  #s-04bfca47-7d0e-4954-9610-db23751e10c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 {
    width: 100%;
    height: auto;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
    
    
  }


.s-04bfca47-7d0e-4954-9610-db23751e10c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04bfca47-7d0e-4954-9610-db23751e10c8 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
      position: relative;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image,
  #s-04bfca47-7d0e-4954-9610-db23751e10c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 {
    width: 100%;
    height: auto;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
    
    
  }


.s-04bfca47-7d0e-4954-9610-db23751e10c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04bfca47-7d0e-4954-9610-db23751e10c8 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
      position: relative;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image,
  #s-04bfca47-7d0e-4954-9610-db23751e10c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 {
    width: 100%;
    height: auto;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
    
    
  }


.s-04bfca47-7d0e-4954-9610-db23751e10c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04bfca47-7d0e-4954-9610-db23751e10c8 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
      position: relative;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image,
  #s-04bfca47-7d0e-4954-9610-db23751e10c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 {
    width: 100%;
    height: auto;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
    
    
  }


.s-04bfca47-7d0e-4954-9610-db23751e10c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04bfca47-7d0e-4954-9610-db23751e10c8 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
      position: relative;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image,
  #s-04bfca47-7d0e-4954-9610-db23751e10c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 {
    width: 100%;
    height: auto;
  }

  #s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
    
    
  }


.s-04bfca47-7d0e-4954-9610-db23751e10c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04bfca47-7d0e-4954-9610-db23751e10c8 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container {
      position: relative;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04bfca47-7d0e-4954-9610-db23751e10c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
  max-width: 300px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image,
  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
    width: 100%;
    height: auto;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
    
    
  }


.s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shogun-image-content {
  
    align-items: center;
  
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
      position: relative;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image,
  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
    width: 100%;
    height: auto;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
    
    
  }


.s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shogun-image-content {
  
    align-items: center;
  
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
      position: relative;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image,
  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
    width: 100%;
    height: auto;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
    
    
  }


.s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shogun-image-content {
  
    align-items: center;
  
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
      position: relative;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image,
  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
    width: 100%;
    height: auto;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
    
    
  }


.s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shogun-image-content {
  
    align-items: center;
  
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
      position: relative;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image,
  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
    width: 100%;
    height: auto;
  }

  #s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
    
    
  }


.s-5669e1a4-9847-4ce0-9d50-04b7627f308c .shogun-image-content {
  
    align-items: center;
  
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container {
      position: relative;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5669e1a4-9847-4ce0-9d50-04b7627f308c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2f889a95-731a-4d7e-a9d8-335c9b46536c {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-2f889a95-731a-4d7e-a9d8-335c9b46536c {
  display: none;
}
#s-2f889a95-731a-4d7e-a9d8-335c9b46536c, #wrap-s-2f889a95-731a-4d7e-a9d8-335c9b46536c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f889a95-731a-4d7e-a9d8-335c9b46536c {
  display: none;
}
#s-2f889a95-731a-4d7e-a9d8-335c9b46536c, #wrap-s-2f889a95-731a-4d7e-a9d8-335c9b46536c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f889a95-731a-4d7e-a9d8-335c9b46536c {
  display: none;
}
#s-2f889a95-731a-4d7e-a9d8-335c9b46536c, #wrap-s-2f889a95-731a-4d7e-a9d8-335c9b46536c { display: none !important; }}@media (max-width: 767px){#s-2f889a95-731a-4d7e-a9d8-335c9b46536c {
  display: unset;
}
#s-2f889a95-731a-4d7e-a9d8-335c9b46536c, #wrap-s-2f889a95-731a-4d7e-a9d8-335c9b46536c { display: unset !important; }}
@media (min-width: 0px) {
[id="s-2f889a95-731a-4d7e-a9d8-335c9b46536c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f889a95-731a-4d7e-a9d8-335c9b46536c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f889a95-731a-4d7e-a9d8-335c9b46536c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f889a95-731a-4d7e-a9d8-335c9b46536c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
  margin-top: 5px;
margin-bottom: 5px;
max-width: 200px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image,
  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
    width: 100%;
    height: auto;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
    
    
  }


.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
      position: relative;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image,
  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
    width: 100%;
    height: auto;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
    
    
  }


.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
      position: relative;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image,
  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
    width: 100%;
    height: auto;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
    
    
  }


.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
      position: relative;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image,
  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
    width: 100%;
    height: auto;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
    
    
  }


.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
      position: relative;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image,
  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
    width: 100%;
    height: auto;
  }

  #s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
    
    
  }


.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container {
      position: relative;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5a5eb5-f4e9-4b13-ab3b-39b9ec958974 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
  margin-top: 5px;
margin-bottom: 5px;
max-width: 200px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image,
  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
    width: 100%;
    height: auto;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
    
    
  }


.s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shogun-image-content {
  
    align-items: center;
  
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
      position: relative;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image,
  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
    width: 100%;
    height: auto;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
    
    
  }


.s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shogun-image-content {
  
    align-items: center;
  
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
      position: relative;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image,
  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
    width: 100%;
    height: auto;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
    
    
  }


.s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shogun-image-content {
  
    align-items: center;
  
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
      position: relative;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image,
  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
    width: 100%;
    height: auto;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
    
    
  }


.s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shogun-image-content {
  
    align-items: center;
  
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
      position: relative;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image,
  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
    width: 100%;
    height: auto;
  }

  #s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
    
    
  }


.s-53f9e3b9-d905-464d-b0e5-37584a72aaef .shogun-image-content {
  
    align-items: center;
  
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container {
      position: relative;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f9e3b9-d905-464d-b0e5-37584a72aaef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
  margin-top: 5px;
margin-bottom: 5px;
max-width: 200px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image,
  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
    width: 100%;
    height: auto;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
    
    
  }


.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shogun-image-content {
  
    align-items: center;
  
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
      position: relative;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image,
  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
    width: 100%;
    height: auto;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
    
    
  }


.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shogun-image-content {
  
    align-items: center;
  
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
      position: relative;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image,
  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
    width: 100%;
    height: auto;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
    
    
  }


.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shogun-image-content {
  
    align-items: center;
  
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
      position: relative;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image,
  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
    width: 100%;
    height: auto;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
    
    
  }


.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shogun-image-content {
  
    align-items: center;
  
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
      position: relative;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image,
  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
    width: 100%;
    height: auto;
  }

  #s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
    
    
  }


.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f .shogun-image-content {
  
    align-items: center;
  
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container {
      position: relative;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c80e67f4-7231-4b0b-8dc4-6eb4b5a7188f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
  margin-top: 5px;
margin-bottom: 5px;
max-width: 200px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image,
  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
    width: 100%;
    height: auto;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
    
    
  }


.s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
      position: relative;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image,
  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
    width: 100%;
    height: auto;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
    
    
  }


.s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
      position: relative;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image,
  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
    width: 100%;
    height: auto;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
    
    
  }


.s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
      position: relative;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image,
  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
    width: 100%;
    height: auto;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
    
    
  }


.s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
      position: relative;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image,
  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
    width: 100%;
    height: auto;
  }

  #s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
    
    
  }


.s-3c2f4144-618f-41c7-8c85-c8ae561b7125 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container {
      position: relative;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c2f4144-618f-41c7-8c85-c8ae561b7125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
  margin-top: 5px;
margin-bottom: 5px;
max-width: 200px;
aspect-ratio: 300/600;
text-align: center;
}





  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image,
  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
    width: 100%;
    height: auto;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
    
    
  }


.s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
      position: relative;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image,
  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
    width: 100%;
    height: auto;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
    
    
  }


.s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
      position: relative;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image,
  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
    width: 100%;
    height: auto;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
    
    
  }


.s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
      position: relative;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image,
  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
    width: 100%;
    height: auto;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
    
    
  }


.s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
      position: relative;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image,
  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
    width: 100%;
    height: auto;
  }

  #s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
    
    
  }


.s-ad1dcf4b-d41d-4dec-adee-3638c801331e .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e {
      --shg-aspect-ratio: calc(300/600); 
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container {
      position: relative;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1dcf4b-d41d-4dec-adee-3638c801331e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-db692e17-b82d-4a62-ae10-1ce2e1fa1470 {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
}

#s-9fe24a51-2034-4f02-8408-34d7f9774155 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(238, 62, 143, 1);
border-style: dashed;
background-color: rgba(255, 255, 255, 1);
}

#s-9fe24a51-2034-4f02-8408-34d7f9774155 .shogun-countdown span, #s-9fe24a51-2034-4f02-8408-34d7f9774155 .shogun-countdown label {
  color: rgba(238, 62, 143, 1);
}
#s-1d6070fd-25b4-4792-95cf-9d0f9b079b8a {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 {
  text-align: center;
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 {
  max-width:  100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 {
  max-width:  100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 {
  max-width:  100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 {
  max-width:  100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 {
  max-width:  100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 .shg-image-zoom,
.shg-c#s-4ed5b3eb-900b-4d7c-991c-341ce0e995b1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ab796468-e142-466d-9d23-dd8219bfbb95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab796468-e142-466d-9d23-dd8219bfbb95 .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e381e44b-d013-4c17-9758-e3342f521eb1 {
  text-align: center;
}

#s-e381e44b-d013-4c17-9758-e3342f521eb1 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e381e44b-d013-4c17-9758-e3342f521eb1 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e381e44b-d013-4c17-9758-e3342f521eb1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1998732a-46cf-4e25-98c6-862004d11862-btn-wrapper {
    text-align: center;
  }


#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-variant-btn:hover {
  background: #252525;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-variant-btn:active, #s-1998732a-46cf-4e25-98c6-862004d11862 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1998732a-46cf-4e25-98c6-862004d11862 .shg-variant-btn.disabled {
  background: #252525;
}

#s-a43d8d5f-b1c8-4d78-bc63-b854960446e8 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-a43d8d5f-b1c8-4d78-bc63-b854960446e8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a43d8d5f-b1c8-4d78-bc63-b854960446e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-a43d8d5f-b1c8-4d78-bc63-b854960446e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a43d8d5f-b1c8-4d78-bc63-b854960446e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a43d8d5f-b1c8-4d78-bc63-b854960446e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-a43d8d5f-b1c8-4d78-bc63-b854960446e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b19ded95-3643-46c8-90c5-85e821222b6c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b19ded95-3643-46c8-90c5-85e821222b6c .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-b19ded95-3643-46c8-90c5-85e821222b6c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b19ded95-3643-46c8-90c5-85e821222b6c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b19ded95-3643-46c8-90c5-85e821222b6c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b19ded95-3643-46c8-90c5-85e821222b6c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b19ded95-3643-46c8-90c5-85e821222b6c .shg-gallery-dot {
  background-color: #FFF;
}

#s-36b227dd-2d62-47dd-a767-78cebd204af6 {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-36b227dd-2d62-47dd-a767-78cebd204af6 {
  padding-bottom: 2px;
}
}
#s-e24e49af-f750-48fb-afdb-9806b9442837 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-e24e49af-f750-48fb-afdb-9806b9442837 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e24e49af-f750-48fb-afdb-9806b9442837 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e24e49af-f750-48fb-afdb-9806b9442837 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e24e49af-f750-48fb-afdb-9806b9442837 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e24e49af-f750-48fb-afdb-9806b9442837 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6872503e-7b99-428a-962a-7c34d4554433 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-6872503e-7b99-428a-962a-7c34d4554433:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-6872503e-7b99-428a-962a-7c34d4554433:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-6872503e-7b99-428a-962a-7c34d4554433 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6872503e-7b99-428a-962a-7c34d4554433.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6872503e-7b99-428a-962a-7c34d4554433.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-6872503e-7b99-428a-962a-7c34d4554433.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-1ef0b82a-6516-4251-a82a-fc41f23cb0b1 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(114, 191, 68, 1);
border-style: solid;
}

#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c {
  text-align: center;
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c {
  max-width:  100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  width: 100%;
}



.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c {
  max-width:  100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  width: 100%;
}



.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c {
  max-width:  100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  width: 100%;
}



.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c {
  max-width:  100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  width: 100%;
}



.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c {
  max-width:  100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  width: 100%;
}



.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c .shg-image-zoom,
.shg-c#s-02b43db9-7a8d-422e-a1a6-a35f2babdf5c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d33f7d49-1764-42b8-a75a-21520b054d57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d33f7d49-1764-42b8-a75a-21520b054d57 .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-85869d22-6a4c-4ff6-b82a-c37ab7920d0f {
  text-align: center;
}

#s-85869d22-6a4c-4ff6-b82a-c37ab7920d0f .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-85869d22-6a4c-4ff6-b82a-c37ab7920d0f .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-85869d22-6a4c-4ff6-b82a-c37ab7920d0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae-btn-wrapper {
    text-align: center;
  }


#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-variant-btn:hover {
  background: #252525;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-variant-btn:active, #s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-54cd066e-0900-4f2c-9ccb-97fb0ec02aae .shg-variant-btn.disabled {
  background: #252525;
}

#s-f51df5c5-dd8a-4ce1-97b4-f5f6e137640a {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-f51df5c5-dd8a-4ce1-97b4-f5f6e137640a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f51df5c5-dd8a-4ce1-97b4-f5f6e137640a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-f51df5c5-dd8a-4ce1-97b4-f5f6e137640a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f51df5c5-dd8a-4ce1-97b4-f5f6e137640a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f51df5c5-dd8a-4ce1-97b4-f5f6e137640a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-f51df5c5-dd8a-4ce1-97b4-f5f6e137640a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9901c5b5-e501-4e13-8dce-5f33d5b2706e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9901c5b5-e501-4e13-8dce-5f33d5b2706e .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9901c5b5-e501-4e13-8dce-5f33d5b2706e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-9901c5b5-e501-4e13-8dce-5f33d5b2706e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-9901c5b5-e501-4e13-8dce-5f33d5b2706e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-9901c5b5-e501-4e13-8dce-5f33d5b2706e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-9901c5b5-e501-4e13-8dce-5f33d5b2706e .shg-gallery-dot {
  background-color: #FFF;
}

#s-43b8114f-fb31-41a6-ae7c-60365cf8ea6f {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-43b8114f-fb31-41a6-ae7c-60365cf8ea6f {
  padding-bottom: 2px;
}
}
#s-da6cee7a-15f0-4946-b217-14088c4b2342 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-da6cee7a-15f0-4946-b217-14088c4b2342 .shg-product-quantity-wrapper {
  display: flex;
}

#s-da6cee7a-15f0-4946-b217-14088c4b2342 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-da6cee7a-15f0-4946-b217-14088c4b2342 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-da6cee7a-15f0-4946-b217-14088c4b2342 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-da6cee7a-15f0-4946-b217-14088c4b2342 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-75a1dc8e-48c8-473b-a5ce-e3ff6aa8d0e9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-75a1dc8e-48c8-473b-a5ce-e3ff6aa8d0e9:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-75a1dc8e-48c8-473b-a5ce-e3ff6aa8d0e9:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-75a1dc8e-48c8-473b-a5ce-e3ff6aa8d0e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75a1dc8e-48c8-473b-a5ce-e3ff6aa8d0e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75a1dc8e-48c8-473b-a5ce-e3ff6aa8d0e9.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-75a1dc8e-48c8-473b-a5ce-e3ff6aa8d0e9.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-3ccf2794-58cb-4f2c-9dc6-b6d50ba3a816 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 1px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(238, 62, 143, 1);
border-style: solid;
}

#s-59b93c28-99b9-4d8c-ac5a-c50d62b42bac {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(238, 62, 143, 1);
}

#s-031acc1d-ee30-4806-901f-7eb24f2266d7 {
  text-align: center;
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 {
  max-width:  100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  width: 100%;
}



.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 {
  max-width:  100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  width: 100%;
}



.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 {
  max-width:  100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  width: 100%;
}



.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 {
  max-width:  100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  width: 100%;
}



.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 {
  max-width:  100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  width: 100%;
}



.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 .shg-image-zoom,
.shg-c#s-031acc1d-ee30-4806-901f-7eb24f2266d7 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c8375f91-db61-4424-9fbc-cadfc3141544 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8375f91-db61-4424-9fbc-cadfc3141544 .shg-product-title-component h5 {
  color: rgba(35, 72, 122, 1);
  font-weight:  700 ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c8a8f9e4-fc3d-4ae8-addf-f6e70b334083 {
  text-align: center;
}

#s-c8a8f9e4-fc3d-4ae8-addf-f6e70b334083 .shg-product-sold-out {
  display: none;
  color: rgba(114, 191, 68, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c8a8f9e4-fc3d-4ae8-addf-f6e70b334083 .shg-product-price {
  color: rgba(114, 191, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8a8f9e4-fc3d-4ae8-addf-f6e70b334083 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 62, 143, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 5px;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 72, 122, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1ef472f4-486f-4c4a-bea3-583966ee0f55-btn-wrapper {
    text-align: center;
  }


#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-variant-btn:hover {
  background: #252525;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-variant-btn:active, #s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1ef472f4-486f-4c4a-bea3-583966ee0f55 .shg-variant-btn.disabled {
  background: #252525;
}

#s-76ca8154-9270-45da-b5f5-2f81f4b5863c {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-76ca8154-9270-45da-b5f5-2f81f4b5863c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-76ca8154-9270-45da-b5f5-2f81f4b5863c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 5px;
}

#s-76ca8154-9270-45da-b5f5-2f81f4b5863c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-76ca8154-9270-45da-b5f5-2f81f4b5863c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-76ca8154-9270-45da-b5f5-2f81f4b5863c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-76ca8154-9270-45da-b5f5-2f81f4b5863c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f892eb15-ca41-476e-86aa-ee423be27177 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f892eb15-ca41-476e-86aa-ee423be27177 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-f892eb15-ca41-476e-86aa-ee423be27177 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f892eb15-ca41-476e-86aa-ee423be27177 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f892eb15-ca41-476e-86aa-ee423be27177 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f892eb15-ca41-476e-86aa-ee423be27177 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f892eb15-ca41-476e-86aa-ee423be27177 .shg-gallery-dot {
  background-color: #FFF;
}

#s-6a9d4a62-1f65-4137-a21d-e8d77bf9058d {
  padding-top: 10px;
background-color: rgba(114, 191, 68, 1);
}
@media (min-width: 1200px){#s-6a9d4a62-1f65-4137-a21d-e8d77bf9058d {
  padding-bottom: 2px;
}
}
#s-f3e048b5-d324-470a-8989-a9f3bbc77396 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-f3e048b5-d324-470a-8989-a9f3bbc77396 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f3e048b5-d324-470a-8989-a9f3bbc77396 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f3e048b5-d324-470a-8989-a9f3bbc77396 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f3e048b5-d324-470a-8989-a9f3bbc77396 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f3e048b5-d324-470a-8989-a9f3bbc77396 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0ceb9938-83a0-4b78-b86b-51048c6d96ee {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(114, 191, 68, 1);
border-radius: 30px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(114, 191, 68, 1);
background-image: none;
hover-type: color;
}
#s-0ceb9938-83a0-4b78-b86b-51048c6d96ee:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(238, 62, 143, 1) !important;
border-radius: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(238, 62, 143, 1) !important;}#s-0ceb9938-83a0-4b78-b86b-51048c6d96ee:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(114, 191, 68, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 191, 68, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-0ceb9938-83a0-4b78-b86b-51048c6d96ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ceb9938-83a0-4b78-b86b-51048c6d96ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ceb9938-83a0-4b78-b86b-51048c6d96ee.shg-btn {
  color: rgba(114, 191, 68, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-0ceb9938-83a0-4b78-b86b-51048c6d96ee.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(238, 62, 143, 1);
}



#s-a09fa267-f71d-4191-9c4f-4dd32950df33 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a09fa267-f71d-4191-9c4f-4dd32950df33 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a09fa267-f71d-4191-9c4f-4dd32950df33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(35, 72, 122, 1);
  padding: 10px;
}

#s-a09fa267-f71d-4191-9c4f-4dd32950df33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a09fa267-f71d-4191-9c4f-4dd32950df33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a09fa267-f71d-4191-9c4f-4dd32950df33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 22px;
}

#s-a09fa267-f71d-4191-9c4f-4dd32950df33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-635b6142-d551-4916-ac7d-179b7ca8c4b9 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-635b6142-d551-4916-ac7d-179b7ca8c4b9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-635b6142-d551-4916-ac7d-179b7ca8c4b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-635b6142-d551-4916-ac7d-179b7ca8c4b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-635b6142-d551-4916-ac7d-179b7ca8c4b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-635b6142-d551-4916-ac7d-179b7ca8c4b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-635b6142-d551-4916-ac7d-179b7ca8c4b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-52924ec8-5bf9-4693-852f-a501c6a78a93 {
  margin-left: 1%;
margin-right: 1%;
}

#s-b999c16d-4aa2-4fcd-88ef-b36aad96741f {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-b999c16d-4aa2-4fcd-88ef-b36aad96741f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-b999c16d-4aa2-4fcd-88ef-b36aad96741f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-b999c16d-4aa2-4fcd-88ef-b36aad96741f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-b999c16d-4aa2-4fcd-88ef-b36aad96741f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-b999c16d-4aa2-4fcd-88ef-b36aad96741f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-b999c16d-4aa2-4fcd-88ef-b36aad96741f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6dd08de0-153b-4c97-baa4-911d8d06614b {
  margin-left: 1%;
margin-right: 1%;
}

#s-9d8226b1-c8f4-4c27-ba0f-f3b4856d07ac {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-9d8226b1-c8f4-4c27-ba0f-f3b4856d07ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-9d8226b1-c8f4-4c27-ba0f-f3b4856d07ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-9d8226b1-c8f4-4c27-ba0f-f3b4856d07ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-9d8226b1-c8f4-4c27-ba0f-f3b4856d07ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-9d8226b1-c8f4-4c27-ba0f-f3b4856d07ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-9d8226b1-c8f4-4c27-ba0f-f3b4856d07ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-8e39aaab-3ae9-4c55-b804-e1da003063d0 {
  margin-left: 1%;
margin-right: 1%;
}

#s-6c41b5a1-cdcf-42b3-ad19-df30cec7eed0 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-6c41b5a1-cdcf-42b3-ad19-df30cec7eed0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-6c41b5a1-cdcf-42b3-ad19-df30cec7eed0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-6c41b5a1-cdcf-42b3-ad19-df30cec7eed0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-6c41b5a1-cdcf-42b3-ad19-df30cec7eed0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-6c41b5a1-cdcf-42b3-ad19-df30cec7eed0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-6c41b5a1-cdcf-42b3-ad19-df30cec7eed0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-db3d49ea-fc79-4010-ad88-f3b5cb58b0b4 {
  margin-left: 1%;
margin-right: 1%;
}

#s-334a0399-158d-4f9e-bc7f-6a489414bb27 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-334a0399-158d-4f9e-bc7f-6a489414bb27 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(35, 72, 122, 1);
}

#s-334a0399-158d-4f9e-bc7f-6a489414bb27 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-334a0399-158d-4f9e-bc7f-6a489414bb27 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 72, 122, 1);
}

#s-334a0399-158d-4f9e-bc7f-6a489414bb27 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(35, 72, 122, 1);
}

#s-334a0399-158d-4f9e-bc7f-6a489414bb27 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 72, 122, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-334a0399-158d-4f9e-bc7f-6a489414bb27 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f5f2b67e-a13e-4fb0-a672-7074a7e27c15 {
  margin-left: 1%;
margin-right: 1%;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
