#s-9c57ac18-c457-4ba4-96d2-2b62c159ce3f {
  text-align: left;
}


  .Article__Header{
    display:none;
  }

  .Article__Wrapper {
    max-width: 100%;
    padding: 0;
  }
  
  .Rte img{
    margin:0;
  }
  
  .tk_serif {
    font-family: dnp-shuei-mincho-pr6n,sans-serif!important;
  }
  
 .fr_font-size-lg.fr_font-bold{
  font-weight: bold !important;
  font-size: 18px !important;
}

.shogun-image{
    width:100%;
}

.Rte h1, .Rte h2, .Rte h3, .Rte h4, .Rte h5, .Rte h6 {
    text-transform: unset;
    letter-spacing: 0.1em;
}

.tk_under_line_none{
    text-decoration:none!important;
}

.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-caf711a0-33ed-4b7c-8a61-d0d15989a761 {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-caf711a0-33ed-4b7c-8a61-d0d15989a761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caf711a0-33ed-4b7c-8a61-d0d15989a761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cd8e61d-7f93-431a-9384-eac2af12c443 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 540px;
background-color: rgba(255, 255, 255, 1);
}








#s-6cd8e61d-7f93-431a-9384-eac2af12c443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cd8e61d-7f93-431a-9384-eac2af12c443.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b493e785-1123-4d3a-a4d6-36c6ead76c5a {
  min-height: 50px;
}








#s-b493e785-1123-4d3a-a4d6-36c6ead76c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b493e785-1123-4d3a-a4d6-36c6ead76c5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-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-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
  max-width: 1150px;
aspect-ratio: 1150/1400;
text-align: center;
}





  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image,
  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
    width: 100%;
    height: auto;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
    
    
  }


.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shogun-image-content {
  
    align-items: center;
  
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
      --shg-aspect-ratio: calc(1150/1400); 
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
      position: relative;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image,
  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
    width: 100%;
    height: auto;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
    
    
  }


.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shogun-image-content {
  
    align-items: center;
  
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
      --shg-aspect-ratio: calc(1150/1400); 
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
      position: relative;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image,
  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
    width: 100%;
    height: auto;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
    
    
  }


.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shogun-image-content {
  
    align-items: center;
  
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
      --shg-aspect-ratio: calc(1150/1400); 
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
      position: relative;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image,
  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
    width: 100%;
    height: auto;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
    
    
  }


.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shogun-image-content {
  
    align-items: center;
  
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
      --shg-aspect-ratio: calc(1150/1400); 
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
      position: relative;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image,
  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
    width: 100%;
    height: auto;
  }

  #s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
    
    
  }


.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 .shogun-image-content {
  
    align-items: center;
  
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 {
      --shg-aspect-ratio: calc(1150/1400); 
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container {
      position: relative;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b31c59b6-17fc-41f7-9bbc-1c4f78921028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-b40b3ccf-3e5b-4f95-9528-ecbf18914136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b40b3ccf-3e5b-4f95-9528-ecbf18914136 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0.5em;
  
  
}



.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-5f29176b-0a7b-40ff-b8f9-ca429ea7dda6 {
  margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
min-height: 50px;
}








#s-5f29176b-0a7b-40ff-b8f9-ca429ea7dda6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f29176b-0a7b-40ff-b8f9-ca429ea7dda6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83f4fae0-35e7-4350-bf3d-2d779e6bc8cf {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-83f4fae0-35e7-4350-bf3d-2d779e6bc8cf .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.8em;
  
  
}



#s-62fe8235-a942-4847-8f59-f071e0f0e1cc {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-62fe8235-a942-4847-8f59-f071e0f0e1cc {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62fe8235-a942-4847-8f59-f071e0f0e1cc {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62fe8235-a942-4847-8f59-f071e0f0e1cc {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-62fe8235-a942-4847-8f59-f071e0f0e1cc {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-a87fb74c-7f9a-4876-8721-17f0bb67eeb8 {
  min-height: 50px;
}








#s-a87fb74c-7f9a-4876-8721-17f0bb67eeb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87fb74c-7f9a-4876-8721-17f0bb67eeb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92a431b7-2667-4918-b6e4-2b641a61b6e3 {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92a431b7-2667-4918-b6e4-2b641a61b6e3 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2ac59f94-2d44-4784-8433-6570727cb8dc {
  min-height: 50px;
}








#s-2ac59f94-2d44-4784-8433-6570727cb8dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ac59f94-2d44-4784-8433-6570727cb8dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32f19667-d2ed-424f-9516-26a4956017f2 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}

#s-fd601bd4-7c10-42ee-8ca5-b5fe208c7ab2 {
  margin-bottom: 10px;
text-align: left;
}

#s-efaa1015-8672-471b-96ca-bc7a76edafd5 {
  text-align: left;
}

#s-21812d82-1ad9-449b-8c05-663750ac5f0e {
  min-height: 50px;
}








#s-21812d82-1ad9-449b-8c05-663750ac5f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21812d82-1ad9-449b-8c05-663750ac5f0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a13dbc2c-a689-4ae0-9f6a-8bd012d39526 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a13dbc2c-a689-4ae0-9f6a-8bd012d39526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a13dbc2c-a689-4ae0-9f6a-8bd012d39526.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-240fb4db-5448-4b25-89a5-671135ac5be0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-240fb4db-5448-4b25-89a5-671135ac5be0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-240fb4db-5448-4b25-89a5-671135ac5be0 .shg-sld-nav-button.shg-sld-left,
#s-240fb4db-5448-4b25-89a5-671135ac5be0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f89435f1-6547-4eff-9c94-4f702371bef5 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image,
  #s-f89435f1-6547-4eff-9c94-4f702371bef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 {
    width: 100%;
    height: auto;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
    
    
  }


.s-f89435f1-6547-4eff-9c94-4f702371bef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f89435f1-6547-4eff-9c94-4f702371bef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
      position: relative;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image,
  #s-f89435f1-6547-4eff-9c94-4f702371bef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 {
    width: 100%;
    height: auto;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
    
    
  }


.s-f89435f1-6547-4eff-9c94-4f702371bef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f89435f1-6547-4eff-9c94-4f702371bef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
      position: relative;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image,
  #s-f89435f1-6547-4eff-9c94-4f702371bef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 {
    width: 100%;
    height: auto;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
    
    
  }


.s-f89435f1-6547-4eff-9c94-4f702371bef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f89435f1-6547-4eff-9c94-4f702371bef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
      position: relative;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image,
  #s-f89435f1-6547-4eff-9c94-4f702371bef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 {
    width: 100%;
    height: auto;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
    
    
  }


.s-f89435f1-6547-4eff-9c94-4f702371bef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f89435f1-6547-4eff-9c94-4f702371bef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
      position: relative;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image,
  #s-f89435f1-6547-4eff-9c94-4f702371bef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 {
    width: 100%;
    height: auto;
  }

  #s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
    
    
  }


.s-f89435f1-6547-4eff-9c94-4f702371bef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f89435f1-6547-4eff-9c94-4f702371bef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container {
      position: relative;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f89435f1-6547-4eff-9c94-4f702371bef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-312926f4-764f-4386-8927-b653023df369 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image,
  #s-312926f4-764f-4386-8927-b653023df369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-312926f4-764f-4386-8927-b653023df369 {
    width: 100%;
    height: auto;
  }

  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-312926f4-764f-4386-8927-b653023df369.shogun-image {
    
    
  }


.s-312926f4-764f-4386-8927-b653023df369 .shogun-image-content {
  
    align-items: center;
  
}

.s-312926f4-764f-4386-8927-b653023df369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312926f4-764f-4386-8927-b653023df369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-312926f4-764f-4386-8927-b653023df369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
      position: relative;
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312926f4-764f-4386-8927-b653023df369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image,
  #s-312926f4-764f-4386-8927-b653023df369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-312926f4-764f-4386-8927-b653023df369 {
    width: 100%;
    height: auto;
  }

  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-312926f4-764f-4386-8927-b653023df369.shogun-image {
    
    
  }


.s-312926f4-764f-4386-8927-b653023df369 .shogun-image-content {
  
    align-items: center;
  
}

.s-312926f4-764f-4386-8927-b653023df369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312926f4-764f-4386-8927-b653023df369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-312926f4-764f-4386-8927-b653023df369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
      position: relative;
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312926f4-764f-4386-8927-b653023df369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image,
  #s-312926f4-764f-4386-8927-b653023df369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-312926f4-764f-4386-8927-b653023df369 {
    width: 100%;
    height: auto;
  }

  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-312926f4-764f-4386-8927-b653023df369.shogun-image {
    
    
  }


.s-312926f4-764f-4386-8927-b653023df369 .shogun-image-content {
  
    align-items: center;
  
}

.s-312926f4-764f-4386-8927-b653023df369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312926f4-764f-4386-8927-b653023df369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-312926f4-764f-4386-8927-b653023df369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
      position: relative;
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312926f4-764f-4386-8927-b653023df369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image,
  #s-312926f4-764f-4386-8927-b653023df369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-312926f4-764f-4386-8927-b653023df369 {
    width: 100%;
    height: auto;
  }

  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-312926f4-764f-4386-8927-b653023df369.shogun-image {
    
    
  }


.s-312926f4-764f-4386-8927-b653023df369 .shogun-image-content {
  
    align-items: center;
  
}

.s-312926f4-764f-4386-8927-b653023df369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312926f4-764f-4386-8927-b653023df369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-312926f4-764f-4386-8927-b653023df369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
      position: relative;
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312926f4-764f-4386-8927-b653023df369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image,
  #s-312926f4-764f-4386-8927-b653023df369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-312926f4-764f-4386-8927-b653023df369 {
    width: 100%;
    height: auto;
  }

  #s-312926f4-764f-4386-8927-b653023df369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-312926f4-764f-4386-8927-b653023df369.shogun-image {
    
    
  }


.s-312926f4-764f-4386-8927-b653023df369 .shogun-image-content {
  
    align-items: center;
  
}

.s-312926f4-764f-4386-8927-b653023df369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312926f4-764f-4386-8927-b653023df369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-312926f4-764f-4386-8927-b653023df369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container {
      position: relative;
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312926f4-764f-4386-8927-b653023df369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312926f4-764f-4386-8927-b653023df369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5dc3b31e-ca69-431a-a094-279cda683b97 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image,
  #s-5dc3b31e-ca69-431a-a094-279cda683b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 {
    width: 100%;
    height: auto;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
    
    
  }


.s-5dc3b31e-ca69-431a-a094-279cda683b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dc3b31e-ca69-431a-a094-279cda683b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
      position: relative;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image,
  #s-5dc3b31e-ca69-431a-a094-279cda683b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 {
    width: 100%;
    height: auto;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
    
    
  }


.s-5dc3b31e-ca69-431a-a094-279cda683b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dc3b31e-ca69-431a-a094-279cda683b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
      position: relative;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image,
  #s-5dc3b31e-ca69-431a-a094-279cda683b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 {
    width: 100%;
    height: auto;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
    
    
  }


.s-5dc3b31e-ca69-431a-a094-279cda683b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dc3b31e-ca69-431a-a094-279cda683b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
      position: relative;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image,
  #s-5dc3b31e-ca69-431a-a094-279cda683b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 {
    width: 100%;
    height: auto;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
    
    
  }


.s-5dc3b31e-ca69-431a-a094-279cda683b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dc3b31e-ca69-431a-a094-279cda683b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
      position: relative;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image,
  #s-5dc3b31e-ca69-431a-a094-279cda683b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 {
    width: 100%;
    height: auto;
  }

  #s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
    
    
  }


.s-5dc3b31e-ca69-431a-a094-279cda683b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dc3b31e-ca69-431a-a094-279cda683b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container {
      position: relative;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dc3b31e-ca69-431a-a094-279cda683b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
  max-width: 1400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image,
  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
    width: 100%;
    height: auto;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
    
    
  }


.s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
      position: relative;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image,
  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
    width: 100%;
    height: auto;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
    
    
  }


.s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
      position: relative;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image,
  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
    width: 100%;
    height: auto;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
    
    
  }


.s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
      position: relative;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image,
  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
    width: 100%;
    height: auto;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
    
    
  }


.s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
      position: relative;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image,
  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
    width: 100%;
    height: auto;
  }

  #s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
    
    
  }


.s-88083015-1dd2-4dcb-9330-b2b75ef93f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container {
      position: relative;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88083015-1dd2-4dcb-9330-b2b75ef93f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2e779998-a561-4230-a602-c5028d011697 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image,
  #s-2e779998-a561-4230-a602-c5028d011697 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 {
    width: 100%;
    height: auto;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
    
    
  }


.s-2e779998-a561-4230-a602-c5028d011697 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e779998-a561-4230-a602-c5028d011697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e779998-a561-4230-a602-c5028d011697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
      position: relative;
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image,
  #s-2e779998-a561-4230-a602-c5028d011697 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 {
    width: 100%;
    height: auto;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
    
    
  }


.s-2e779998-a561-4230-a602-c5028d011697 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e779998-a561-4230-a602-c5028d011697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e779998-a561-4230-a602-c5028d011697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
      position: relative;
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image,
  #s-2e779998-a561-4230-a602-c5028d011697 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 {
    width: 100%;
    height: auto;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
    
    
  }


.s-2e779998-a561-4230-a602-c5028d011697 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e779998-a561-4230-a602-c5028d011697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e779998-a561-4230-a602-c5028d011697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
      position: relative;
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image,
  #s-2e779998-a561-4230-a602-c5028d011697 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 {
    width: 100%;
    height: auto;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
    
    
  }


.s-2e779998-a561-4230-a602-c5028d011697 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e779998-a561-4230-a602-c5028d011697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e779998-a561-4230-a602-c5028d011697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
      position: relative;
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image,
  #s-2e779998-a561-4230-a602-c5028d011697 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 {
    width: 100%;
    height: auto;
  }

  #s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
    
    
  }


.s-2e779998-a561-4230-a602-c5028d011697 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e779998-a561-4230-a602-c5028d011697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e779998-a561-4230-a602-c5028d011697.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e779998-a561-4230-a602-c5028d011697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container {
      position: relative;
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e779998-a561-4230-a602-c5028d011697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e779998-a561-4230-a602-c5028d011697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6a59d016-6970-495e-9996-0af5c4ca4608 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

.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-230ac827-ce07-42fd-a13f-3ebb208b1612 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-230ac827-ce07-42fd-a13f-3ebb208b1612"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-230ac827-ce07-42fd-a13f-3ebb208b1612"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-230ac827-ce07-42fd-a13f-3ebb208b1612"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-230ac827-ce07-42fd-a13f-3ebb208b1612"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-779aec39-a697-479d-b008-6584b4bc96bb {
  text-align: left;
}



.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779aec39-a697-479d-b008-6584b4bc96bb img.shogun-image {
  width: 100%;
}



}
.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-fa19b411-b018-4bb2-8e23-90f1743d1f0f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fa19b411-b018-4bb2-8e23-90f1743d1f0f .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-bdaaba89-7c21-439a-acf1-0a9aeba9286b {
  min-height: 50px;
}








#s-bdaaba89-7c21-439a-acf1-0a9aeba9286b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdaaba89-7c21-439a-acf1-0a9aeba9286b {
  cursor: pointer;
}#s-bdaaba89-7c21-439a-acf1-0a9aeba9286b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c41a1e88-24ed-4b82-952e-7385e404e630 {
  text-align: center;
}

#s-c41a1e88-24ed-4b82-952e-7385e404e630 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c41a1e88-24ed-4b82-952e-7385e404e630 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c41a1e88-24ed-4b82-952e-7385e404e630 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.Rte .colorpatch span a:hover{
    color: unset;
    opacity:0.7;
    font-size:20px;
}

.colorpatch {
    text-align: center;
    letter-spacing: -0.01em;
    font-size: 20px;
}
#s-fca73cdc-f1a9-4dd2-be48-afd7b4bff4d1 {
  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;
text-align: center;
}

#s-6c27269c-b660-443e-a12d-4ea53f724ae7 {
  text-align: left;
}



.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c27269c-b660-443e-a12d-4ea53f724ae7 img.shogun-image {
  width: 100%;
}



}
#s-81aec613-3350-49eb-8694-21b935b69c50 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-81aec613-3350-49eb-8694-21b935b69c50 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-d97ec603-4258-4638-943b-c33caf1edcef {
  min-height: 50px;
}








#s-d97ec603-4258-4638-943b-c33caf1edcef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d97ec603-4258-4638-943b-c33caf1edcef {
  cursor: pointer;
}#s-d97ec603-4258-4638-943b-c33caf1edcef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9d15983-d277-4657-8c77-fa2f6b47e472 {
  text-align: center;
}

#s-c9d15983-d277-4657-8c77-fa2f6b47e472 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c9d15983-d277-4657-8c77-fa2f6b47e472 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c9d15983-d277-4657-8c77-fa2f6b47e472 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ba61a40b-7765-4ce0-8b52-7ee641998971 {
  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;
text-align: center;
}

#s-63da62cc-0c40-49ef-92ee-cf68b74896c7 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-63da62cc-0c40-49ef-92ee-cf68b74896c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63da62cc-0c40-49ef-92ee-cf68b74896c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ae8b3f0-9836-412a-961c-58f28be07abc {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-8ae8b3f0-9836-412a-961c-58f28be07abc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8ae8b3f0-9836-412a-961c-58f28be07abc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ae8b3f0-9836-412a-961c-58f28be07abc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ae8b3f0-9836-412a-961c-58f28be07abc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c445c52-75db-46e9-b947-9d53f9a13b7d {
  text-align: left;
}



.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c445c52-75db-46e9-b947-9d53f9a13b7d img.shogun-image {
  width: 100%;
}



}
#s-82b55bd4-5bdb-46f8-b42a-e99899b0735d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-82b55bd4-5bdb-46f8-b42a-e99899b0735d .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-dfc75444-274c-4211-9e8e-be1a91d3d1fb {
  min-height: 50px;
}








#s-dfc75444-274c-4211-9e8e-be1a91d3d1fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfc75444-274c-4211-9e8e-be1a91d3d1fb {
  cursor: pointer;
}#s-dfc75444-274c-4211-9e8e-be1a91d3d1fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1198db05-fa03-4e6d-b424-26e93e3b96f2 {
  text-align: center;
}

#s-1198db05-fa03-4e6d-b424-26e93e3b96f2 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1198db05-fa03-4e6d-b424-26e93e3b96f2 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1198db05-fa03-4e6d-b424-26e93e3b96f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ba15bb64-3117-4403-92c8-f14c4b4c9701 {
  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;
text-align: center;
}

#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a {
  text-align: left;
}



.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d066e739-a2b0-4bd8-a27a-e7ae6aaa7c3a img.shogun-image {
  width: 100%;
}



}
#s-b14bd223-3186-43bd-b3ae-bbd213104263 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b14bd223-3186-43bd-b3ae-bbd213104263 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-df6ad2b0-9aaa-49ff-8bd2-0e0d6ebf8190 {
  min-height: 50px;
}








#s-df6ad2b0-9aaa-49ff-8bd2-0e0d6ebf8190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6ad2b0-9aaa-49ff-8bd2-0e0d6ebf8190 {
  cursor: pointer;
}#s-df6ad2b0-9aaa-49ff-8bd2-0e0d6ebf8190.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cb4c755-6841-4eeb-9b73-3bce9782a1c1 {
  text-align: center;
}

#s-8cb4c755-6841-4eeb-9b73-3bce9782a1c1 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8cb4c755-6841-4eeb-9b73-3bce9782a1c1 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8cb4c755-6841-4eeb-9b73-3bce9782a1c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35d6449f-a8b2-462c-aa8a-f79744a0af7f {
  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;
text-align: center;
}

#s-2cc7ff10-83a6-4c29-88a6-1bb0197f7fbb {
  padding-top: 1px;
padding-bottom: 1px;
min-height: 50px;
background-color: rgba(228, 224, 208, 1);
}








#s-2cc7ff10-83a6-4c29-88a6-1bb0197f7fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cc7ff10-83a6-4c29-88a6-1bb0197f7fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4557594b-e1a4-426d-9d0d-93303a946ebf {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4557594b-e1a4-426d-9d0d-93303a946ebf .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e56e52b9-83c6-4d4a-a811-fb630454a610 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-e56e52b9-83c6-4d4a-a811-fb630454a610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e56e52b9-83c6-4d4a-a811-fb630454a610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-324e2db4-5b95-4b54-b65c-baf7b88d1771 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-324e2db4-5b95-4b54-b65c-baf7b88d1771"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-324e2db4-5b95-4b54-b65c-baf7b88d1771"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-324e2db4-5b95-4b54-b65c-baf7b88d1771"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-324e2db4-5b95-4b54-b65c-baf7b88d1771"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dfa1b439-179d-4f75-aa43-29a92d299360 {
  text-align: left;
}



.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfa1b439-179d-4f75-aa43-29a92d299360 img.shogun-image {
  width: 100%;
}



}
#s-9c03816c-dcc7-449c-a3b7-7633ef94e730 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-9c03816c-dcc7-449c-a3b7-7633ef94e730 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-be213411-beec-46ad-8482-7393bedf103f {
  min-height: 50px;
}








#s-be213411-beec-46ad-8482-7393bedf103f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be213411-beec-46ad-8482-7393bedf103f {
  cursor: pointer;
}#s-be213411-beec-46ad-8482-7393bedf103f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f6e360f-4ac8-4811-b419-0c2f60ef156a {
  text-align: center;
}

#s-1f6e360f-4ac8-4811-b419-0c2f60ef156a .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f6e360f-4ac8-4811-b419-0c2f60ef156a .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1f6e360f-4ac8-4811-b419-0c2f60ef156a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-91a10909-7d73-4ca0-9dde-7d0282e9926b {
  text-align: left;
}



.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a10909-7d73-4ca0-9dde-7d0282e9926b img.shogun-image {
  width: 100%;
}



}
#s-35ded749-a78e-4b8a-b15c-ba738734405c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-35ded749-a78e-4b8a-b15c-ba738734405c .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7febe266-d390-4275-8b25-f09095b48dc0 {
  min-height: 50px;
}








#s-7febe266-d390-4275-8b25-f09095b48dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7febe266-d390-4275-8b25-f09095b48dc0 {
  cursor: pointer;
}#s-7febe266-d390-4275-8b25-f09095b48dc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd5093a6-d953-4351-9a8b-7ce1e373876f {
  text-align: center;
}

#s-bd5093a6-d953-4351-9a8b-7ce1e373876f .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bd5093a6-d953-4351-9a8b-7ce1e373876f .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bd5093a6-d953-4351-9a8b-7ce1e373876f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5f9daa7d-d36c-4a36-8bea-e115527ce26c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-72b57046-74e5-4a6e-a5a6-0f055bc66fce {
  margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
text-align: left;
background-color: rgba(204, 204, 255, 0);
}

#s-9fdb9975-b328-4ba3-ad61-de45a2e44901 {
  margin-top: 50px;
min-height: 50px;
}








#s-9fdb9975-b328-4ba3-ad61-de45a2e44901 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fdb9975-b328-4ba3-ad61-de45a2e44901.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-476e4cf2-1a9c-4727-a48b-d2f0bc6f8a48 {
  margin-top: 20px;
}

#s-c8a149f4-07c5-432c-b479-cdfd116e5b67 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c8a149f4-07c5-432c-b479-cdfd116e5b67 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c8a149f4-07c5-432c-b479-cdfd116e5b67 .shg-sld-nav-button.shg-sld-left,
#s-c8a149f4-07c5-432c-b479-cdfd116e5b67 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image,
  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
    width: 100%;
    height: auto;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
    
    
  }


.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shogun-image-content {
  
    align-items: center;
  
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
      position: relative;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image,
  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
    width: 100%;
    height: auto;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
    
    
  }


.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shogun-image-content {
  
    align-items: center;
  
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
      position: relative;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image,
  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
    width: 100%;
    height: auto;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
    
    
  }


.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shogun-image-content {
  
    align-items: center;
  
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
      position: relative;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image,
  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
    width: 100%;
    height: auto;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
    
    
  }


.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shogun-image-content {
  
    align-items: center;
  
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
      position: relative;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image,
  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
    width: 100%;
    height: auto;
  }

  #s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
    
    
  }


.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a .shogun-image-content {
  
    align-items: center;
  
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container {
      position: relative;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8132bd80-b311-4f8e-9122-6d707ca4ef3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image,
  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
    width: 100%;
    height: auto;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
    
    
  }


.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shogun-image-content {
  
    align-items: center;
  
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
      position: relative;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image,
  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
    width: 100%;
    height: auto;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
    
    
  }


.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shogun-image-content {
  
    align-items: center;
  
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
      position: relative;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image,
  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
    width: 100%;
    height: auto;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
    
    
  }


.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shogun-image-content {
  
    align-items: center;
  
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
      position: relative;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image,
  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
    width: 100%;
    height: auto;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
    
    
  }


.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shogun-image-content {
  
    align-items: center;
  
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
      position: relative;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image,
  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
    width: 100%;
    height: auto;
  }

  #s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
    
    
  }


.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c .shogun-image-content {
  
    align-items: center;
  
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container {
      position: relative;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec82fa1-019c-4f85-abbb-f43d9a60bf9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-40103472-65b9-4bf9-abac-167e9410435b {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image,
  #s-40103472-65b9-4bf9-abac-167e9410435b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b {
    width: 100%;
    height: auto;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
    
    
  }


.s-40103472-65b9-4bf9-abac-167e9410435b .shogun-image-content {
  
    align-items: center;
  
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40103472-65b9-4bf9-abac-167e9410435b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
      position: relative;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image,
  #s-40103472-65b9-4bf9-abac-167e9410435b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b {
    width: 100%;
    height: auto;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
    
    
  }


.s-40103472-65b9-4bf9-abac-167e9410435b .shogun-image-content {
  
    align-items: center;
  
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40103472-65b9-4bf9-abac-167e9410435b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
      position: relative;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image,
  #s-40103472-65b9-4bf9-abac-167e9410435b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b {
    width: 100%;
    height: auto;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
    
    
  }


.s-40103472-65b9-4bf9-abac-167e9410435b .shogun-image-content {
  
    align-items: center;
  
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40103472-65b9-4bf9-abac-167e9410435b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
      position: relative;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image,
  #s-40103472-65b9-4bf9-abac-167e9410435b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b {
    width: 100%;
    height: auto;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
    
    
  }


.s-40103472-65b9-4bf9-abac-167e9410435b .shogun-image-content {
  
    align-items: center;
  
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40103472-65b9-4bf9-abac-167e9410435b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
      position: relative;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image,
  #s-40103472-65b9-4bf9-abac-167e9410435b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b {
    width: 100%;
    height: auto;
  }

  #s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
    
    
  }


.s-40103472-65b9-4bf9-abac-167e9410435b .shogun-image-content {
  
    align-items: center;
  
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40103472-65b9-4bf9-abac-167e9410435b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container {
      position: relative;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40103472-65b9-4bf9-abac-167e9410435b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2810373d-0690-4afb-a31b-60d37f63822c {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image,
  #s-2810373d-0690-4afb-a31b-60d37f63822c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c {
    width: 100%;
    height: auto;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
    
    
  }


.s-2810373d-0690-4afb-a31b-60d37f63822c .shogun-image-content {
  
    align-items: center;
  
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2810373d-0690-4afb-a31b-60d37f63822c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
      position: relative;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image,
  #s-2810373d-0690-4afb-a31b-60d37f63822c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c {
    width: 100%;
    height: auto;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
    
    
  }


.s-2810373d-0690-4afb-a31b-60d37f63822c .shogun-image-content {
  
    align-items: center;
  
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2810373d-0690-4afb-a31b-60d37f63822c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
      position: relative;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image,
  #s-2810373d-0690-4afb-a31b-60d37f63822c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c {
    width: 100%;
    height: auto;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
    
    
  }


.s-2810373d-0690-4afb-a31b-60d37f63822c .shogun-image-content {
  
    align-items: center;
  
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2810373d-0690-4afb-a31b-60d37f63822c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
      position: relative;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image,
  #s-2810373d-0690-4afb-a31b-60d37f63822c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c {
    width: 100%;
    height: auto;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
    
    
  }


.s-2810373d-0690-4afb-a31b-60d37f63822c .shogun-image-content {
  
    align-items: center;
  
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2810373d-0690-4afb-a31b-60d37f63822c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
      position: relative;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image,
  #s-2810373d-0690-4afb-a31b-60d37f63822c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c {
    width: 100%;
    height: auto;
  }

  #s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
    
    
  }


.s-2810373d-0690-4afb-a31b-60d37f63822c .shogun-image-content {
  
    align-items: center;
  
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2810373d-0690-4afb-a31b-60d37f63822c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container {
      position: relative;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2810373d-0690-4afb-a31b-60d37f63822c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b0224cf2-be8d-49bc-ba7f-cb5a12b898ea {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-b0224cf2-be8d-49bc-ba7f-cb5a12b898ea {
  margin-bottom: 20px;
}
}
#s-b257aae4-640a-46a0-bb27-cde19ba30238 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-b257aae4-640a-46a0-bb27-cde19ba30238"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b257aae4-640a-46a0-bb27-cde19ba30238"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b257aae4-640a-46a0-bb27-cde19ba30238"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b257aae4-640a-46a0-bb27-cde19ba30238"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d5f549e6-b637-420d-8577-4891e54c2bb4 {
  text-align: left;
}



.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5f549e6-b637-420d-8577-4891e54c2bb4 img.shogun-image {
  width: 100%;
}



}
#s-72417a1b-6d9e-4948-89b5-38065c9c493d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-72417a1b-6d9e-4948-89b5-38065c9c493d .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-af930713-c478-4af0-83bc-fd3e37bcc7b7 {
  min-height: 50px;
}








#s-af930713-c478-4af0-83bc-fd3e37bcc7b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af930713-c478-4af0-83bc-fd3e37bcc7b7 {
  cursor: pointer;
}#s-af930713-c478-4af0-83bc-fd3e37bcc7b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-212edf60-aa9e-40f2-a326-d95cd309c429 {
  text-align: center;
}

#s-212edf60-aa9e-40f2-a326-d95cd309c429 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-212edf60-aa9e-40f2-a326-d95cd309c429 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-212edf60-aa9e-40f2-a326-d95cd309c429 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c2bb9c17-33a2-43d8-959b-12884aa381cf {
  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;
text-align: center;
}

#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d {
  text-align: left;
}



.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f50f75a-4276-4dd5-9c67-3e73c124f14d img.shogun-image {
  width: 100%;
}



}
#s-3972148b-dc90-476d-be04-53a031d19126 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3972148b-dc90-476d-be04-53a031d19126 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-7c5443b0-de9e-422d-ac3c-3618860fd351 {
  min-height: 50px;
}








#s-7c5443b0-de9e-422d-ac3c-3618860fd351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c5443b0-de9e-422d-ac3c-3618860fd351 {
  cursor: pointer;
}#s-7c5443b0-de9e-422d-ac3c-3618860fd351.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27084f60-439c-4bb7-a963-bd03ef8bc5c2 {
  text-align: center;
}

#s-27084f60-439c-4bb7-a963-bd03ef8bc5c2 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-27084f60-439c-4bb7-a963-bd03ef8bc5c2 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-27084f60-439c-4bb7-a963-bd03ef8bc5c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ae5d8dbb-dcbe-429a-a634-3d5784ba108d {
  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;
text-align: center;
}

#s-aaa7a4eb-af12-4f6a-97c1-83ce22326890 {
  margin-top: 50px;
margin-bottom: 30px;
min-height: 50px;
}








#s-aaa7a4eb-af12-4f6a-97c1-83ce22326890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa7a4eb-af12-4f6a-97c1-83ce22326890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-822287d2-f08b-4176-b568-01594554e846 {
  margin-top: 20px;
}

#s-d55e9ea8-ed15-4b20-86bb-7bcf57b11464 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d55e9ea8-ed15-4b20-86bb-7bcf57b11464 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d55e9ea8-ed15-4b20-86bb-7bcf57b11464 .shg-sld-nav-button.shg-sld-left,
#s-d55e9ea8-ed15-4b20-86bb-7bcf57b11464 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image,
  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
    width: 100%;
    height: auto;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
    
    
  }


.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
      position: relative;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image,
  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
    width: 100%;
    height: auto;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
    
    
  }


.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
      position: relative;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image,
  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
    width: 100%;
    height: auto;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
    
    
  }


.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
      position: relative;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image,
  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
    width: 100%;
    height: auto;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
    
    
  }


.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
      position: relative;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image,
  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
    width: 100%;
    height: auto;
  }

  #s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
    
    
  }


.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container {
      position: relative;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6216ab5-fff7-4c6e-b793-5678bbdf8ecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f924e2ab-8297-4ad5-936f-317359749f73 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image,
  #s-f924e2ab-8297-4ad5-936f-317359749f73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 {
    width: 100%;
    height: auto;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
    
    
  }


.s-f924e2ab-8297-4ad5-936f-317359749f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f924e2ab-8297-4ad5-936f-317359749f73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
      position: relative;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image,
  #s-f924e2ab-8297-4ad5-936f-317359749f73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 {
    width: 100%;
    height: auto;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
    
    
  }


.s-f924e2ab-8297-4ad5-936f-317359749f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f924e2ab-8297-4ad5-936f-317359749f73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
      position: relative;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image,
  #s-f924e2ab-8297-4ad5-936f-317359749f73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 {
    width: 100%;
    height: auto;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
    
    
  }


.s-f924e2ab-8297-4ad5-936f-317359749f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f924e2ab-8297-4ad5-936f-317359749f73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
      position: relative;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image,
  #s-f924e2ab-8297-4ad5-936f-317359749f73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 {
    width: 100%;
    height: auto;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
    
    
  }


.s-f924e2ab-8297-4ad5-936f-317359749f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f924e2ab-8297-4ad5-936f-317359749f73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
      position: relative;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image,
  #s-f924e2ab-8297-4ad5-936f-317359749f73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 {
    width: 100%;
    height: auto;
  }

  #s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
    
    
  }


.s-f924e2ab-8297-4ad5-936f-317359749f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f924e2ab-8297-4ad5-936f-317359749f73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container {
      position: relative;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f924e2ab-8297-4ad5-936f-317359749f73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image,
  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
    width: 100%;
    height: auto;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
    
    
  }


.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
      position: relative;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image,
  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
    width: 100%;
    height: auto;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
    
    
  }


.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
      position: relative;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image,
  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
    width: 100%;
    height: auto;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
    
    
  }


.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
      position: relative;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image,
  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
    width: 100%;
    height: auto;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
    
    
  }


.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
      position: relative;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image,
  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
    width: 100%;
    height: auto;
  }

  #s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
    
    
  }


.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container {
      position: relative;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1826f08-5f07-4537-82c7-640ddcc2fa5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4a70eef5-cc6a-46c8-9074-5e80f87d1d42 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-4a70eef5-cc6a-46c8-9074-5e80f87d1d42 {
  margin-bottom: 20px;
}
}
#s-befadab9-e089-4ecc-a7dd-e38ebad4789d {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-befadab9-e089-4ecc-a7dd-e38ebad4789d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-befadab9-e089-4ecc-a7dd-e38ebad4789d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-927aac23-ca65-463b-b03d-c7411bcdab55 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-927aac23-ca65-463b-b03d-c7411bcdab55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-927aac23-ca65-463b-b03d-c7411bcdab55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-927aac23-ca65-463b-b03d-c7411bcdab55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-927aac23-ca65-463b-b03d-c7411bcdab55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b {
  text-align: left;
}



.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c52a8321-5d25-45cd-b59d-a80ad5cfb80b img.shogun-image {
  width: 100%;
}



}
#s-21f645cf-0f0b-4df2-83d3-e54736f643b1 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-21f645cf-0f0b-4df2-83d3-e54736f643b1 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-70982a64-beb1-4934-b8fa-1ec607fc4336 {
  min-height: 50px;
}








#s-70982a64-beb1-4934-b8fa-1ec607fc4336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70982a64-beb1-4934-b8fa-1ec607fc4336 {
  cursor: pointer;
}#s-70982a64-beb1-4934-b8fa-1ec607fc4336.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b8507e5-a5c6-4fa7-8b3c-3072225fc995 {
  text-align: center;
}

#s-5b8507e5-a5c6-4fa7-8b3c-3072225fc995 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5b8507e5-a5c6-4fa7-8b3c-3072225fc995 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5b8507e5-a5c6-4fa7-8b3c-3072225fc995 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d5adbfbd-9c9c-4433-907c-d54cab797fea {
  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;
text-align: center;
}

#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 {
  text-align: left;
}



.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06244faa-301f-4007-aaa2-ae0b3ef0c002 img.shogun-image {
  width: 100%;
}



}
#s-4c44d94d-4188-42d4-99a2-fbc73a6c485e {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4c44d94d-4188-42d4-99a2-fbc73a6c485e .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-d8c3c2ef-f3a2-4ef6-9800-8555ef528225 {
  min-height: 50px;
}








#s-d8c3c2ef-f3a2-4ef6-9800-8555ef528225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c3c2ef-f3a2-4ef6-9800-8555ef528225 {
  cursor: pointer;
}#s-d8c3c2ef-f3a2-4ef6-9800-8555ef528225.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd1d001d-91ed-4b86-a3f2-df53ce39ee0a {
  text-align: center;
}

#s-dd1d001d-91ed-4b86-a3f2-df53ce39ee0a .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dd1d001d-91ed-4b86-a3f2-df53ce39ee0a .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-dd1d001d-91ed-4b86-a3f2-df53ce39ee0a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cb4ef2b3-39da-4706-910f-f0d2cc933d7b {
  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;
text-align: center;
}

#s-7f6ed5ee-e15b-47a6-ba6f-25dd7b4495d6 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-7f6ed5ee-e15b-47a6-ba6f-25dd7b4495d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f6ed5ee-e15b-47a6-ba6f-25dd7b4495d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f6ed5ee-e15b-47a6-ba6f-25dd7b4495d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f6ed5ee-e15b-47a6-ba6f-25dd7b4495d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80c94284-d780-4ca9-b088-6c95dd552699 {
  text-align: left;
}



.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c94284-d780-4ca9-b088-6c95dd552699 img.shogun-image {
  width: 100%;
}



}
#s-657e8f6d-8b4a-420b-89e2-bfd9dd9c3669 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-657e8f6d-8b4a-420b-89e2-bfd9dd9c3669 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-ef831edd-e563-47c8-8826-95b6d93eb190 {
  min-height: 50px;
}








#s-ef831edd-e563-47c8-8826-95b6d93eb190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef831edd-e563-47c8-8826-95b6d93eb190 {
  cursor: pointer;
}#s-ef831edd-e563-47c8-8826-95b6d93eb190.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b4eed16-a485-41eb-86ed-3e19415438f2 {
  text-align: center;
}

#s-6b4eed16-a485-41eb-86ed-3e19415438f2 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6b4eed16-a485-41eb-86ed-3e19415438f2 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6b4eed16-a485-41eb-86ed-3e19415438f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-47752d5a-b038-4cb9-847b-910c59d6c9dd {
  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;
text-align: center;
}

#s-dfefffcb-51da-4c41-b30b-f3262154be31 {
  text-align: left;
}



.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfefffcb-51da-4c41-b30b-f3262154be31 img.shogun-image {
  width: 100%;
}



}
#s-7dac3635-9342-4f43-a9f2-aca962668abe {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7dac3635-9342-4f43-a9f2-aca962668abe .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-62fb0c44-e1f9-4fba-9838-e761ce79484d {
  min-height: 50px;
}








#s-62fb0c44-e1f9-4fba-9838-e761ce79484d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62fb0c44-e1f9-4fba-9838-e761ce79484d {
  cursor: pointer;
}#s-62fb0c44-e1f9-4fba-9838-e761ce79484d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaf77acc-4c9a-4fb5-8010-3dfdad641817 {
  text-align: center;
}

#s-aaf77acc-4c9a-4fb5-8010-3dfdad641817 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aaf77acc-4c9a-4fb5-8010-3dfdad641817 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-aaf77acc-4c9a-4fb5-8010-3dfdad641817 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19334f16-13df-49a2-9aac-dd694df822e5 {
  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;
text-align: center;
}

#s-d11b0ac6-7b0b-4004-a1dc-10d4dfe57f7f {
  margin-top: 0px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d11b0ac6-7b0b-4004-a1dc-10d4dfe57f7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d11b0ac6-7b0b-4004-a1dc-10d4dfe57f7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d11b0ac6-7b0b-4004-a1dc-10d4dfe57f7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d11b0ac6-7b0b-4004-a1dc-10d4dfe57f7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3920dad3-24f3-4e0f-816e-75ed6f789254 {
  text-align: left;
}



.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3920dad3-24f3-4e0f-816e-75ed6f789254 img.shogun-image {
  width: 100%;
}



}
#s-d90b63c2-c45d-4e30-a01f-8f7291e8c431 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d90b63c2-c45d-4e30-a01f-8f7291e8c431 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-88db7f5b-68ed-40ee-a13c-a996c3ec9824 {
  min-height: 50px;
}








#s-88db7f5b-68ed-40ee-a13c-a996c3ec9824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88db7f5b-68ed-40ee-a13c-a996c3ec9824 {
  cursor: pointer;
}#s-88db7f5b-68ed-40ee-a13c-a996c3ec9824.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c896de03-2bc3-4053-93d2-48ba69997017 {
  text-align: center;
}

#s-c896de03-2bc3-4053-93d2-48ba69997017 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c896de03-2bc3-4053-93d2-48ba69997017 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c896de03-2bc3-4053-93d2-48ba69997017 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-20715d3e-7848-4a50-9a1a-1bedefbaf4c4 {
  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;
text-align: center;
}

#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb {
  text-align: left;
}



.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e966b-cdb4-4193-afd7-c2d383bd1ddb img.shogun-image {
  width: 100%;
}



}
#s-6e42a74e-dab6-41bf-b685-70074ff18c83 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6e42a74e-dab6-41bf-b685-70074ff18c83 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-bbd68335-b0ea-472b-87eb-833c0f7a21dc {
  min-height: 50px;
}








#s-bbd68335-b0ea-472b-87eb-833c0f7a21dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd68335-b0ea-472b-87eb-833c0f7a21dc {
  cursor: pointer;
}#s-bbd68335-b0ea-472b-87eb-833c0f7a21dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab492677-b0f1-4770-810e-57002c4ba80c {
  text-align: center;
}

#s-ab492677-b0f1-4770-810e-57002c4ba80c .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ab492677-b0f1-4770-810e-57002c4ba80c .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ab492677-b0f1-4770-810e-57002c4ba80c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-143993b4-062b-4571-b726-b08211e39cca {
  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;
text-align: center;
}

#s-462553f9-551e-42c1-94be-a8033fd4f9bb {
  min-height: 50px;
background-color: rgba(228, 224, 208, 1);
}








#s-462553f9-551e-42c1-94be-a8033fd4f9bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-462553f9-551e-42c1-94be-a8033fd4f9bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45023cdf-a1d8-41dd-bddd-1bd9ace40e53 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45023cdf-a1d8-41dd-bddd-1bd9ace40e53 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-34359fba-4db4-47cd-a328-957987914d3f {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-34359fba-4db4-47cd-a328-957987914d3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34359fba-4db4-47cd-a328-957987914d3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fa74f88-3cca-4321-8f61-562d0eec105f {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4fa74f88-3cca-4321-8f61-562d0eec105f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4fa74f88-3cca-4321-8f61-562d0eec105f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa74f88-3cca-4321-8f61-562d0eec105f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa74f88-3cca-4321-8f61-562d0eec105f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4e82187b-206a-418e-80d8-235878bd550f {
  text-align: left;
}



.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e82187b-206a-418e-80d8-235878bd550f img.shogun-image {
  width: 100%;
}



}
#s-2a28a70d-f1c1-4af4-9dbf-06541a88d38b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2a28a70d-f1c1-4af4-9dbf-06541a88d38b .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-92c1f681-694a-451f-af2a-b94a3c4e9355 {
  min-height: 50px;
}








#s-92c1f681-694a-451f-af2a-b94a3c4e9355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92c1f681-694a-451f-af2a-b94a3c4e9355 {
  cursor: pointer;
}#s-92c1f681-694a-451f-af2a-b94a3c4e9355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78ab5be4-8167-4d0f-bbd7-6295a89f7f30 {
  text-align: center;
}

#s-78ab5be4-8167-4d0f-bbd7-6295a89f7f30 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78ab5be4-8167-4d0f-bbd7-6295a89f7f30 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-78ab5be4-8167-4d0f-bbd7-6295a89f7f30 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 {
  text-align: left;
}



.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09515051-ae7e-4952-90ff-d2124d1d8dc1 img.shogun-image {
  width: 100%;
}



}
#s-9acbfa1a-5a5b-4f00-a02a-0948baf0af36 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-9acbfa1a-5a5b-4f00-a02a-0948baf0af36 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-145f932f-3cd0-4fdf-a1a6-ca826bb54f72 {
  min-height: 50px;
}








#s-145f932f-3cd0-4fdf-a1a6-ca826bb54f72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-145f932f-3cd0-4fdf-a1a6-ca826bb54f72 {
  cursor: pointer;
}#s-145f932f-3cd0-4fdf-a1a6-ca826bb54f72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-731767f1-d37c-40ed-8640-c192eea8593f {
  text-align: center;
}

#s-731767f1-d37c-40ed-8640-c192eea8593f .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-731767f1-d37c-40ed-8640-c192eea8593f .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-731767f1-d37c-40ed-8640-c192eea8593f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-da2f3aef-33e9-466e-9022-34afd10b6f42 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-7f6d04bb-20e3-4f7d-b330-59373dbc65d8 {
  margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
text-align: left;
background-color: rgba(204, 204, 255, 0);
}

#s-2ba8f3fe-28a1-43ac-8595-edf64b120280 {
  min-height: 50px;
}








#s-2ba8f3fe-28a1-43ac-8595-edf64b120280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ba8f3fe-28a1-43ac-8595-edf64b120280.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dc3ee82-2473-4647-aa0f-7dd3fa6daf9c {
  margin-top: 100px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dc3ee82-2473-4647-aa0f-7dd3fa6daf9c .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d35b7304-49f2-4112-917d-6252fa511b4e {
  margin-bottom: 40px;
min-height: 50px;
}








#s-d35b7304-49f2-4112-917d-6252fa511b4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d35b7304-49f2-4112-917d-6252fa511b4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53827cf3-65a4-42f8-b3ce-602b1b83567f {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
  max-width: 900px;
aspect-ratio: 900/745;
text-align: center;
}





  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image,
  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
    width: 100%;
    height: auto;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
    
    
  }


.s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
      --shg-aspect-ratio: calc(900/745); 
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
      position: relative;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image,
  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
    width: 100%;
    height: auto;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
    
    
  }


.s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
      --shg-aspect-ratio: calc(900/745); 
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
      position: relative;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image,
  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
    width: 100%;
    height: auto;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
    
    
  }


.s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
      --shg-aspect-ratio: calc(900/745); 
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
      position: relative;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image,
  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
    width: 100%;
    height: auto;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
    
    
  }


.s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
      --shg-aspect-ratio: calc(900/745); 
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
      position: relative;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image,
  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
    width: 100%;
    height: auto;
  }

  #s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
    
    
  }


.s-78876c3d-eaaf-4f25-b177-afef99f597e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 {
      --shg-aspect-ratio: calc(900/745); 
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container {
      position: relative;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78876c3d-eaaf-4f25-b177-afef99f597e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a7bced23-f15e-4dba-bd60-21fd2dc0565b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-c9c8e12f-2a7e-49dc-9d87-7fc700116420 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-c9c8e12f-2a7e-49dc-9d87-7fc700116420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9c8e12f-2a7e-49dc-9d87-7fc700116420.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ad02b41-4765-43cc-a7f3-dd2597c3dcee {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
  max-width: 900px;
aspect-ratio: 900/750;
text-align: center;
}





  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image,
  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
    width: 100%;
    height: auto;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
    
    
  }


.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
      --shg-aspect-ratio: calc(900/750); 
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
      position: relative;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image,
  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
    width: 100%;
    height: auto;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
    
    
  }


.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
      --shg-aspect-ratio: calc(900/750); 
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
      position: relative;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image,
  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
    width: 100%;
    height: auto;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
    
    
  }


.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
      --shg-aspect-ratio: calc(900/750); 
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
      position: relative;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image,
  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
    width: 100%;
    height: auto;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
    
    
  }


.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
      --shg-aspect-ratio: calc(900/750); 
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
      position: relative;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image,
  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
    width: 100%;
    height: auto;
  }

  #s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
    
    
  }


.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 {
      --shg-aspect-ratio: calc(900/750); 
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container {
      position: relative;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de2ebf7-3b2a-415a-866a-fe40debcd9d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-16b21acb-77fa-41a9-b255-3dd19324d1a7 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-44b14bb4-b12c-415e-a74a-3d926c74612c {
  min-height: 50px;
}








#s-44b14bb4-b12c-415e-a74a-3d926c74612c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b14bb4-b12c-415e-a74a-3d926c74612c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db838d34-0e52-4a48-96f2-5c81d019236d {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db838d34-0e52-4a48-96f2-5c81d019236d .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-6ba25108-a8df-422b-ad8f-f92142849985 {
  min-height: 50px;
}








#s-6ba25108-a8df-422b-ad8f-f92142849985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ba25108-a8df-422b-ad8f-f92142849985.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94c2d0ac-4abd-448c-944a-82972ff57ac6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-94c2d0ac-4abd-448c-944a-82972ff57ac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94c2d0ac-4abd-448c-944a-82972ff57ac6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0735c468-b7cb-45ea-9064-654282e2f992 {
  padding-top: 60px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0735c468-b7cb-45ea-9064-654282e2f992 {
  
}
}@media (min-width: 1200px){#s-0735c468-b7cb-45ea-9064-654282e2f992, #wrap-s-0735c468-b7cb-45ea-9064-654282e2f992 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0735c468-b7cb-45ea-9064-654282e2f992 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0735c468-b7cb-45ea-9064-654282e2f992, #wrap-s-0735c468-b7cb-45ea-9064-654282e2f992 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0735c468-b7cb-45ea-9064-654282e2f992 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0735c468-b7cb-45ea-9064-654282e2f992, #wrap-s-0735c468-b7cb-45ea-9064-654282e2f992 { display: none !important; }}@media (max-width: 767px){#s-0735c468-b7cb-45ea-9064-654282e2f992 {
  
}
}@media (max-width: 767px){#s-0735c468-b7cb-45ea-9064-654282e2f992, #wrap-s-0735c468-b7cb-45ea-9064-654282e2f992 { display: none !important; }}







#s-0735c468-b7cb-45ea-9064-654282e2f992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0735c468-b7cb-45ea-9064-654282e2f992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20a44f4d-e852-4337-b720-97779646518d {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-20a44f4d-e852-4337-b720-97779646518d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20a44f4d-e852-4337-b720-97779646518d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e68b7f3-6410-414a-a537-3c381843db6b {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-6e68b7f3-6410-414a-a537-3c381843db6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e68b7f3-6410-414a-a537-3c381843db6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e68b7f3-6410-414a-a537-3c381843db6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e68b7f3-6410-414a-a537-3c381843db6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf {
  text-align: left;
}



.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dfbdd5f-a37d-4c39-a57d-4c8590b0eccf img.shogun-image {
  width: 100%;
}



}
#s-a844791b-baf3-4dda-b2c7-ed5d7fb4164b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a844791b-baf3-4dda-b2c7-ed5d7fb4164b .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-df2567e4-5ab7-4a21-b1cc-5dc7b207e256 {
  min-height: 50px;
}








#s-df2567e4-5ab7-4a21-b1cc-5dc7b207e256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df2567e4-5ab7-4a21-b1cc-5dc7b207e256 {
  cursor: pointer;
}#s-df2567e4-5ab7-4a21-b1cc-5dc7b207e256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-994d27c5-596a-4c24-9b35-c15266878c64 {
  text-align: center;
}

#s-994d27c5-596a-4c24-9b35-c15266878c64 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-994d27c5-596a-4c24-9b35-c15266878c64 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-994d27c5-596a-4c24-9b35-c15266878c64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95c4db9a-44c3-474f-a699-93547441bf97 {
  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;
text-align: center;
}

#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc {
  text-align: left;
}



.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-584b8b17-0ded-4a32-b8df-9d0a33b139cc img.shogun-image {
  width: 100%;
}



}
#s-6c9b3d7d-0e66-4875-9892-ee2e98f94788 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6c9b3d7d-0e66-4875-9892-ee2e98f94788 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-58fa67b4-da07-4112-9c56-fabd83729e91 {
  min-height: 50px;
}








#s-58fa67b4-da07-4112-9c56-fabd83729e91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58fa67b4-da07-4112-9c56-fabd83729e91 {
  cursor: pointer;
}#s-58fa67b4-da07-4112-9c56-fabd83729e91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c918c2e-4484-4303-b14f-1e8729c4ce43 {
  text-align: center;
}

#s-3c918c2e-4484-4303-b14f-1e8729c4ce43 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3c918c2e-4484-4303-b14f-1e8729c4ce43 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3c918c2e-4484-4303-b14f-1e8729c4ce43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e9ad321a-45d3-4ee6-96bc-bc1d01b9da33 {
  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;
text-align: center;
}

#s-636cb6bf-f8c2-4eb7-af99-c42146ce9fdb {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-636cb6bf-f8c2-4eb7-af99-c42146ce9fdb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-636cb6bf-f8c2-4eb7-af99-c42146ce9fdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-636cb6bf-f8c2-4eb7-af99-c42146ce9fdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-636cb6bf-f8c2-4eb7-af99-c42146ce9fdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 {
  text-align: left;
}



.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b28778-431c-4c8e-b6a9-bb5561adceb4 img.shogun-image {
  width: 100%;
}



}
#s-ebf2401e-893d-4251-87a8-267f372aa10f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ebf2401e-893d-4251-87a8-267f372aa10f .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-d3acbffd-da6f-403d-9a87-3611e344e4ef {
  min-height: 50px;
}








#s-d3acbffd-da6f-403d-9a87-3611e344e4ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3acbffd-da6f-403d-9a87-3611e344e4ef {
  cursor: pointer;
}#s-d3acbffd-da6f-403d-9a87-3611e344e4ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bad28b1b-0b3c-460c-a5b6-b49089df50a5 {
  text-align: center;
}

#s-bad28b1b-0b3c-460c-a5b6-b49089df50a5 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bad28b1b-0b3c-460c-a5b6-b49089df50a5 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bad28b1b-0b3c-460c-a5b6-b49089df50a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a089ce7d-f0d0-4427-a9d3-89b9bc92c728 {
  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;
text-align: center;
}

#s-a8dac668-5eee-4344-873b-60b8bf99a67d {
  text-align: left;
}



.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8dac668-5eee-4344-873b-60b8bf99a67d img.shogun-image {
  width: 100%;
}



}
#s-1b649621-cc1c-43e7-8d09-c03438bca531 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1b649621-cc1c-43e7-8d09-c03438bca531 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-f47bc843-b437-45dd-bd29-ac300e04655d {
  min-height: 50px;
}








#s-f47bc843-b437-45dd-bd29-ac300e04655d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f47bc843-b437-45dd-bd29-ac300e04655d {
  cursor: pointer;
}#s-f47bc843-b437-45dd-bd29-ac300e04655d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7f0f97c-5b77-484a-abd7-763f6d205b17 {
  text-align: center;
}

#s-d7f0f97c-5b77-484a-abd7-763f6d205b17 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d7f0f97c-5b77-484a-abd7-763f6d205b17 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d7f0f97c-5b77-484a-abd7-763f6d205b17 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2cc3b971-8f07-4316-b0b5-648614649006 {
  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;
text-align: center;
}

#s-03b6f3d8-f86a-4a59-842e-4deb4a6af972 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-03b6f3d8-f86a-4a59-842e-4deb4a6af972"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-03b6f3d8-f86a-4a59-842e-4deb4a6af972"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03b6f3d8-f86a-4a59-842e-4deb4a6af972"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03b6f3d8-f86a-4a59-842e-4deb4a6af972"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1e86107c-13b0-4d90-95a7-09f607385da7 {
  text-align: left;
}



.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e86107c-13b0-4d90-95a7-09f607385da7 img.shogun-image {
  width: 100%;
}



}
#s-d427c78e-3fdb-4fcd-b7e5-7f09eae799e1 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d427c78e-3fdb-4fcd-b7e5-7f09eae799e1 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-96344ef4-9c60-41ea-8d33-2e92deb580b0 {
  min-height: 50px;
}








#s-96344ef4-9c60-41ea-8d33-2e92deb580b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96344ef4-9c60-41ea-8d33-2e92deb580b0 {
  cursor: pointer;
}#s-96344ef4-9c60-41ea-8d33-2e92deb580b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c031fe7b-fe96-418d-84d8-af28bcb00e15 {
  text-align: center;
}

#s-c031fe7b-fe96-418d-84d8-af28bcb00e15 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c031fe7b-fe96-418d-84d8-af28bcb00e15 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c031fe7b-fe96-418d-84d8-af28bcb00e15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-14715f74-7dfe-4629-a29c-0b6fae90d6fd {
  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;
text-align: center;
}

#s-4a911065-0e66-4103-8dd1-8b5d608b48df {
  text-align: left;
}



.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a911065-0e66-4103-8dd1-8b5d608b48df img.shogun-image {
  width: 100%;
}



}
#s-4b6126ca-19b9-45a7-a08f-304ce7c66122 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4b6126ca-19b9-45a7-a08f-304ce7c66122 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-b85ec867-8d4f-40de-a331-0a84ebd21e7a {
  min-height: 50px;
}








#s-b85ec867-8d4f-40de-a331-0a84ebd21e7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b85ec867-8d4f-40de-a331-0a84ebd21e7a {
  cursor: pointer;
}#s-b85ec867-8d4f-40de-a331-0a84ebd21e7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-086cd810-aa3b-405a-8393-cd8959380f08 {
  text-align: center;
}

#s-086cd810-aa3b-405a-8393-cd8959380f08 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-086cd810-aa3b-405a-8393-cd8959380f08 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-086cd810-aa3b-405a-8393-cd8959380f08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-25b2d4f8-509d-4e3b-90d5-d4cb8570464c {
  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;
text-align: center;
}

#s-3b6b0cb2-e2ab-409f-9af5-fada2efa2209 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-3b6b0cb2-e2ab-409f-9af5-fada2efa2209"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3b6b0cb2-e2ab-409f-9af5-fada2efa2209"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b6b0cb2-e2ab-409f-9af5-fada2efa2209"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b6b0cb2-e2ab-409f-9af5-fada2efa2209"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 {
  text-align: left;
}



.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e910417-98f0-4fda-94a7-72fa9b2ff777 img.shogun-image {
  width: 100%;
}



}
#s-b1f9b9cb-0585-43c6-9aa7-f58011909823 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b1f9b9cb-0585-43c6-9aa7-f58011909823 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-f956425c-2587-4507-a46a-e7f0acea30ef {
  min-height: 50px;
}








#s-f956425c-2587-4507-a46a-e7f0acea30ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f956425c-2587-4507-a46a-e7f0acea30ef {
  cursor: pointer;
}#s-f956425c-2587-4507-a46a-e7f0acea30ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8843336-310f-4d71-bd9e-a0ca85651443 {
  text-align: center;
}

#s-f8843336-310f-4d71-bd9e-a0ca85651443 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f8843336-310f-4d71-bd9e-a0ca85651443 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f8843336-310f-4d71-bd9e-a0ca85651443 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-36bd0a03-b8a4-4a22-a07f-bd4a918552bc {
  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;
text-align: center;
}

#s-1bee5dc4-43b8-4602-b8a5-0da183942041 {
  text-align: left;
}



.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bee5dc4-43b8-4602-b8a5-0da183942041 img.shogun-image {
  width: 100%;
}



}
#s-e6a6ffa2-2897-446d-b18e-2a7eeb344719 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e6a6ffa2-2897-446d-b18e-2a7eeb344719 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-f86cc8bb-bd2e-4163-b4bc-c236d74582b9 {
  min-height: 50px;
}








#s-f86cc8bb-bd2e-4163-b4bc-c236d74582b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f86cc8bb-bd2e-4163-b4bc-c236d74582b9 {
  cursor: pointer;
}#s-f86cc8bb-bd2e-4163-b4bc-c236d74582b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35341fe8-1285-4b97-bf66-c10df975b33d {
  text-align: center;
}

#s-35341fe8-1285-4b97-bf66-c10df975b33d .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-35341fe8-1285-4b97-bf66-c10df975b33d .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-35341fe8-1285-4b97-bf66-c10df975b33d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-553c3005-ddad-485d-80b7-9325f51f9f65 {
  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;
text-align: center;
}

#s-b572c449-86a0-4fe9-b66b-3c7324fc6288 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-b572c449-86a0-4fe9-b66b-3c7324fc6288"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b572c449-86a0-4fe9-b66b-3c7324fc6288"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b572c449-86a0-4fe9-b66b-3c7324fc6288"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b572c449-86a0-4fe9-b66b-3c7324fc6288"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a9a5687-a93f-4ed5-968e-09525697466f {
  text-align: left;
}



.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a9a5687-a93f-4ed5-968e-09525697466f img.shogun-image {
  width: 100%;
}



}
#s-2619b309-197f-47cb-b1e3-11c6641ce069 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2619b309-197f-47cb-b1e3-11c6641ce069 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-38457a17-9711-47b4-9adb-d4d7dd075fd3 {
  min-height: 50px;
}








#s-38457a17-9711-47b4-9adb-d4d7dd075fd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38457a17-9711-47b4-9adb-d4d7dd075fd3 {
  cursor: pointer;
}#s-38457a17-9711-47b4-9adb-d4d7dd075fd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60f7187b-7130-448d-b938-6236cecfb46f {
  text-align: center;
}

#s-60f7187b-7130-448d-b938-6236cecfb46f .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-60f7187b-7130-448d-b938-6236cecfb46f .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-60f7187b-7130-448d-b938-6236cecfb46f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-449d1e79-7e67-4566-b592-9c16c1cca05c {
  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;
text-align: center;
}

#s-944c1567-4aad-41bf-8c37-7f408126fef2 {
  text-align: left;
}



.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-944c1567-4aad-41bf-8c37-7f408126fef2 img.shogun-image {
  width: 100%;
}



}
#s-a8f7f50e-b5fd-442c-b1ca-c0a77c343380 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a8f7f50e-b5fd-442c-b1ca-c0a77c343380 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-afbc9313-3f10-484e-968f-ece97cfd919c {
  min-height: 50px;
}








#s-afbc9313-3f10-484e-968f-ece97cfd919c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afbc9313-3f10-484e-968f-ece97cfd919c {
  cursor: pointer;
}#s-afbc9313-3f10-484e-968f-ece97cfd919c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d575600-9978-4719-af4b-6a47dd52f884 {
  text-align: center;
}

#s-6d575600-9978-4719-af4b-6a47dd52f884 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6d575600-9978-4719-af4b-6a47dd52f884 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6d575600-9978-4719-af4b-6a47dd52f884 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31620f1f-5212-4759-887d-804e881f96d3 {
  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;
text-align: center;
}

#s-9db4faa6-53ee-48b3-8351-01329c08dd77 {
  margin-top: 0px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-9db4faa6-53ee-48b3-8351-01329c08dd77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9db4faa6-53ee-48b3-8351-01329c08dd77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9db4faa6-53ee-48b3-8351-01329c08dd77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9db4faa6-53ee-48b3-8351-01329c08dd77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 {
  text-align: left;
}



.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd6cf353-61ee-4c6c-bfe0-52cab577bfd4 img.shogun-image {
  width: 100%;
}



}
#s-ded3f88a-cf18-40f4-aac2-9d2bbbd195b0 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ded3f88a-cf18-40f4-aac2-9d2bbbd195b0 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-f6957373-37b3-4ea5-91ab-cb46f71670a8 {
  min-height: 50px;
}








#s-f6957373-37b3-4ea5-91ab-cb46f71670a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6957373-37b3-4ea5-91ab-cb46f71670a8 {
  cursor: pointer;
}#s-f6957373-37b3-4ea5-91ab-cb46f71670a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1200b45-9ba7-4f1f-a0da-18039f227c4b {
  text-align: center;
}

#s-d1200b45-9ba7-4f1f-a0da-18039f227c4b .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d1200b45-9ba7-4f1f-a0da-18039f227c4b .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d1200b45-9ba7-4f1f-a0da-18039f227c4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c897d64f-98a3-404d-83df-3568eea422f9 {
  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;
text-align: center;
}

#s-4c6414b0-1ac7-499c-972d-edd33e762eac {
  text-align: left;
}



.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6414b0-1ac7-499c-972d-edd33e762eac img.shogun-image {
  width: 100%;
}



}
#s-ac7e14ec-d41d-4019-9d12-c6668e1fec97 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ac7e14ec-d41d-4019-9d12-c6668e1fec97 .shg-product-title-component h5 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: ;
}

#s-c9ac4ed9-90e8-45d5-a6e5-22e096c02e2f {
  min-height: 50px;
}








#s-c9ac4ed9-90e8-45d5-a6e5-22e096c02e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9ac4ed9-90e8-45d5-a6e5-22e096c02e2f {
  cursor: pointer;
}#s-c9ac4ed9-90e8-45d5-a6e5-22e096c02e2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b265880-5978-4176-a45a-007d9d2b7c75 {
  text-align: center;
}

#s-8b265880-5978-4176-a45a-007d9d2b7c75 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8b265880-5978-4176-a45a-007d9d2b7c75 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8b265880-5978-4176-a45a-007d9d2b7c75 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c1ea18bb-906a-4313-9d13-76d2d531fc3c {
  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;
text-align: center;
}

#s-f4d63a69-e096-4284-9d7f-c7fd1e409c62 {
  margin-top: 50px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-02b3572b-b89b-4148-a3ce-162f914b4446 {
  text-align: center;
}








.s-02b3572b-b89b-4148-a3ce-162f914b4446 .shogun-image-content {
  
    align-items: center;
  
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){






.s-02b3572b-b89b-4148-a3ce-162f914b4446 .shogun-image-content {
  
    align-items: center;
  
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image {
  box-sizing: border-box;
}



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






.s-02b3572b-b89b-4148-a3ce-162f914b4446 .shogun-image-content {
  
    align-items: center;
  
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image {
  box-sizing: border-box;
}



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






.s-02b3572b-b89b-4148-a3ce-162f914b4446 .shogun-image-content {
  
    align-items: center;
  
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image {
  box-sizing: border-box;
}



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






.s-02b3572b-b89b-4148-a3ce-162f914b4446 .shogun-image-content {
  
    align-items: center;
  
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b3572b-b89b-4148-a3ce-162f914b4446.shogun-image {
  box-sizing: border-box;
}



}
#s-855ef28c-c6ae-4441-ae97-7d86a45ad8a2 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-09626ff6-3e93-4a77-a0c4-e8fadd561989 {
  margin-bottom: 80px;
text-align: left;
}

.cc2_1_link_to_about_inner{
  position: relative;
  width: 100%;
  font-family: 'DM Sans', sans-serif;
}

.cc2_1_link_to_about_inner img{
  width: 100%;
}

.cc2_1_link_to_about_ttl{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*display: block;*/
  color: #fff;
  z-index: 10;
  text-align:center;
}

.cc2_1_link_to_about_ttl h2 {
  font-size:24px !important;
  margin-bottom:40px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.cc2_1_link_to_about_ttl p{
  /*font-weight:bold;*/
  padding:0 20px;
}

.cc2_1_link_to_about_ttl_inner{
  min-width: 350px;
}

.cc2_1_link_to_about_ttl_inner img {
  width: 100%;
  max-width:180px;
  margin-bottom:40px;
}

.tk_text_font{
  font-family: dnp-shuei-mincho-pr6n,sans-serif;
}
.cc2_1_link_to_about_btn-white_box {
  width: calc(100% - 100px);
  text-align: center;
  margin: 0 auto 60px;
  border: 1px solid #fff;
}
.cc2_1_link_to_about_btn-white {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 20%;
}

@media screen and (max-width: 640px) {
.cc2_1_link_to_about_ttl{
/*  top: 50%;*/
/*  left: 50%;*/
/*  -webkit-transform: translate(-50%,-50%);*/
/*transform: translate(-50%,-50%);*/
  /*display: block;*/
}
.cc2_1_link_to_about_ttl_inner{
  /*min-width:300px;*/
}
}
#s-a3fc0d07-7080-48cc-8e65-3b8f0cb49e20 {
  text-align: left;
}

/*
  $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}
