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

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

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

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

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

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

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

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

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

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

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

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

#s-47d47d04-54a7-45ae-a59e-3a2fba4d3ec2 {
  margin-left: auto;
margin-right: auto;
}








#s-47d47d04-54a7-45ae-a59e-3a2fba4d3ec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47d47d04-54a7-45ae-a59e-3a2fba4d3ec2.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  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-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
    
    
  }


.s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
      position: relative;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  
  
  
  
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
    
    
  }


.s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
      position: relative;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  
  
  
  
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
    
    
  }


.s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
      position: relative;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  
  
  
  
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
    
    
  }


.s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
      position: relative;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  
  
  
  
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
    
    
  }


.s-3ddfe41f-681b-4a1c-b766-660b3a052231 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container {
      position: relative;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ddfe41f-681b-4a1c-b766-660b3a052231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f {
  margin-bottom: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f {
  display: none;
}
#s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f, #wrap-s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f { display: none !important; }}@media (max-width: 767px){#s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f {
  display: none;
}
#s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f, #wrap-s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f { display: none !important; }}







#s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da1e9ee6-985b-4f3e-b3d3-0ca9f967176f.shg-box.shg-c {
  justify-content: center;
}

#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}

#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7d877fb-7cee-4d31-9f13-0fbe27a9cb53.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-dae2c900-b9c6-4ebe-b1c9-b62e93bd9bcc {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-dae2c900-b9c6-4ebe-b1c9-b62e93bd9bcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dae2c900-b9c6-4ebe-b1c9-b62e93bd9bcc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dae2c900-b9c6-4ebe-b1c9-b62e93bd9bcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dae2c900-b9c6-4ebe-b1c9-b62e93bd9bcc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dae2c900-b9c6-4ebe-b1c9-b62e93bd9bcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dae2c900-b9c6-4ebe-b1c9-b62e93bd9bcc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dae2c900-b9c6-4ebe-b1c9-b62e93bd9bcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-90e16ba8-ee02-4c63-a305-f3d45b859c7b {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 300px;
}








#s-90e16ba8-ee02-4c63-a305-f3d45b859c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90e16ba8-ee02-4c63-a305-f3d45b859c7b.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-4dfc8784-a6c7-43ec-9b7e-f049c87851d2 {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4dfc8784-a6c7-43ec-9b7e-f049c87851d2 .shogun-heading-component h1 {
  color: rgba(166, 198, 111, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 51px;
  
  
  
}



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

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

#s-4353d384-ada2-46ae-827a-c5ff0ccd4969 {
  margin-bottom: -20px;
}

#s-4353d384-ada2-46ae-827a-c5ff0ccd4969 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-55d652e9-97fd-4e94-9ec2-9a71baebda5a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-55d652e9-97fd-4e94-9ec2-9a71baebda5a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-47176ba5-b160-43b2-b0ca-0ada791dc59f {
  margin-top: -20px;
}

#s-47176ba5-b160-43b2-b0ca-0ada791dc59f hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-82df312a-6f65-46f9-8819-ea16a2b4af1a {
  margin-top: -45px;
margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-82df312a-6f65-46f9-8819-ea16a2b4af1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82df312a-6f65-46f9-8819-ea16a2b4af1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82df312a-6f65-46f9-8819-ea16a2b4af1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82df312a-6f65-46f9-8819-ea16a2b4af1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c206d60-3ff2-4cba-b86b-9e2804f1c13a {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-2c206d60-3ff2-4cba-b86b-9e2804f1c13a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c206d60-3ff2-4cba-b86b-9e2804f1c13a.shg-box.shg-c {
  justify-content: center;
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 393/92;
text-align: center;
}



.shg-image-margin-container-s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
    
    
  }


.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
      position: relative;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  
  
  
  
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
    
    
  }


.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
      position: relative;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  
  
  
  
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
    
    
  }


.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
      position: relative;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  
  
  
  
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
    
    
  }


.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
      position: relative;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  
  
  
  
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
    
    
  }


.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container {
      position: relative;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a24f5d4e-a6dd-4799-9649-9fd77beeb828 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a9515ca1-254f-47dd-8da7-5cd75535644a {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-a9515ca1-254f-47dd-8da7-5cd75535644a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9515ca1-254f-47dd-8da7-5cd75535644a.shg-box.shg-c {
  justify-content: center;
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 265/122;
text-align: center;
}



.shg-image-margin-container-s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
    
    
  }


.s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
      position: relative;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  
  
  
  
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
    
    
  }


.s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
      position: relative;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  
  
  
  
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
    
    
  }


.s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
      position: relative;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  
  
  
  
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
    
    
  }


.s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
      position: relative;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  
  
  
  
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
    
    
  }


.s-c9c49bee-29dd-4183-bfe5-674dc5413c37 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container {
      position: relative;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c49bee-29dd-4183-bfe5-674dc5413c37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0830f799-69a0-496f-a941-31d618f2f939 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0830f799-69a0-496f-a941-31d618f2f939 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-d4f0c940-d4d7-4f48-b721-80ccd0b92133 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 350px;
}








#s-d4f0c940-d4d7-4f48-b721-80ccd0b92133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4f0c940-d4d7-4f48-b721-80ccd0b92133.shg-box.shg-c {
  justify-content: center;
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  
  
  
  
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
    
    
  }


.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-content {
  
    align-items: center;
  
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
      position: relative;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  
  
  
  
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
    
    
  }


.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-content {
  
    align-items: center;
  
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
      position: relative;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  
  
  
  
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
    
    
  }


.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-content {
  
    align-items: center;
  
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
      position: relative;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  
  
  
  
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
    
    
  }


.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-content {
  
    align-items: center;
  
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
      position: relative;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  
  
  
  
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
    
    
  }


.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 .shogun-image-content {
  
    align-items: center;
  
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container {
      position: relative;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12914ecd-1c89-4a6a-8f30-e08fd938cc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-62aa7c51-15c0-414f-b304-8bc30146fc93 {
  margin-bottom: 12px;
min-height: 50px;
}








#s-62aa7c51-15c0-414f-b304-8bc30146fc93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62aa7c51-15c0-414f-b304-8bc30146fc93.shg-box.shg-c {
  justify-content: center;
}

#s-6f14f0e1-3620-40a4-baf7-29493bcea4f8 {
  margin-top: 10px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6f14f0e1-3620-40a4-baf7-29493bcea4f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-fe660f0d-567a-422f-9d1a-4dbc62ffdac3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fe660f0d-567a-422f-9d1a-4dbc62ffdac3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-25619678-bfcb-40ef-8126-87d49d9a160a {
  min-height: 70px;
background-color: rgba(166, 198, 111, 1);
}








#s-25619678-bfcb-40ef-8126-87d49d9a160a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25619678-bfcb-40ef-8126-87d49d9a160a.shg-box.shg-c {
  justify-content: center;
}

#s-b4b3f2fc-8202-4817-8113-6e34b03a1853 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b4b3f2fc-8202-4817-8113-6e34b03a1853 {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-b4b3f2fc-8202-4817-8113-6e34b03a1853 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}










#s-d2f591b0-0e3f-4a70-b537-f7a283688651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2f591b0-0e3f-4a70-b537-f7a283688651.shg-box.shg-c {
  justify-content: center;
}

#s-8d31961e-6866-4afa-9fab-0813664f08a7 {
  min-height: 500px;
}








#s-8d31961e-6866-4afa-9fab-0813664f08a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d31961e-6866-4afa-9fab-0813664f08a7.shg-box.shg-c {
  justify-content: center;
}

#s-63cc81a6-9c09-48b9-ab2b-4517e06c0397 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-63cc81a6-9c09-48b9-ab2b-4517e06c0397 {
  padding-bottom: 0px;
}
}







#s-63cc81a6-9c09-48b9-ab2b-4517e06c0397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63cc81a6-9c09-48b9-ab2b-4517e06c0397.shg-box.shg-c {
  justify-content: center;
}

#s-c88d0c63-8b73-423d-9e6e-6bf56939c510 {
  margin-top: 19px;
margin-left: auto;
margin-right: auto;
min-height: 40px;
max-width: 1200px;
}
@media (max-width: 767px){#s-c88d0c63-8b73-423d-9e6e-6bf56939c510 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-c88d0c63-8b73-423d-9e6e-6bf56939c510"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c88d0c63-8b73-423d-9e6e-6bf56939c510"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c88d0c63-8b73-423d-9e6e-6bf56939c510"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c88d0c63-8b73-423d-9e6e-6bf56939c510"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-84397fcf-3e9c-4b48-b819-43ce1495268f {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-84397fcf-3e9c-4b48-b819-43ce1495268f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 370px;
}
}







#s-84397fcf-3e9c-4b48-b819-43ce1495268f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84397fcf-3e9c-4b48-b819-43ce1495268f.shg-box.shg-c {
  justify-content: center;
}

#s-ee0c79b4-8c1e-4d70-bbe9-fd9082e0db66 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-ee0c79b4-8c1e-4d70-bbe9-fd9082e0db66 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-ee0c79b4-8c1e-4d70-bbe9-fd9082e0db66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee0c79b4-8c1e-4d70-bbe9-fd9082e0db66.shg-box.shg-c {
  justify-content: center;
}

#s-e369bd7f-53c1-4b0c-9e0c-95d7e86808b6 {
  margin-top: -15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e369bd7f-53c1-4b0c-9e0c-95d7e86808b6 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-e369bd7f-53c1-4b0c-9e0c-95d7e86808b6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e369bd7f-53c1-4b0c-9e0c-95d7e86808b6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-657c724f-dda0-47ea-b5a9-1ff7387d95ca {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-657c724f-dda0-47ea-b5a9-1ff7387d95ca {
  display: none;
}
#s-657c724f-dda0-47ea-b5a9-1ff7387d95ca, #wrap-s-657c724f-dda0-47ea-b5a9-1ff7387d95ca { display: none !important; }}@media (max-width: 767px){#s-657c724f-dda0-47ea-b5a9-1ff7387d95ca {
  display: none;
}
#s-657c724f-dda0-47ea-b5a9-1ff7387d95ca, #wrap-s-657c724f-dda0-47ea-b5a9-1ff7387d95ca { display: none !important; }}
#s-e0e2338c-8db2-4d92-8f4e-7da2e4ae86d8 {
  max-width: 520px;
}
@media (min-width: 1200px){#s-e0e2338c-8db2-4d92-8f4e-7da2e4ae86d8 {
  display: none;
}
#s-e0e2338c-8db2-4d92-8f4e-7da2e4ae86d8, #wrap-s-e0e2338c-8db2-4d92-8f4e-7da2e4ae86d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0e2338c-8db2-4d92-8f4e-7da2e4ae86d8 {
  display: none;
}
#s-e0e2338c-8db2-4d92-8f4e-7da2e4ae86d8, #wrap-s-e0e2338c-8db2-4d92-8f4e-7da2e4ae86d8 { display: none !important; }}@media (max-width: 767px){#s-e0e2338c-8db2-4d92-8f4e-7da2e4ae86d8 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}
}
#s-52801c8a-1147-4a5a-b2e3-1c7084a9150e {
  max-width: 300px;
}








#s-52801c8a-1147-4a5a-b2e3-1c7084a9150e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52801c8a-1147-4a5a-b2e3-1c7084a9150e.shg-box.shg-c {
  justify-content: center;
}

#s-9dd18ad8-1174-4a9f-86fa-af1eeeb4ed5b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-9dd18ad8-1174-4a9f-86fa-af1eeeb4ed5b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-9dd18ad8-1174-4a9f-86fa-af1eeeb4ed5b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-9dd18ad8-1174-4a9f-86fa-af1eeeb4ed5b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-250ba591-1934-4f29-aa47-c67999fa4a90 {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-250ba591-1934-4f29-aa47-c67999fa4a90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-250ba591-1934-4f29-aa47-c67999fa4a90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-250ba591-1934-4f29-aa47-c67999fa4a90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-250ba591-1934-4f29-aa47-c67999fa4a90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-250ba591-1934-4f29-aa47-c67999fa4a90.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-250ba591-1934-4f29-aa47-c67999fa4a90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-250ba591-1934-4f29-aa47-c67999fa4a90.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a0de636c-6229-4cf2-aaaa-2970f748055e {
  padding-top: 5px;
padding-bottom: 5px;
max-width: 520px;
}
@media (min-width: 1200px){#s-a0de636c-6229-4cf2-aaaa-2970f748055e {
  display: none;
}
#s-a0de636c-6229-4cf2-aaaa-2970f748055e, #wrap-s-a0de636c-6229-4cf2-aaaa-2970f748055e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0de636c-6229-4cf2-aaaa-2970f748055e {
  display: none;
}
#s-a0de636c-6229-4cf2-aaaa-2970f748055e, #wrap-s-a0de636c-6229-4cf2-aaaa-2970f748055e { display: none !important; }}@media (max-width: 767px){#s-a0de636c-6229-4cf2-aaaa-2970f748055e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
}
#s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
    
    
  }


.s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
      position: relative;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  
  
  
  
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
    
    
  }


.s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
      position: relative;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  
  
  
  
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
    
    
  }


.s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
      position: relative;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  
  
  
  
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
    
    
  }


.s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
      position: relative;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  
  
  
  
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
    
    
  }


.s-d9241e2e-dd45-4096-a572-f2d8a774a469 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container {
      position: relative;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9241e2e-dd45-4096-a572-f2d8a774a469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9cdc6e25-14db-406b-b17f-8be8e7083cdc {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-9cdc6e25-14db-406b-b17f-8be8e7083cdc {
  padding-bottom: 0px;
}
}







#s-9cdc6e25-14db-406b-b17f-8be8e7083cdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cdc6e25-14db-406b-b17f-8be8e7083cdc.shg-box.shg-c {
  justify-content: center;
}

#s-8bb856b1-9128-493b-8699-34da5d08edac {
  margin-top: 19px;
margin-left: auto;
margin-right: auto;
min-height: 40px;
max-width: 1200px;
}
@media (max-width: 767px){#s-8bb856b1-9128-493b-8699-34da5d08edac {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-8bb856b1-9128-493b-8699-34da5d08edac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bb856b1-9128-493b-8699-34da5d08edac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bb856b1-9128-493b-8699-34da5d08edac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bb856b1-9128-493b-8699-34da5d08edac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d8005e0f-d7d5-4ec6-b416-9050b61104ef {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-d8005e0f-d7d5-4ec6-b416-9050b61104ef {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-d8005e0f-d7d5-4ec6-b416-9050b61104ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8005e0f-d7d5-4ec6-b416-9050b61104ef.shg-box.shg-c {
  justify-content: center;
}

#s-63f8b561-51e7-4281-a1a4-cd2231d708a0 {
  margin-top: -15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-63f8b561-51e7-4281-a1a4-cd2231d708a0 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-63f8b561-51e7-4281-a1a4-cd2231d708a0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-63f8b561-51e7-4281-a1a4-cd2231d708a0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-68838f52-9d51-49a8-93ac-a8626eb15709 {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-68838f52-9d51-49a8-93ac-a8626eb15709 {
  display: none;
}
#s-68838f52-9d51-49a8-93ac-a8626eb15709, #wrap-s-68838f52-9d51-49a8-93ac-a8626eb15709 { display: none !important; }}@media (max-width: 767px){#s-68838f52-9d51-49a8-93ac-a8626eb15709 {
  display: none;
}
#s-68838f52-9d51-49a8-93ac-a8626eb15709, #wrap-s-68838f52-9d51-49a8-93ac-a8626eb15709 { display: none !important; }}
#s-b6d580e8-0b5b-4b2c-ba27-2d0a84096d69 {
  max-width: 520px;
}
@media (min-width: 1200px){#s-b6d580e8-0b5b-4b2c-ba27-2d0a84096d69 {
  display: none;
}
#s-b6d580e8-0b5b-4b2c-ba27-2d0a84096d69, #wrap-s-b6d580e8-0b5b-4b2c-ba27-2d0a84096d69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6d580e8-0b5b-4b2c-ba27-2d0a84096d69 {
  display: none;
}
#s-b6d580e8-0b5b-4b2c-ba27-2d0a84096d69, #wrap-s-b6d580e8-0b5b-4b2c-ba27-2d0a84096d69 { display: none !important; }}@media (max-width: 767px){#s-b6d580e8-0b5b-4b2c-ba27-2d0a84096d69 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}
}
#s-83739766-a92e-4bc4-a7ef-11e81db4a49b {
  max-width: 300px;
}








#s-83739766-a92e-4bc4-a7ef-11e81db4a49b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83739766-a92e-4bc4-a7ef-11e81db4a49b.shg-box.shg-c {
  justify-content: center;
}

#s-fa8f6106-3adb-4cb8-9f5d-66156d479089 {
  margin-top: 5px;
}

#s-61e683ac-51c0-4011-8078-ccb01af793d3 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-61e683ac-51c0-4011-8078-ccb01af793d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-61e683ac-51c0-4011-8078-ccb01af793d3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-61e683ac-51c0-4011-8078-ccb01af793d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-96f53f56-2234-4920-84ab-9b0af344e2be {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-96f53f56-2234-4920-84ab-9b0af344e2be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96f53f56-2234-4920-84ab-9b0af344e2be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96f53f56-2234-4920-84ab-9b0af344e2be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96f53f56-2234-4920-84ab-9b0af344e2be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96f53f56-2234-4920-84ab-9b0af344e2be.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-96f53f56-2234-4920-84ab-9b0af344e2be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-96f53f56-2234-4920-84ab-9b0af344e2be.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3f7b25f3-8996-4726-a2d1-a4420d56a0fa {
  padding-top: 5px;
padding-bottom: 5px;
max-width: 520px;
}
@media (min-width: 1200px){#s-3f7b25f3-8996-4726-a2d1-a4420d56a0fa {
  display: none;
}
#s-3f7b25f3-8996-4726-a2d1-a4420d56a0fa, #wrap-s-3f7b25f3-8996-4726-a2d1-a4420d56a0fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f7b25f3-8996-4726-a2d1-a4420d56a0fa {
  display: none;
}
#s-3f7b25f3-8996-4726-a2d1-a4420d56a0fa, #wrap-s-3f7b25f3-8996-4726-a2d1-a4420d56a0fa { display: none !important; }}@media (max-width: 767px){#s-3f7b25f3-8996-4726-a2d1-a4420d56a0fa {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
}
#s-b03cee2f-361e-4172-8d59-a0b8a9f631b0 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-bottom: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-b03cee2f-361e-4172-8d59-a0b8a9f631b0 {
  min-height: 370px;
}
}







#s-b03cee2f-361e-4172-8d59-a0b8a9f631b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b03cee2f-361e-4172-8d59-a0b8a9f631b0.shg-box.shg-c {
  justify-content: center;
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
    
    
  }


.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
      position: relative;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  
  
  
  
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
    
    
  }


.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
      position: relative;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  
  
  
  
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
    
    
  }


.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
      position: relative;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  
  
  
  
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
    
    
  }


.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
      position: relative;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  
  
  
  
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
    
    
  }


.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container {
      position: relative;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3aeb2-785c-49dd-9b8e-0148bb5a7bab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ddf5b9a0-a70d-47fc-9927-563b186151e0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-ddf5b9a0-a70d-47fc-9927-563b186151e0 {
  padding-bottom: 0px;
}
}







#s-ddf5b9a0-a70d-47fc-9927-563b186151e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddf5b9a0-a70d-47fc-9927-563b186151e0.shg-box.shg-c {
  justify-content: center;
}

#s-6548b45a-b9e7-4271-90e1-f37739085d6a {
  margin-top: 19px;
margin-left: auto;
margin-right: auto;
min-height: 40px;
max-width: 1200px;
}
@media (max-width: 767px){#s-6548b45a-b9e7-4271-90e1-f37739085d6a {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-6548b45a-b9e7-4271-90e1-f37739085d6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6548b45a-b9e7-4271-90e1-f37739085d6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6548b45a-b9e7-4271-90e1-f37739085d6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6548b45a-b9e7-4271-90e1-f37739085d6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de706cfd-dae8-46a6-b642-171c61d11f2f {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-de706cfd-dae8-46a6-b642-171c61d11f2f {
  margin-left: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de706cfd-dae8-46a6-b642-171c61d11f2f {
  margin-left: 15%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-de706cfd-dae8-46a6-b642-171c61d11f2f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 370px;
}
}







#s-de706cfd-dae8-46a6-b642-171c61d11f2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de706cfd-dae8-46a6-b642-171c61d11f2f.shg-box.shg-c {
  justify-content: center;
}

#s-67d5d30b-0204-4cfa-83b8-02b4824e54a1 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-67d5d30b-0204-4cfa-83b8-02b4824e54a1 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-67d5d30b-0204-4cfa-83b8-02b4824e54a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67d5d30b-0204-4cfa-83b8-02b4824e54a1.shg-box.shg-c {
  justify-content: center;
}

#s-dee4d251-6494-4b75-9f55-42156ddcfe4d {
  margin-top: -15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dee4d251-6494-4b75-9f55-42156ddcfe4d {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-dee4d251-6494-4b75-9f55-42156ddcfe4d .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-dee4d251-6494-4b75-9f55-42156ddcfe4d .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-18dd9f7c-e515-4bd2-bfcc-7e42b91fa63b {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-18dd9f7c-e515-4bd2-bfcc-7e42b91fa63b {
  display: none;
}
#s-18dd9f7c-e515-4bd2-bfcc-7e42b91fa63b, #wrap-s-18dd9f7c-e515-4bd2-bfcc-7e42b91fa63b { display: none !important; }}@media (max-width: 767px){#s-18dd9f7c-e515-4bd2-bfcc-7e42b91fa63b {
  display: none;
}
#s-18dd9f7c-e515-4bd2-bfcc-7e42b91fa63b, #wrap-s-18dd9f7c-e515-4bd2-bfcc-7e42b91fa63b { display: none !important; }}
#s-f7c474c5-af99-4bee-9845-7e84135fbe28 {
  max-width: 520px;
}
@media (min-width: 1200px){#s-f7c474c5-af99-4bee-9845-7e84135fbe28 {
  display: none;
}
#s-f7c474c5-af99-4bee-9845-7e84135fbe28, #wrap-s-f7c474c5-af99-4bee-9845-7e84135fbe28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7c474c5-af99-4bee-9845-7e84135fbe28 {
  display: none;
}
#s-f7c474c5-af99-4bee-9845-7e84135fbe28, #wrap-s-f7c474c5-af99-4bee-9845-7e84135fbe28 { display: none !important; }}@media (max-width: 767px){#s-f7c474c5-af99-4bee-9845-7e84135fbe28 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}
}
#s-9e21b1c6-8dfb-44e3-b4bf-826b5c6ffbc3 {
  max-width: 300px;
}








#s-9e21b1c6-8dfb-44e3-b4bf-826b5c6ffbc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e21b1c6-8dfb-44e3-b4bf-826b5c6ffbc3.shg-box.shg-c {
  justify-content: center;
}

#s-f595c7b1-7839-4fd7-9bd6-0d4752194a64 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-f595c7b1-7839-4fd7-9bd6-0d4752194a64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-f595c7b1-7839-4fd7-9bd6-0d4752194a64 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-f595c7b1-7839-4fd7-9bd6-0d4752194a64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7d40640e-0926-4777-a71f-c978e8dd075b {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-7d40640e-0926-4777-a71f-c978e8dd075b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d40640e-0926-4777-a71f-c978e8dd075b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d40640e-0926-4777-a71f-c978e8dd075b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d40640e-0926-4777-a71f-c978e8dd075b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d40640e-0926-4777-a71f-c978e8dd075b.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-7d40640e-0926-4777-a71f-c978e8dd075b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7d40640e-0926-4777-a71f-c978e8dd075b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4aee31e9-3584-4733-bffe-6c4c231c80d0 {
  padding-top: 5px;
padding-bottom: 5px;
max-width: 520px;
}
@media (min-width: 1200px){#s-4aee31e9-3584-4733-bffe-6c4c231c80d0 {
  display: none;
}
#s-4aee31e9-3584-4733-bffe-6c4c231c80d0, #wrap-s-4aee31e9-3584-4733-bffe-6c4c231c80d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4aee31e9-3584-4733-bffe-6c4c231c80d0 {
  display: none;
}
#s-4aee31e9-3584-4733-bffe-6c4c231c80d0, #wrap-s-4aee31e9-3584-4733-bffe-6c4c231c80d0 { display: none !important; }}@media (max-width: 767px){#s-4aee31e9-3584-4733-bffe-6c4c231c80d0 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
}
#s-e4130105-6282-407a-815c-b343a5fbe58f {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-e4130105-6282-407a-815c-b343a5fbe58f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e4130105-6282-407a-815c-b343a5fbe58f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
    
    
  }


.s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4130105-6282-407a-815c-b343a5fbe58f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
      position: relative;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e4130105-6282-407a-815c-b343a5fbe58f {
  
  
  
  
}

#s-e4130105-6282-407a-815c-b343a5fbe58f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
    
    
  }


.s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4130105-6282-407a-815c-b343a5fbe58f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
      position: relative;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e4130105-6282-407a-815c-b343a5fbe58f {
  
  
  
  
}

#s-e4130105-6282-407a-815c-b343a5fbe58f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
    
    
  }


.s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4130105-6282-407a-815c-b343a5fbe58f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
      position: relative;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e4130105-6282-407a-815c-b343a5fbe58f {
  
  
  
  
}

#s-e4130105-6282-407a-815c-b343a5fbe58f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
    
    
  }


.s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4130105-6282-407a-815c-b343a5fbe58f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
      position: relative;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e4130105-6282-407a-815c-b343a5fbe58f {
  
  
  
  
}

#s-e4130105-6282-407a-815c-b343a5fbe58f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4130105-6282-407a-815c-b343a5fbe58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
    
    
  }


.s-e4130105-6282-407a-815c-b343a5fbe58f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4130105-6282-407a-815c-b343a5fbe58f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container {
      position: relative;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4130105-6282-407a-815c-b343a5fbe58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-85b846a4-bb5a-4d7c-9212-baf8c06902d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85b846a4-bb5a-4d7c-9212-baf8c06902d8.shg-box.shg-c {
  justify-content: center;
}

#s-21f5c6fa-40e6-4e28-843c-5e6a61edb97e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-21f5c6fa-40e6-4e28-843c-5e6a61edb97e {
  padding-bottom: 0px;
}
}







#s-21f5c6fa-40e6-4e28-843c-5e6a61edb97e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21f5c6fa-40e6-4e28-843c-5e6a61edb97e.shg-box.shg-c {
  justify-content: center;
}

#s-cbaf0d87-3327-4dc5-8c68-2dd6f07e0fef {
  margin-top: 19px;
margin-left: auto;
margin-right: auto;
min-height: 40px;
max-width: 1200px;
}
@media (max-width: 767px){#s-cbaf0d87-3327-4dc5-8c68-2dd6f07e0fef {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-cbaf0d87-3327-4dc5-8c68-2dd6f07e0fef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbaf0d87-3327-4dc5-8c68-2dd6f07e0fef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbaf0d87-3327-4dc5-8c68-2dd6f07e0fef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbaf0d87-3327-4dc5-8c68-2dd6f07e0fef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba36d8b8-0285-4bd5-9ff2-8e658b5f6f61 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-ba36d8b8-0285-4bd5-9ff2-8e658b5f6f61 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-ba36d8b8-0285-4bd5-9ff2-8e658b5f6f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba36d8b8-0285-4bd5-9ff2-8e658b5f6f61.shg-box.shg-c {
  justify-content: center;
}

#s-e3b18040-ba90-4bcf-9ae9-f3586cbe2325 {
  margin-top: -15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e3b18040-ba90-4bcf-9ae9-f3586cbe2325 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-e3b18040-ba90-4bcf-9ae9-f3586cbe2325 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e3b18040-ba90-4bcf-9ae9-f3586cbe2325 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-3b822380-bcca-491e-bfa3-79eac07868de {
  max-width: 520px;
}
@media (min-width: 1200px){#s-3b822380-bcca-491e-bfa3-79eac07868de {
  display: none;
}
#s-3b822380-bcca-491e-bfa3-79eac07868de, #wrap-s-3b822380-bcca-491e-bfa3-79eac07868de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b822380-bcca-491e-bfa3-79eac07868de {
  display: none;
}
#s-3b822380-bcca-491e-bfa3-79eac07868de, #wrap-s-3b822380-bcca-491e-bfa3-79eac07868de { display: none !important; }}@media (max-width: 767px){#s-3b822380-bcca-491e-bfa3-79eac07868de {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}
}
#s-1f9d01ec-9501-493c-b769-57f57228e033 {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f9d01ec-9501-493c-b769-57f57228e033 {
  display: none;
}
#s-1f9d01ec-9501-493c-b769-57f57228e033, #wrap-s-1f9d01ec-9501-493c-b769-57f57228e033 { display: none !important; }}@media (max-width: 767px){#s-1f9d01ec-9501-493c-b769-57f57228e033 {
  display: none;
}
#s-1f9d01ec-9501-493c-b769-57f57228e033, #wrap-s-1f9d01ec-9501-493c-b769-57f57228e033 { display: none !important; }}
#s-a95ac1f9-0277-4021-8ad4-2bd6f425f925 {
  max-width: 300px;
}








#s-a95ac1f9-0277-4021-8ad4-2bd6f425f925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a95ac1f9-0277-4021-8ad4-2bd6f425f925.shg-box.shg-c {
  justify-content: center;
}

#s-e6aaf709-bc9a-4bd3-803a-7d8a57d00eec {
  margin-top: 5px;
}

#s-59bbb557-b21f-4360-b2d8-0f7f7fb35e6a {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-59bbb557-b21f-4360-b2d8-0f7f7fb35e6a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-59bbb557-b21f-4360-b2d8-0f7f7fb35e6a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-59bbb557-b21f-4360-b2d8-0f7f7fb35e6a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ecd42e98-13b8-4aab-ae86-0388dce50e1d {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-ecd42e98-13b8-4aab-ae86-0388dce50e1d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecd42e98-13b8-4aab-ae86-0388dce50e1d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ecd42e98-13b8-4aab-ae86-0388dce50e1d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ecd42e98-13b8-4aab-ae86-0388dce50e1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecd42e98-13b8-4aab-ae86-0388dce50e1d.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-ecd42e98-13b8-4aab-ae86-0388dce50e1d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ecd42e98-13b8-4aab-ae86-0388dce50e1d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a04c1307-64f1-4ebf-8636-60f29ccbe039 {
  padding-top: 5px;
padding-bottom: 5px;
max-width: 520px;
}
@media (min-width: 1200px){#s-a04c1307-64f1-4ebf-8636-60f29ccbe039 {
  display: none;
}
#s-a04c1307-64f1-4ebf-8636-60f29ccbe039, #wrap-s-a04c1307-64f1-4ebf-8636-60f29ccbe039 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a04c1307-64f1-4ebf-8636-60f29ccbe039 {
  display: none;
}
#s-a04c1307-64f1-4ebf-8636-60f29ccbe039, #wrap-s-a04c1307-64f1-4ebf-8636-60f29ccbe039 { display: none !important; }}@media (max-width: 767px){#s-a04c1307-64f1-4ebf-8636-60f29ccbe039 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
}
#s-206cefd8-74db-479b-888d-1334cf5b001c {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-206cefd8-74db-479b-888d-1334cf5b001c {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 370px;
}
}







#s-206cefd8-74db-479b-888d-1334cf5b001c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-206cefd8-74db-479b-888d-1334cf5b001c.shg-box.shg-c {
  justify-content: center;
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
    
    
  }


.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
      position: relative;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  
  
  
  
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
    
    
  }


.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
      position: relative;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  
  
  
  
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
    
    
  }


.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
      position: relative;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  
  
  
  
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
    
    
  }


.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
      position: relative;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  
  
  
  
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
    
    
  }


.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container {
      position: relative;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1c77b8-2e5b-4ce1-8818-7bf7ce96796d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-a076f02a-b61f-4293-999e-64fbebbe7244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a076f02a-b61f-4293-999e-64fbebbe7244.shg-box.shg-c {
  justify-content: center;
}

#s-e229f4b7-b92e-4fbd-8cea-fdeb856c5a3c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e229f4b7-b92e-4fbd-8cea-fdeb856c5a3c {
  padding-bottom: 0px;
}
}







#s-e229f4b7-b92e-4fbd-8cea-fdeb856c5a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e229f4b7-b92e-4fbd-8cea-fdeb856c5a3c.shg-box.shg-c {
  justify-content: center;
}

#s-8008fb96-7820-4bfe-96e1-1649f9cf4532 {
  margin-top: 19px;
margin-left: auto;
margin-right: auto;
min-height: 40px;
max-width: 1200px;
}
@media (max-width: 767px){#s-8008fb96-7820-4bfe-96e1-1649f9cf4532 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-8008fb96-7820-4bfe-96e1-1649f9cf4532"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8008fb96-7820-4bfe-96e1-1649f9cf4532"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8008fb96-7820-4bfe-96e1-1649f9cf4532"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8008fb96-7820-4bfe-96e1-1649f9cf4532"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5437c4e5-3945-4542-8917-bbc0462c69f4 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0px;
margin-right: 0px;
min-height: 450px;
background-position: center center;
}








#s-5437c4e5-3945-4542-8917-bbc0462c69f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5437c4e5-3945-4542-8917-bbc0462c69f4.shg-box.shg-c {
  justify-content: center;
}

#s-999eaf6a-880f-4eb9-a9f6-33767ecc4206 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-999eaf6a-880f-4eb9-a9f6-33767ecc4206 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-999eaf6a-880f-4eb9-a9f6-33767ecc4206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-999eaf6a-880f-4eb9-a9f6-33767ecc4206.shg-box.shg-c {
  justify-content: center;
}

#s-fafbd0d7-cdde-49ac-8f4b-4018322705f1 {
  margin-top: -15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-fafbd0d7-cdde-49ac-8f4b-4018322705f1 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-fafbd0d7-cdde-49ac-8f4b-4018322705f1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-fafbd0d7-cdde-49ac-8f4b-4018322705f1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-0375d673-cda8-4e5a-b86b-1a632e1fd73c {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0375d673-cda8-4e5a-b86b-1a632e1fd73c {
  display: none;
}
#s-0375d673-cda8-4e5a-b86b-1a632e1fd73c, #wrap-s-0375d673-cda8-4e5a-b86b-1a632e1fd73c { display: none !important; }}@media (max-width: 767px){#s-0375d673-cda8-4e5a-b86b-1a632e1fd73c {
  display: none;
}
#s-0375d673-cda8-4e5a-b86b-1a632e1fd73c, #wrap-s-0375d673-cda8-4e5a-b86b-1a632e1fd73c { display: none !important; }}
#s-6216ec18-6581-4858-b677-d7794a39e2f5 {
  max-width: 520px;
}
@media (min-width: 1200px){#s-6216ec18-6581-4858-b677-d7794a39e2f5 {
  display: none;
}
#s-6216ec18-6581-4858-b677-d7794a39e2f5, #wrap-s-6216ec18-6581-4858-b677-d7794a39e2f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6216ec18-6581-4858-b677-d7794a39e2f5 {
  display: none;
}
#s-6216ec18-6581-4858-b677-d7794a39e2f5, #wrap-s-6216ec18-6581-4858-b677-d7794a39e2f5 { display: none !important; }}@media (max-width: 767px){#s-6216ec18-6581-4858-b677-d7794a39e2f5 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}
}
#s-eea1a76f-10a8-4565-a24b-ab65db51c399 {
  max-width: 300px;
}








#s-eea1a76f-10a8-4565-a24b-ab65db51c399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eea1a76f-10a8-4565-a24b-ab65db51c399.shg-box.shg-c {
  justify-content: center;
}

#s-a8724b85-1b6f-4047-95e2-ddaa2e302da3 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-a8724b85-1b6f-4047-95e2-ddaa2e302da3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-a8724b85-1b6f-4047-95e2-ddaa2e302da3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-a8724b85-1b6f-4047-95e2-ddaa2e302da3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b58ef9ec-785d-4b55-a053-1ee59b6d0317 {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-b58ef9ec-785d-4b55-a053-1ee59b6d0317:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b58ef9ec-785d-4b55-a053-1ee59b6d0317:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b58ef9ec-785d-4b55-a053-1ee59b6d0317 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b58ef9ec-785d-4b55-a053-1ee59b6d0317.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b58ef9ec-785d-4b55-a053-1ee59b6d0317.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-b58ef9ec-785d-4b55-a053-1ee59b6d0317.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b58ef9ec-785d-4b55-a053-1ee59b6d0317.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f9fb2370-d608-407d-a840-684adaf75bd5 {
  padding-top: 5px;
padding-bottom: 5px;
max-width: 520px;
}
@media (min-width: 1200px){#s-f9fb2370-d608-407d-a840-684adaf75bd5 {
  display: none;
}
#s-f9fb2370-d608-407d-a840-684adaf75bd5, #wrap-s-f9fb2370-d608-407d-a840-684adaf75bd5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9fb2370-d608-407d-a840-684adaf75bd5 {
  display: none;
}
#s-f9fb2370-d608-407d-a840-684adaf75bd5, #wrap-s-f9fb2370-d608-407d-a840-684adaf75bd5 { display: none !important; }}@media (max-width: 767px){#s-f9fb2370-d608-407d-a840-684adaf75bd5 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
}
#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
    
    
  }


.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-content {
  
    align-items: center;
  
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
      position: relative;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  
  
  
  
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
    
    
  }


.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-content {
  
    align-items: center;
  
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
      position: relative;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  
  
  
  
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
    
    
  }


.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-content {
  
    align-items: center;
  
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
      position: relative;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  
  
  
  
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
    
    
  }


.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-content {
  
    align-items: center;
  
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
      position: relative;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  
  
  
  
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
    
    
  }


.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d .shogun-image-content {
  
    align-items: center;
  
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container {
      position: relative;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fac8aaaf-4a08-462f-b549-bc5c642ec07d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9b0fd787-689c-4b7c-8f3a-8cf1f49a726d {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-9b0fd787-689c-4b7c-8f3a-8cf1f49a726d {
  padding-bottom: 0px;
}
}







#s-9b0fd787-689c-4b7c-8f3a-8cf1f49a726d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b0fd787-689c-4b7c-8f3a-8cf1f49a726d.shg-box.shg-c {
  justify-content: center;
}

#s-9ed9910b-296b-46a0-ac8a-64935c7f2c0e {
  margin-top: 19px;
margin-left: auto;
margin-right: auto;
min-height: 40px;
max-width: 1200px;
}
@media (max-width: 767px){#s-9ed9910b-296b-46a0-ac8a-64935c7f2c0e {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-9ed9910b-296b-46a0-ac8a-64935c7f2c0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ed9910b-296b-46a0-ac8a-64935c7f2c0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ed9910b-296b-46a0-ac8a-64935c7f2c0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ed9910b-296b-46a0-ac8a-64935c7f2c0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-99b4b4bd-9981-4820-a82e-227fe5ef8d81 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-99b4b4bd-9981-4820-a82e-227fe5ef8d81 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-99b4b4bd-9981-4820-a82e-227fe5ef8d81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99b4b4bd-9981-4820-a82e-227fe5ef8d81.shg-box.shg-c {
  justify-content: center;
}

#s-ce91c7e4-fd6d-4184-938c-5b870e42adbf {
  margin-top: -15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ce91c7e4-fd6d-4184-938c-5b870e42adbf {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-ce91c7e4-fd6d-4184-938c-5b870e42adbf .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-ce91c7e4-fd6d-4184-938c-5b870e42adbf .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-38b63fde-1a93-471b-b3fc-9024a03f7298 {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38b63fde-1a93-471b-b3fc-9024a03f7298 {
  display: none;
}
#s-38b63fde-1a93-471b-b3fc-9024a03f7298, #wrap-s-38b63fde-1a93-471b-b3fc-9024a03f7298 { display: none !important; }}@media (max-width: 767px){#s-38b63fde-1a93-471b-b3fc-9024a03f7298 {
  display: none;
}
#s-38b63fde-1a93-471b-b3fc-9024a03f7298, #wrap-s-38b63fde-1a93-471b-b3fc-9024a03f7298 { display: none !important; }}
#s-06fcc4ab-b5e5-486f-a8d3-e6cb09f74976 {
  max-width: 520px;
}
@media (min-width: 1200px){#s-06fcc4ab-b5e5-486f-a8d3-e6cb09f74976 {
  display: none;
}
#s-06fcc4ab-b5e5-486f-a8d3-e6cb09f74976, #wrap-s-06fcc4ab-b5e5-486f-a8d3-e6cb09f74976 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06fcc4ab-b5e5-486f-a8d3-e6cb09f74976 {
  display: none;
}
#s-06fcc4ab-b5e5-486f-a8d3-e6cb09f74976, #wrap-s-06fcc4ab-b5e5-486f-a8d3-e6cb09f74976 { display: none !important; }}@media (max-width: 767px){#s-06fcc4ab-b5e5-486f-a8d3-e6cb09f74976 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}
}
#s-008e8b0d-302f-4075-a9cc-3749f367effb {
  max-width: 300px;
}








#s-008e8b0d-302f-4075-a9cc-3749f367effb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-008e8b0d-302f-4075-a9cc-3749f367effb.shg-box.shg-c {
  justify-content: center;
}

#s-1304c479-fd30-4d02-b9eb-b797e2fb1c9b {
  margin-top: 5px;
}

#s-902373e9-a057-4a47-846d-692cbd3301c4 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-902373e9-a057-4a47-846d-692cbd3301c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-902373e9-a057-4a47-846d-692cbd3301c4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-902373e9-a057-4a47-846d-692cbd3301c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd203a9d-72f8-4ee7-b167-ac28aa7dcefe {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-dd203a9d-72f8-4ee7-b167-ac28aa7dcefe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd203a9d-72f8-4ee7-b167-ac28aa7dcefe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd203a9d-72f8-4ee7-b167-ac28aa7dcefe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd203a9d-72f8-4ee7-b167-ac28aa7dcefe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd203a9d-72f8-4ee7-b167-ac28aa7dcefe.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-dd203a9d-72f8-4ee7-b167-ac28aa7dcefe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dd203a9d-72f8-4ee7-b167-ac28aa7dcefe.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-20c2f33e-b020-495b-942f-45f7d37a4f28 {
  padding-top: 5px;
padding-bottom: 5px;
max-width: 520px;
}
@media (min-width: 1200px){#s-20c2f33e-b020-495b-942f-45f7d37a4f28 {
  display: none;
}
#s-20c2f33e-b020-495b-942f-45f7d37a4f28, #wrap-s-20c2f33e-b020-495b-942f-45f7d37a4f28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20c2f33e-b020-495b-942f-45f7d37a4f28 {
  display: none;
}
#s-20c2f33e-b020-495b-942f-45f7d37a4f28, #wrap-s-20c2f33e-b020-495b-942f-45f7d37a4f28 { display: none !important; }}@media (max-width: 767px){#s-20c2f33e-b020-495b-942f-45f7d37a4f28 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
}
#s-83d5922b-2dbe-4f35-b8e9-4be96f37b166 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-83d5922b-2dbe-4f35-b8e9-4be96f37b166 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-83d5922b-2dbe-4f35-b8e9-4be96f37b166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83d5922b-2dbe-4f35-b8e9-4be96f37b166.shg-box.shg-c {
  justify-content: center;
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
    
    
  }


.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
      position: relative;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  
  
  
  
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
    
    
  }


.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
      position: relative;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  
  
  
  
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
    
    
  }


.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
      position: relative;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  
  
  
  
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
    
    
  }


.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
      position: relative;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  
  
  
  
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
    
    
  }


.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container {
      position: relative;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a75f1f1-ffcc-4747-bd19-8d4e24eb5d5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5f44974b-833d-4940-9bf6-39330b58dd5e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-5f44974b-833d-4940-9bf6-39330b58dd5e {
  padding-bottom: 0px;
}
}







#s-5f44974b-833d-4940-9bf6-39330b58dd5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f44974b-833d-4940-9bf6-39330b58dd5e.shg-box.shg-c {
  justify-content: center;
}

#s-825bb284-027e-4501-8a19-e9b039be4174 {
  margin-top: 19px;
margin-left: auto;
margin-right: auto;
min-height: 40px;
max-width: 1200px;
}
@media (max-width: 767px){#s-825bb284-027e-4501-8a19-e9b039be4174 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-825bb284-027e-4501-8a19-e9b039be4174"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-825bb284-027e-4501-8a19-e9b039be4174"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-825bb284-027e-4501-8a19-e9b039be4174"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-825bb284-027e-4501-8a19-e9b039be4174"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-64334537-bc08-4f14-a3f3-282eac945327 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-64334537-bc08-4f14-a3f3-282eac945327 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-64334537-bc08-4f14-a3f3-282eac945327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64334537-bc08-4f14-a3f3-282eac945327.shg-box.shg-c {
  justify-content: center;
}

#s-d5b698dc-d7f5-488e-b6dd-d99b62448ded {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-d5b698dc-d7f5-488e-b6dd-d99b62448ded {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-d5b698dc-d7f5-488e-b6dd-d99b62448ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5b698dc-d7f5-488e-b6dd-d99b62448ded.shg-box.shg-c {
  justify-content: center;
}

#s-d6733650-cf5e-400c-8616-1618a15a5b87 {
  margin-top: -15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d6733650-cf5e-400c-8616-1618a15a5b87 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-d6733650-cf5e-400c-8616-1618a15a5b87 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-d6733650-cf5e-400c-8616-1618a15a5b87 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-a3f76734-acc5-425e-9d13-c8835a05fb87 {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3f76734-acc5-425e-9d13-c8835a05fb87 {
  display: none;
}
#s-a3f76734-acc5-425e-9d13-c8835a05fb87, #wrap-s-a3f76734-acc5-425e-9d13-c8835a05fb87 { display: none !important; }}@media (max-width: 767px){#s-a3f76734-acc5-425e-9d13-c8835a05fb87 {
  display: none;
}
#s-a3f76734-acc5-425e-9d13-c8835a05fb87, #wrap-s-a3f76734-acc5-425e-9d13-c8835a05fb87 { display: none !important; }}
#s-1a239fb1-380e-4f37-8f53-734b09776ec1 {
  max-width: 520px;
}
@media (min-width: 1200px){#s-1a239fb1-380e-4f37-8f53-734b09776ec1 {
  display: none;
}
#s-1a239fb1-380e-4f37-8f53-734b09776ec1, #wrap-s-1a239fb1-380e-4f37-8f53-734b09776ec1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a239fb1-380e-4f37-8f53-734b09776ec1 {
  display: none;
}
#s-1a239fb1-380e-4f37-8f53-734b09776ec1, #wrap-s-1a239fb1-380e-4f37-8f53-734b09776ec1 { display: none !important; }}@media (max-width: 767px){#s-1a239fb1-380e-4f37-8f53-734b09776ec1 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}
}
#s-77f7a520-f6cd-45dc-a744-85053a14e0af {
  max-width: 300px;
}








#s-77f7a520-f6cd-45dc-a744-85053a14e0af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77f7a520-f6cd-45dc-a744-85053a14e0af.shg-box.shg-c {
  justify-content: center;
}

#s-719a4c6c-bac5-4538-a199-8b38fa9fb706 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-719a4c6c-bac5-4538-a199-8b38fa9fb706 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-719a4c6c-bac5-4538-a199-8b38fa9fb706 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-719a4c6c-bac5-4538-a199-8b38fa9fb706 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2835da3f-7592-461e-9d36-f66ea4475057 {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-2835da3f-7592-461e-9d36-f66ea4475057:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2835da3f-7592-461e-9d36-f66ea4475057:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2835da3f-7592-461e-9d36-f66ea4475057 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2835da3f-7592-461e-9d36-f66ea4475057.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2835da3f-7592-461e-9d36-f66ea4475057.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-2835da3f-7592-461e-9d36-f66ea4475057.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2835da3f-7592-461e-9d36-f66ea4475057.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b544c66f-cd54-4e4a-abc5-b03e9ef0ed7a {
  padding-top: 5px;
padding-bottom: 5px;
max-width: 520px;
}
@media (min-width: 1200px){#s-b544c66f-cd54-4e4a-abc5-b03e9ef0ed7a {
  display: none;
}
#s-b544c66f-cd54-4e4a-abc5-b03e9ef0ed7a, #wrap-s-b544c66f-cd54-4e4a-abc5-b03e9ef0ed7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b544c66f-cd54-4e4a-abc5-b03e9ef0ed7a {
  display: none;
}
#s-b544c66f-cd54-4e4a-abc5-b03e9ef0ed7a, #wrap-s-b544c66f-cd54-4e4a-abc5-b03e9ef0ed7a { display: none !important; }}@media (max-width: 767px){#s-b544c66f-cd54-4e4a-abc5-b03e9ef0ed7a {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}
}
#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
    
    
  }


.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-content {
  
    align-items: center;
  
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
      position: relative;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  
  
  
  
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
    
    
  }


.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-content {
  
    align-items: center;
  
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
      position: relative;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  
  
  
  
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
    
    
  }


.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-content {
  
    align-items: center;
  
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
      position: relative;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  
  
  
  
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
    
    
  }


.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-content {
  
    align-items: center;
  
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
      position: relative;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  
  
  
  
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
    
    
  }


.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f .shogun-image-content {
  
    align-items: center;
  
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container {
      position: relative;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a237afe6-1bcf-4295-a886-bb5c8a7db95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-2b68d95f-0e31-4525-82be-f44d1f0908a5 {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTlhNjI4NmUtNGQ4OS00NzE0LWE3NmQtNTY3OTYxZjkxMWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1YzM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZjVjMzU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuMjc3MjcyNzI3MjcyNzI3MyIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNWMzNTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1YzM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNmZjVjMzU7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzk5YTYyODZlLTRkODktNDcxNC1hNzZkLTU2Nzk2MWY5MTFhOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 136, 15, 1);
border-style: solid;
border-radius: 3px;
max-width: 277px;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff5c35"}, {"id"=>4, "pos"=>0.2, "color"=>"#ff5c35"}, {"id"=>3, "pos"=>0.2772727272727273, "color"=>"#ff5c35"}, {"id"=>5, "pos"=>0.5, "color"=>"#ff5c35"}, {"id"=>2, "pos"=>0.9136363636363637, "color"=>"#ff5c35"}];
}
#s-2b68d95f-0e31-4525-82be-f44d1f0908a5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(21, 43, 79, 1) !important;
border-radius: 3px !important;
background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2b68d95f-0e31-4525-82be-f44d1f0908a5:active {background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b68d95f-0e31-4525-82be-f44d1f0908a5-root {
    text-align: center;
  }


#s-2b68d95f-0e31-4525-82be-f44d1f0908a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b68d95f-0e31-4525-82be-f44d1f0908a5-root {
    text-align: center;
  }


#s-2b68d95f-0e31-4525-82be-f44d1f0908a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b68d95f-0e31-4525-82be-f44d1f0908a5-root {
    text-align: center;
  }


#s-2b68d95f-0e31-4525-82be-f44d1f0908a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b68d95f-0e31-4525-82be-f44d1f0908a5-root {
    text-align: center;
  }


#s-2b68d95f-0e31-4525-82be-f44d1f0908a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b68d95f-0e31-4525-82be-f44d1f0908a5-root {
    text-align: center;
  }


#s-2b68d95f-0e31-4525-82be-f44d1f0908a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
    
    
  }


.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
      position: relative;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  
  
  
  
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
    
    
  }


.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
      position: relative;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  
  
  
  
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
    
    
  }


.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
      position: relative;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  
  
  
  
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
    
    
  }


.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
      position: relative;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  
  
  
  
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
    
    
  }


.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container {
      position: relative;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7baaa661-3b88-42a4-81ae-548e0b3b5d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
    
    
  }


.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
      position: relative;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  
  
  
  
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
    
    
  }


.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
      position: relative;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  
  
  
  
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
    
    
  }


.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
      position: relative;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  
  
  
  
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
    
    
  }


.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
      position: relative;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  
  
  
  
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
    
    
  }


.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container {
      position: relative;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c3be74f-3798-4107-ab1b-6d2b7195aa77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622 {
  margin-top: -20px;
}
@media (min-width: 1200px){#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622 {
  display: none;
}
#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622, #wrap-s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622 {
  display: none;
}
#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622, #wrap-s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622 { display: none !important; }}@media (max-width: 767px){#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622 {
  display: none;
}
#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622, #wrap-s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622 { display: none !important; }}







#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-311101a7-c0e1-4d41-a3f5-2fb85d0fa622.shg-box.shg-c {
  justify-content: center;
}

#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}

#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e33e23f7-bc9d-4d93-9a9b-90b8c629a368.shg-box.shg-c {
  justify-content: center;
}

#s-93b5571a-e8d9-49bb-a83a-f698b4b9e01d {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-93b5571a-e8d9-49bb-a83a-f698b4b9e01d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93b5571a-e8d9-49bb-a83a-f698b4b9e01d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93b5571a-e8d9-49bb-a83a-f698b4b9e01d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93b5571a-e8d9-49bb-a83a-f698b4b9e01d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93b5571a-e8d9-49bb-a83a-f698b4b9e01d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93b5571a-e8d9-49bb-a83a-f698b4b9e01d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93b5571a-e8d9-49bb-a83a-f698b4b9e01d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1b773043-1979-42cf-8550-2e41bd1de4f3 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 300px;
}








#s-1b773043-1979-42cf-8550-2e41bd1de4f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b773043-1979-42cf-8550-2e41bd1de4f3.shg-box.shg-c {
  justify-content: center;
}

#s-2bb5e0b7-a1e1-41b5-bc87-ff115656dc92 {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2bb5e0b7-a1e1-41b5-bc87-ff115656dc92 .shogun-heading-component h1 {
  color: rgba(166, 198, 111, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-915efa99-466a-460c-af80-08a7aa4ea1c3 {
  margin-bottom: -20px;
}

#s-915efa99-466a-460c-af80-08a7aa4ea1c3 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-90c18565-e31c-4213-bd68-cabf06ca1e41 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-90c18565-e31c-4213-bd68-cabf06ca1e41 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-6492f589-2d05-4139-9804-4bfe6d33e815 {
  margin-top: -20px;
}

#s-6492f589-2d05-4139-9804-4bfe6d33e815 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-84e2fc44-6b92-451e-bf40-fc989bc9da48 {
  margin-top: -45px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-84e2fc44-6b92-451e-bf40-fc989bc9da48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84e2fc44-6b92-451e-bf40-fc989bc9da48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84e2fc44-6b92-451e-bf40-fc989bc9da48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84e2fc44-6b92-451e-bf40-fc989bc9da48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b6881d8-80aa-40db-9203-0270af691dfc {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-4b6881d8-80aa-40db-9203-0270af691dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b6881d8-80aa-40db-9203-0270af691dfc.shg-box.shg-c {
  justify-content: center;
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 393/92;
text-align: center;
}



.shg-image-margin-container-s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
    
    
  }


.s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1730175-c676-418c-9ab6-a4ac554cb19d {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
      position: relative;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  
  
  
  
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
    
    
  }


.s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1730175-c676-418c-9ab6-a4ac554cb19d {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
      position: relative;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  
  
  
  
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
    
    
  }


.s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1730175-c676-418c-9ab6-a4ac554cb19d {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
      position: relative;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  
  
  
  
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
    
    
  }


.s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1730175-c676-418c-9ab6-a4ac554cb19d {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
      position: relative;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  
  
  
  
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1730175-c676-418c-9ab6-a4ac554cb19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
    
    
  }


.s-f1730175-c676-418c-9ab6-a4ac554cb19d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1730175-c676-418c-9ab6-a4ac554cb19d {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container {
      position: relative;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1730175-c676-418c-9ab6-a4ac554cb19d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b3695082-32e3-4496-b341-df72f21a8832 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-b3695082-32e3-4496-b341-df72f21a8832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3695082-32e3-4496-b341-df72f21a8832.shg-box.shg-c {
  justify-content: center;
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 265/122;
text-align: center;
}



.shg-image-margin-container-s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
    
    
  }


.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-content {
  
    align-items: center;
  
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
      position: relative;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  
  
  
  
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
    
    
  }


.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-content {
  
    align-items: center;
  
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
      position: relative;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  
  
  
  
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
    
    
  }


.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-content {
  
    align-items: center;
  
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
      position: relative;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  
  
  
  
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
    
    
  }


.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-content {
  
    align-items: center;
  
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
      position: relative;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  
  
  
  
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
    
    
  }


.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 .shogun-image-content {
  
    align-items: center;
  
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container {
      position: relative;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b784060c-f0ad-4bf5-9a6d-a6c1f13f0971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b326750d-28a1-44bd-87d2-f25920a75d56 {
  margin-top: -20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b326750d-28a1-44bd-87d2-f25920a75d56 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-d6208d29-d485-4fea-a28b-4723352004e2 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 200px;
}








#s-d6208d29-d485-4fea-a28b-4723352004e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6208d29-d485-4fea-a28b-4723352004e2.shg-box.shg-c {
  justify-content: center;
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  max-width: 220px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  
  
  
  
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
    
    
  }


.s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-content {
  
    align-items: center;
  
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
      position: relative;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  
  
  
  
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
    
    
  }


.s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-content {
  
    align-items: center;
  
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
      position: relative;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  
  
  
  
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
    
    
  }


.s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-content {
  
    align-items: center;
  
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
      position: relative;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  
  
  
  
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
    
    
  }


.s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-content {
  
    align-items: center;
  
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
      position: relative;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  
  
  
  
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
    
    
  }


.s-87db7a71-f47c-4a64-b97c-f5a4768535cd .shogun-image-content {
  
    align-items: center;
  
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container {
      position: relative;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87db7a71-f47c-4a64-b97c-f5a4768535cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f7dfbba7-1931-4a05-b031-2fd06a25ae6d {
  margin-bottom: 12px;
min-height: 50px;
}








#s-f7dfbba7-1931-4a05-b031-2fd06a25ae6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7dfbba7-1931-4a05-b031-2fd06a25ae6d.shg-box.shg-c {
  justify-content: center;
}

#s-7537fcb4-7be9-4041-875c-34803377a3f0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7537fcb4-7be9-4041-875c-34803377a3f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-e4399f2e-55ed-44d0-9421-5dcb0a3ddd59 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e4399f2e-55ed-44d0-9421-5dcb0a3ddd59 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}










#s-e0899333-b438-4a9f-aeb2-0470679cb532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0899333-b438-4a9f-aeb2-0470679cb532.shg-box.shg-c {
  justify-content: center;
}

#s-3b00839a-bd35-4a2c-879f-77972a7b629b {
  min-height: 500px;
}








#s-3b00839a-bd35-4a2c-879f-77972a7b629b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b00839a-bd35-4a2c-879f-77972a7b629b.shg-box.shg-c {
  justify-content: center;
}

#s-5fe82700-0b9d-4cec-a9ce-cc41a69b0f79 {
  margin-top: 10px;
min-height: 70px;
background-color: rgba(166, 198, 111, 1);
}








#s-5fe82700-0b9d-4cec-a9ce-cc41a69b0f79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fe82700-0b9d-4cec-a9ce-cc41a69b0f79.shg-box.shg-c {
  justify-content: center;
}

#s-bf5b274e-da5e-409e-86f0-eac7ff798ecd {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bf5b274e-da5e-409e-86f0-eac7ff798ecd {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-bf5b274e-da5e-409e-86f0-eac7ff798ecd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-d67b5f69-8f50-40cf-91fe-9085b9e2e3ff {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 20px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}

#s-d67b5f69-8f50-40cf-91fe-9085b9e2e3ff {
  background-image: url(https://i.shgcdn.com/278c1c0b-0baa-46b9-9931-d19923eb48ec/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d67b5f69-8f50-40cf-91fe-9085b9e2e3ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d67b5f69-8f50-40cf-91fe-9085b9e2e3ff.shg-box.shg-c {
  justify-content: center;
}

#s-3b1ea6ca-3d53-4d3f-8b34-d5df4a502147 {
  padding-top: 30px;
padding-bottom: 30px;
background-attachment: scroll;
}








#s-3b1ea6ca-3d53-4d3f-8b34-d5df4a502147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b1ea6ca-3d53-4d3f-8b34-d5df4a502147.shg-box.shg-c {
  justify-content: center;
}

#s-c8304413-c042-4585-bd5c-6fc99cddc9b1 {
  margin-top: -15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c8304413-c042-4585-bd5c-6fc99cddc9b1 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-c8304413-c042-4585-bd5c-6fc99cddc9b1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-a10dfac1-c9ac-4508-9f6e-4c3ee194d36d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 300px;
max-width: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-a10dfac1-c9ac-4508-9f6e-4c3ee194d36d {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-a10dfac1-c9ac-4508-9f6e-4c3ee194d36d {
  background-image: url(https://i.shgcdn.com/3498c504-237c-4434-a7a4-fa6e0f7b1cde/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a10dfac1-c9ac-4508-9f6e-4c3ee194d36d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a10dfac1-c9ac-4508-9f6e-4c3ee194d36d.shg-box.shg-c {
  justify-content: center;
}

#s-63b0069f-579f-4195-a2b7-e2ac84d9abf7 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-63b0069f-579f-4195-a2b7-e2ac84d9abf7 {
  display: none;
}
#s-63b0069f-579f-4195-a2b7-e2ac84d9abf7, #wrap-s-63b0069f-579f-4195-a2b7-e2ac84d9abf7 { display: none !important; }}
#s-7cc7948c-a683-46ca-8166-d115225d1c58 {
  padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-7cc7948c-a683-46ca-8166-d115225d1c58 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-7cc7948c-a683-46ca-8166-d115225d1c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cc7948c-a683-46ca-8166-d115225d1c58.shg-box.shg-c {
  justify-content: center;
}

#s-e2845d9d-24e9-4ac8-857b-4e3bc3064a0a {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-6a706846-a551-426f-8942-362261d17a99 {
  margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6a706846-a551-426f-8942-362261d17a99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 21px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-6a706846-a551-426f-8942-362261d17a99 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 21px;
}

#s-6a706846-a551-426f-8942-362261d17a99 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b06a0faf-f8d0-499b-8157-ed768aab264f {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-b06a0faf-f8d0-499b-8157-ed768aab264f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b06a0faf-f8d0-499b-8157-ed768aab264f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b06a0faf-f8d0-499b-8157-ed768aab264f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b06a0faf-f8d0-499b-8157-ed768aab264f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b06a0faf-f8d0-499b-8157-ed768aab264f.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-b06a0faf-f8d0-499b-8157-ed768aab264f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b06a0faf-f8d0-499b-8157-ed768aab264f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
    
    
  }


.s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
      position: relative;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  
  
  
  
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
    
    
  }


.s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
      position: relative;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  
  
  
  
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
    
    
  }


.s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
      position: relative;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  
  
  
  
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
    
    
  }


.s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
      position: relative;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  
  
  
  
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
    
    
  }


.s-ce34b946-1fcf-4d89-9046-272470f2bc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container {
      position: relative;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce34b946-1fcf-4d89-9046-272470f2bc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-89688464-2980-406e-a1d3-4bb41675f963 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
background-position: center center;
background-attachment: scroll;
}








#s-89688464-2980-406e-a1d3-4bb41675f963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89688464-2980-406e-a1d3-4bb41675f963.shg-box.shg-c {
  justify-content: center;
}

#s-3d7a2b64-5667-4e57-b1aa-fee01f4d443f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3d7a2b64-5667-4e57-b1aa-fee01f4d443f {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-3d7a2b64-5667-4e57-b1aa-fee01f4d443f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-755ef47c-eaf3-4521-a5fd-ddb97e41daf8 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 600px;
background-position: center center;
}








#s-755ef47c-eaf3-4521-a5fd-ddb97e41daf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-755ef47c-eaf3-4521-a5fd-ddb97e41daf8.shg-box.shg-c {
  justify-content: center;
}

#s-404dab51-63d9-422d-8e6c-2b76e41bfbe1 {
  padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-404dab51-63d9-422d-8e6c-2b76e41bfbe1 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-404dab51-63d9-422d-8e6c-2b76e41bfbe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-404dab51-63d9-422d-8e6c-2b76e41bfbe1.shg-box.shg-c {
  justify-content: center;
}

#s-b3b17274-9ae1-4b3b-afbc-d3310991ec69 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-b3b17274-9ae1-4b3b-afbc-d3310991ec69 {
  display: none;
}
#s-b3b17274-9ae1-4b3b-afbc-d3310991ec69, #wrap-s-b3b17274-9ae1-4b3b-afbc-d3310991ec69 { display: none !important; }}
#s-2b401266-be05-4e0b-a79b-78ca46710890 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 300px;
}








#s-2b401266-be05-4e0b-a79b-78ca46710890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b401266-be05-4e0b-a79b-78ca46710890.shg-box.shg-c {
  justify-content: center;
}

#s-8b6a7c43-67bb-4db7-91ea-1094c80b852f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-8b6a7c43-67bb-4db7-91ea-1094c80b852f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-8b6a7c43-67bb-4db7-91ea-1094c80b852f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-8b6a7c43-67bb-4db7-91ea-1094c80b852f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7433df04-bd41-4c1b-8cc0-67d0efaccc90 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-7433df04-bd41-4c1b-8cc0-67d0efaccc90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7433df04-bd41-4c1b-8cc0-67d0efaccc90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7433df04-bd41-4c1b-8cc0-67d0efaccc90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7433df04-bd41-4c1b-8cc0-67d0efaccc90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7433df04-bd41-4c1b-8cc0-67d0efaccc90.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-7433df04-bd41-4c1b-8cc0-67d0efaccc90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7433df04-bd41-4c1b-8cc0-67d0efaccc90.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
    
    
  }


.s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
      position: relative;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  
  
  
  
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
    
    
  }


.s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
      position: relative;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  
  
  
  
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
    
    
  }


.s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
      position: relative;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  
  
  
  
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
    
    
  }


.s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
      position: relative;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  
  
  
  
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
    
    
  }


.s-281515db-d6a2-4ea8-8212-57ddd752aa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container {
      position: relative;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-281515db-d6a2-4ea8-8212-57ddd752aa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-5738f3c3-93c7-4bef-b411-d9077d594e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5738f3c3-93c7-4bef-b411-d9077d594e48.shg-box.shg-c {
  justify-content: center;
}

#s-bb4d4cb6-da1a-49b1-852f-9d421f88f831 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
background-position: center center;
background-attachment: scroll;
}








#s-bb4d4cb6-da1a-49b1-852f-9d421f88f831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb4d4cb6-da1a-49b1-852f-9d421f88f831.shg-box.shg-c {
  justify-content: center;
}

#s-1e138cb2-5358-4301-813d-df0df8cf81d6 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-1e138cb2-5358-4301-813d-df0df8cf81d6 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-1e138cb2-5358-4301-813d-df0df8cf81d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e138cb2-5358-4301-813d-df0df8cf81d6.shg-box.shg-c {
  justify-content: center;
}

#s-40c56fce-238d-4de5-b2c2-cf66961ed90c {
  margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-40c56fce-238d-4de5-b2c2-cf66961ed90c {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-40c56fce-238d-4de5-b2c2-cf66961ed90c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-9560bcc3-2980-449d-9882-84a6854a625c {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 500px;
background-position: center center;
}








#s-9560bcc3-2980-449d-9882-84a6854a625c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9560bcc3-2980-449d-9882-84a6854a625c.shg-box.shg-c {
  justify-content: center;
}

#s-690585d6-2fa0-4eb5-877a-dc5c65ccb79c {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-690585d6-2fa0-4eb5-877a-dc5c65ccb79c {
  display: none;
}
#s-690585d6-2fa0-4eb5-877a-dc5c65ccb79c, #wrap-s-690585d6-2fa0-4eb5-877a-dc5c65ccb79c { display: none !important; }}
#s-fc632252-bb5d-4303-8a67-b2c45533ef35 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}








#s-fc632252-bb5d-4303-8a67-b2c45533ef35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc632252-bb5d-4303-8a67-b2c45533ef35.shg-box.shg-c {
  justify-content: center;
}

#s-4730245d-cbbe-4802-ace7-1fd6de77bd3b {
  margin-top: 5px;
}

#s-2316ebe7-3522-4182-9633-440a3f76c840 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-2316ebe7-3522-4182-9633-440a3f76c840 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-2316ebe7-3522-4182-9633-440a3f76c840 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-2316ebe7-3522-4182-9633-440a3f76c840 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-434ef2f3-c11f-486f-8312-4cddd8f2f2ee {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-434ef2f3-c11f-486f-8312-4cddd8f2f2ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-434ef2f3-c11f-486f-8312-4cddd8f2f2ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-434ef2f3-c11f-486f-8312-4cddd8f2f2ee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-434ef2f3-c11f-486f-8312-4cddd8f2f2ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-434ef2f3-c11f-486f-8312-4cddd8f2f2ee.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-434ef2f3-c11f-486f-8312-4cddd8f2f2ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-434ef2f3-c11f-486f-8312-4cddd8f2f2ee.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }









#s-b98b666b-69e9-41d3-bbc6-0af964c06f77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b98b666b-69e9-41d3-bbc6-0af964c06f77.shg-box.shg-c {
  justify-content: center;
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-92efb581-997f-44f2-bce8-132db0a4b20b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
    
    
  }


.s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-content {
  
    align-items: center;
  
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92efb581-997f-44f2-bce8-132db0a4b20b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
      position: relative;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92efb581-997f-44f2-bce8-132db0a4b20b {
  
  
  
  
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
    
    
  }


.s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-content {
  
    align-items: center;
  
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92efb581-997f-44f2-bce8-132db0a4b20b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
      position: relative;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92efb581-997f-44f2-bce8-132db0a4b20b {
  
  
  
  
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
    
    
  }


.s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-content {
  
    align-items: center;
  
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92efb581-997f-44f2-bce8-132db0a4b20b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
      position: relative;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92efb581-997f-44f2-bce8-132db0a4b20b {
  
  
  
  
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
    
    
  }


.s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-content {
  
    align-items: center;
  
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92efb581-997f-44f2-bce8-132db0a4b20b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
      position: relative;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92efb581-997f-44f2-bce8-132db0a4b20b {
  
  
  
  
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92efb581-997f-44f2-bce8-132db0a4b20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
    
    
  }


.s-92efb581-997f-44f2-bce8-132db0a4b20b .shogun-image-content {
  
    align-items: center;
  
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92efb581-997f-44f2-bce8-132db0a4b20b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container {
      position: relative;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92efb581-997f-44f2-bce8-132db0a4b20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-57bdf996-c113-44b3-945c-c695936bb69b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-57bdf996-c113-44b3-945c-c695936bb69b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57bdf996-c113-44b3-945c-c695936bb69b.shg-box.shg-c {
  justify-content: center;
}

#s-56c322d8-47e5-45c2-a120-e66ef02e8174 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-56c322d8-47e5-45c2-a120-e66ef02e8174 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-56c322d8-47e5-45c2-a120-e66ef02e8174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56c322d8-47e5-45c2-a120-e66ef02e8174.shg-box.shg-c {
  justify-content: center;
}

#s-6e3c83bc-e395-49a0-a337-52f12e836017 {
  margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6e3c83bc-e395-49a0-a337-52f12e836017 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-6e3c83bc-e395-49a0-a337-52f12e836017 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-080a5053-52f3-4c6c-9f97-a6c27704ea69 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 500px;
background-position: center center;
}








#s-080a5053-52f3-4c6c-9f97-a6c27704ea69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-080a5053-52f3-4c6c-9f97-a6c27704ea69.shg-box.shg-c {
  justify-content: center;
}

#s-661150e8-f94a-4ac5-9a9a-a67aa0789e35 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-661150e8-f94a-4ac5-9a9a-a67aa0789e35 {
  display: none;
}
#s-661150e8-f94a-4ac5-9a9a-a67aa0789e35, #wrap-s-661150e8-f94a-4ac5-9a9a-a67aa0789e35 { display: none !important; }}
#s-8a890165-5c8c-4a3d-be4c-cdb751afcd77 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}








#s-8a890165-5c8c-4a3d-be4c-cdb751afcd77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a890165-5c8c-4a3d-be4c-cdb751afcd77.shg-box.shg-c {
  justify-content: center;
}

#s-474fd175-9969-4ab8-be19-f20804addddc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-474fd175-9969-4ab8-be19-f20804addddc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-474fd175-9969-4ab8-be19-f20804addddc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-474fd175-9969-4ab8-be19-f20804addddc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c2a58c5-5900-4999-9a9b-012cf42724c0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-7c2a58c5-5900-4999-9a9b-012cf42724c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c2a58c5-5900-4999-9a9b-012cf42724c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c2a58c5-5900-4999-9a9b-012cf42724c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c2a58c5-5900-4999-9a9b-012cf42724c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c2a58c5-5900-4999-9a9b-012cf42724c0.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-7c2a58c5-5900-4999-9a9b-012cf42724c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7c2a58c5-5900-4999-9a9b-012cf42724c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
    
    
  }


.s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
      position: relative;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  
  
  
  
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
    
    
  }


.s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
      position: relative;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  
  
  
  
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
    
    
  }


.s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
      position: relative;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  
  
  
  
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
    
    
  }


.s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
      position: relative;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  
  
  
  
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
    
    
  }


.s-77a613cc-624b-4d0f-90fd-c62007dbacc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container {
      position: relative;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a613cc-624b-4d0f-90fd-c62007dbacc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-b1d0b975-035c-48d4-94e5-d98fa64bad5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1d0b975-035c-48d4-94e5-d98fa64bad5d.shg-box.shg-c {
  justify-content: center;
}

#s-a70b3072-f5eb-4931-99c6-15731e4aca04 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-a70b3072-f5eb-4931-99c6-15731e4aca04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a70b3072-f5eb-4931-99c6-15731e4aca04.shg-box.shg-c {
  justify-content: center;
}

#s-39a3d0da-2a63-4cdc-b847-ab29c22d0210 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-39a3d0da-2a63-4cdc-b847-ab29c22d0210 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-39a3d0da-2a63-4cdc-b847-ab29c22d0210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39a3d0da-2a63-4cdc-b847-ab29c22d0210.shg-box.shg-c {
  justify-content: center;
}

#s-bc4e1522-88e1-41ce-a13a-a14e69f0c870 {
  margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bc4e1522-88e1-41ce-a13a-a14e69f0c870 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-bc4e1522-88e1-41ce-a13a-a14e69f0c870 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-904abe4f-7fe0-486f-9131-59db00c52b50 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 500px;
background-position: center center;
}








#s-904abe4f-7fe0-486f-9131-59db00c52b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-904abe4f-7fe0-486f-9131-59db00c52b50.shg-box.shg-c {
  justify-content: center;
}

#s-59c6649e-2980-4a0a-86c8-4ef200649624 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-59c6649e-2980-4a0a-86c8-4ef200649624 {
  display: none;
}
#s-59c6649e-2980-4a0a-86c8-4ef200649624, #wrap-s-59c6649e-2980-4a0a-86c8-4ef200649624 { display: none !important; }}
#s-2b0ccdd7-4c8c-4e1d-a6b0-ae649ba5ac24 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}








#s-2b0ccdd7-4c8c-4e1d-a6b0-ae649ba5ac24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b0ccdd7-4c8c-4e1d-a6b0-ae649ba5ac24.shg-box.shg-c {
  justify-content: center;
}

#s-f321040e-9a5e-4838-8b06-e44ffac8244d {
  margin-top: 5px;
}

#s-7e4a2f93-2848-4789-a731-24001218f5af {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-7e4a2f93-2848-4789-a731-24001218f5af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-7e4a2f93-2848-4789-a731-24001218f5af .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-7e4a2f93-2848-4789-a731-24001218f5af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aaed46c0-2500-4d1c-94d8-f3b984d3fb97 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-aaed46c0-2500-4d1c-94d8-f3b984d3fb97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aaed46c0-2500-4d1c-94d8-f3b984d3fb97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aaed46c0-2500-4d1c-94d8-f3b984d3fb97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaed46c0-2500-4d1c-94d8-f3b984d3fb97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaed46c0-2500-4d1c-94d8-f3b984d3fb97.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-aaed46c0-2500-4d1c-94d8-f3b984d3fb97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aaed46c0-2500-4d1c-94d8-f3b984d3fb97.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1299fd57-404f-49c8-a2e4-943c5035edea {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-1299fd57-404f-49c8-a2e4-943c5035edea {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
    
    
  }


.s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-content {
  
    align-items: center;
  
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1299fd57-404f-49c8-a2e4-943c5035edea {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
      position: relative;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1299fd57-404f-49c8-a2e4-943c5035edea {
  
  
  
  
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
    
    
  }


.s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-content {
  
    align-items: center;
  
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1299fd57-404f-49c8-a2e4-943c5035edea {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
      position: relative;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1299fd57-404f-49c8-a2e4-943c5035edea {
  
  
  
  
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
    
    
  }


.s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-content {
  
    align-items: center;
  
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1299fd57-404f-49c8-a2e4-943c5035edea {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
      position: relative;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1299fd57-404f-49c8-a2e4-943c5035edea {
  
  
  
  
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
    
    
  }


.s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-content {
  
    align-items: center;
  
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1299fd57-404f-49c8-a2e4-943c5035edea {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
      position: relative;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1299fd57-404f-49c8-a2e4-943c5035edea {
  
  
  
  
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1299fd57-404f-49c8-a2e4-943c5035edea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
    
    
  }


.s-1299fd57-404f-49c8-a2e4-943c5035edea .shogun-image-content {
  
    align-items: center;
  
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1299fd57-404f-49c8-a2e4-943c5035edea {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container {
      position: relative;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1299fd57-404f-49c8-a2e4-943c5035edea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4373be4f-1a14-4d9c-bdaa-d3ae6a2f3ef5 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-4373be4f-1a14-4d9c-bdaa-d3ae6a2f3ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4373be4f-1a14-4d9c-bdaa-d3ae6a2f3ef5.shg-box.shg-c {
  justify-content: center;
}

#s-1fa34b99-25de-490e-95ea-b81529ca8f98 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-1fa34b99-25de-490e-95ea-b81529ca8f98 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-1fa34b99-25de-490e-95ea-b81529ca8f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fa34b99-25de-490e-95ea-b81529ca8f98.shg-box.shg-c {
  justify-content: center;
}

#s-14465a2c-51ba-49fa-aecb-cda20288d9eb {
  margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-14465a2c-51ba-49fa-aecb-cda20288d9eb {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-14465a2c-51ba-49fa-aecb-cda20288d9eb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-d7644bf2-a65b-40c3-9b21-6627cf85f06a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 500px;
background-position: center center;
}








#s-d7644bf2-a65b-40c3-9b21-6627cf85f06a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7644bf2-a65b-40c3-9b21-6627cf85f06a.shg-box.shg-c {
  justify-content: center;
}

#s-fdd2ab18-e940-4a4b-93a0-4832bf59c492 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-fdd2ab18-e940-4a4b-93a0-4832bf59c492 {
  display: none;
}
#s-fdd2ab18-e940-4a4b-93a0-4832bf59c492, #wrap-s-fdd2ab18-e940-4a4b-93a0-4832bf59c492 { display: none !important; }}
#s-d839f4f8-3eb7-451a-9f33-feb497896fe1 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}








#s-d839f4f8-3eb7-451a-9f33-feb497896fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d839f4f8-3eb7-451a-9f33-feb497896fe1.shg-box.shg-c {
  justify-content: center;
}

#s-9d392cb2-152c-4b87-842a-a0eecfa3b40c {
  margin-top: 5px;
}

#s-ec7bcaf7-57f7-4f70-a37c-e01a8afb01c4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-ec7bcaf7-57f7-4f70-a37c-e01a8afb01c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-ec7bcaf7-57f7-4f70-a37c-e01a8afb01c4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-ec7bcaf7-57f7-4f70-a37c-e01a8afb01c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-52ff9be4-2445-4d50-9c7e-70efc2b64aae {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-52ff9be4-2445-4d50-9c7e-70efc2b64aae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52ff9be4-2445-4d50-9c7e-70efc2b64aae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52ff9be4-2445-4d50-9c7e-70efc2b64aae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52ff9be4-2445-4d50-9c7e-70efc2b64aae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52ff9be4-2445-4d50-9c7e-70efc2b64aae.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-52ff9be4-2445-4d50-9c7e-70efc2b64aae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-52ff9be4-2445-4d50-9c7e-70efc2b64aae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 1200px){#s-33f52b15-6658-4225-a982-43b8b03a2655 {
  display: none;
}
#s-33f52b15-6658-4225-a982-43b8b03a2655, #wrap-s-33f52b15-6658-4225-a982-43b8b03a2655 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33f52b15-6658-4225-a982-43b8b03a2655 {
  display: none;
}
#s-33f52b15-6658-4225-a982-43b8b03a2655, #wrap-s-33f52b15-6658-4225-a982-43b8b03a2655 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33f52b15-6658-4225-a982-43b8b03a2655 {
  display: none;
}
#s-33f52b15-6658-4225-a982-43b8b03a2655, #wrap-s-33f52b15-6658-4225-a982-43b8b03a2655 { display: none !important; }}@media (max-width: 767px){#s-33f52b15-6658-4225-a982-43b8b03a2655 {
  display: none;
}
#s-33f52b15-6658-4225-a982-43b8b03a2655, #wrap-s-33f52b15-6658-4225-a982-43b8b03a2655 { display: none !important; }}







#s-33f52b15-6658-4225-a982-43b8b03a2655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33f52b15-6658-4225-a982-43b8b03a2655.shg-box.shg-c {
  justify-content: center;
}

#s-69d27864-d843-455a-945a-50ec39209053 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-69d27864-d843-455a-945a-50ec39209053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69d27864-d843-455a-945a-50ec39209053.shg-box.shg-c {
  justify-content: center;
}

#s-734a32c7-2771-4920-9e33-e734dc738b0f {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-734a32c7-2771-4920-9e33-e734dc738b0f {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-734a32c7-2771-4920-9e33-e734dc738b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-734a32c7-2771-4920-9e33-e734dc738b0f.shg-box.shg-c {
  justify-content: center;
}

#s-897a9907-96de-4489-8d5b-7609f23d54a4 {
  margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-897a9907-96de-4489-8d5b-7609f23d54a4 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-897a9907-96de-4489-8d5b-7609f23d54a4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-b67cb251-6829-41d6-a732-e049a5b77191 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 300px;
max-width: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-b67cb251-6829-41d6-a732-e049a5b77191 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-b67cb251-6829-41d6-a732-e049a5b77191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b67cb251-6829-41d6-a732-e049a5b77191.shg-box.shg-c {
  justify-content: center;
}

#s-cc9528fd-f5f3-4ec0-b10c-fd76e81d8d5c {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (max-width: 767px){#s-cc9528fd-f5f3-4ec0-b10c-fd76e81d8d5c {
  display: none;
}
#s-cc9528fd-f5f3-4ec0-b10c-fd76e81d8d5c, #wrap-s-cc9528fd-f5f3-4ec0-b10c-fd76e81d8d5c { display: none !important; }}
#s-188eaf36-a14b-46ac-861c-90695878505a {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-9318dfec-bd41-4485-b7f8-ebf1c0538b35 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-9318dfec-bd41-4485-b7f8-ebf1c0538b35 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-9318dfec-bd41-4485-b7f8-ebf1c0538b35 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-9318dfec-bd41-4485-b7f8-ebf1c0538b35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-87684830-7458-49f8-9f0e-f1120563e8c5 {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-87684830-7458-49f8-9f0e-f1120563e8c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87684830-7458-49f8-9f0e-f1120563e8c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87684830-7458-49f8-9f0e-f1120563e8c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87684830-7458-49f8-9f0e-f1120563e8c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87684830-7458-49f8-9f0e-f1120563e8c5.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-87684830-7458-49f8-9f0e-f1120563e8c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-87684830-7458-49f8-9f0e-f1120563e8c5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d1b64706-5a5f-4b01-85f6-104fc7c48dee {
  margin-top: 25px;
margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-d1b64706-5a5f-4b01-85f6-104fc7c48dee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1b64706-5a5f-4b01-85f6-104fc7c48dee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1b64706-5a5f-4b01-85f6-104fc7c48dee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1b64706-5a5f-4b01-85f6-104fc7c48dee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd88fde7-81e7-4633-9fa0-4792792ef2b5 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-dd88fde7-81e7-4633-9fa0-4792792ef2b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd88fde7-81e7-4633-9fa0-4792792ef2b5.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-6f409799-1fe8-425a-a6db-decf0b797b2e {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6f409799-1fe8-425a-a6db-decf0b797b2e img.shogun-image,
  #s-6f409799-1fe8-425a-a6db-decf0b797b2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f409799-1fe8-425a-a6db-decf0b797b2e {
    width: 100%;
    height: auto;
  }



  #s-6f409799-1fe8-425a-a6db-decf0b797b2e img.shogun-image {
    

    
    
    
  }


#s-6f409799-1fe8-425a-a6db-decf0b797b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-784d2dd8-ff92-414a-8285-cb5ad79b25ea {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
max-width: 100%;
}

#s-32606c07-dc41-400d-8cbe-ba9add840989 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-32606c07-dc41-400d-8cbe-ba9add840989 {
  margin-left: 15px;
margin-right: 15px;
}
}







#s-32606c07-dc41-400d-8cbe-ba9add840989 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32606c07-dc41-400d-8cbe-ba9add840989.shg-box.shg-c {
  justify-content: center;
}

#s-1f9eae83-b1ff-4e30-942e-0a7b8e99f654 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1f9eae83-b1ff-4e30-942e-0a7b8e99f654 img.shogun-image,
  #s-1f9eae83-b1ff-4e30-942e-0a7b8e99f654 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f9eae83-b1ff-4e30-942e-0a7b8e99f654 {
    width: 100%;
    height: auto;
  }



  #s-1f9eae83-b1ff-4e30-942e-0a7b8e99f654 img.shogun-image {
    

    
    
    
  }


#s-1f9eae83-b1ff-4e30-942e-0a7b8e99f654 .shogun-image-content {
  
    align-items: center;
  
}

#s-b011bce3-8892-4f3e-bffb-ff354a2a7f30 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
}

#s-ef4919cd-cef8-435a-b69d-60a1af87a5d9 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-ef4919cd-cef8-435a-b69d-60a1af87a5d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef4919cd-cef8-435a-b69d-60a1af87a5d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef4919cd-cef8-435a-b69d-60a1af87a5d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef4919cd-cef8-435a-b69d-60a1af87a5d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e26f21b9-282e-4a33-9e70-1b15aa6d83b0 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e26f21b9-282e-4a33-9e70-1b15aa6d83b0 {
  margin-left: 15px;
margin-right: 15px;
}
}







#s-e26f21b9-282e-4a33-9e70-1b15aa6d83b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e26f21b9-282e-4a33-9e70-1b15aa6d83b0.shg-box.shg-c {
  justify-content: center;
}

#s-25f65ce9-0b72-4d78-90c5-a823427dae4a {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-25f65ce9-0b72-4d78-90c5-a823427dae4a img.shogun-image,
  #s-25f65ce9-0b72-4d78-90c5-a823427dae4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25f65ce9-0b72-4d78-90c5-a823427dae4a {
    width: 100%;
    height: auto;
  }



  #s-25f65ce9-0b72-4d78-90c5-a823427dae4a img.shogun-image {
    

    
    
    
  }


#s-25f65ce9-0b72-4d78-90c5-a823427dae4a .shogun-image-content {
  
    align-items: center;
  
}

#s-7a23d4b7-ee4e-431f-8aa6-320dfb4c3b04 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
}

#s-f62bc205-b41d-4998-9cc6-9e8369bcef85 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f62bc205-b41d-4998-9cc6-9e8369bcef85 {
  margin-left: 15px;
margin-right: 15px;
}
}







#s-f62bc205-b41d-4998-9cc6-9e8369bcef85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f62bc205-b41d-4998-9cc6-9e8369bcef85.shg-box.shg-c {
  justify-content: center;
}

#s-79f2950e-3f86-499c-8d0b-bc9dbf338efd {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-79f2950e-3f86-499c-8d0b-bc9dbf338efd img.shogun-image,
  #s-79f2950e-3f86-499c-8d0b-bc9dbf338efd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79f2950e-3f86-499c-8d0b-bc9dbf338efd {
    width: 100%;
    height: auto;
  }



  #s-79f2950e-3f86-499c-8d0b-bc9dbf338efd img.shogun-image {
    

    
    
    
  }


#s-79f2950e-3f86-499c-8d0b-bc9dbf338efd .shogun-image-content {
  
    align-items: center;
  
}

#s-d056c0ef-8de0-44f8-81fd-dd372f2b4e8b {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
}








#s-d0f36fc0-3531-4da8-88bf-ab2fcfc869e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0f36fc0-3531-4da8-88bf-ab2fcfc869e0.shg-box.shg-c {
  justify-content: center;
}

#s-7b3a6428-875b-4cfa-a96f-41dff6260ce7 {
  margin-top: -30px;
margin-left: 15px;
margin-right: 15px;
}

#s-7b3a6428-875b-4cfa-a96f-41dff6260ce7 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-aa722405-4471-4fc5-8ac3-f9951464967e {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-aa722405-4471-4fc5-8ac3-f9951464967e {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-aa722405-4471-4fc5-8ac3-f9951464967e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-cb9430cf-9b32-4b34-9823-ad442db27137 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-cb9430cf-9b32-4b34-9823-ad442db27137"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb9430cf-9b32-4b34-9823-ad442db27137"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb9430cf-9b32-4b34-9823-ad442db27137"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb9430cf-9b32-4b34-9823-ad442db27137"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a5a6b380-0c13-4678-9d7c-73942377d516 {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-a5a6b380-0c13-4678-9d7c-73942377d516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5a6b380-0c13-4678-9d7c-73942377d516.shg-box.shg-c {
  justify-content: center;
}

#s-965ae403-9656-481f-b5d9-a8b4beefab29 {
  margin-left: auto;
margin-right: auto;
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;
border-radius: 20px;
max-width: 840px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-965ae403-9656-481f-b5d9-a8b4beefab29 img.shogun-image,
  #s-965ae403-9656-481f-b5d9-a8b4beefab29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-965ae403-9656-481f-b5d9-a8b4beefab29 {
    width: 100%;
    height: auto;
  }



  #s-965ae403-9656-481f-b5d9-a8b4beefab29 img.shogun-image {
    

    
    
    
  }


#s-965ae403-9656-481f-b5d9-a8b4beefab29 .shogun-image-content {
  
    align-items: center;
  
}

#s-85bca46d-b37a-4d26-b688-c4c268d95096 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
max-width: 100%;
}

#s-b7e4a04a-b464-4a04-978c-bacd5d9eb05d {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-b7e4a04a-b464-4a04-978c-bacd5d9eb05d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7e4a04a-b464-4a04-978c-bacd5d9eb05d.shg-box.shg-c {
  justify-content: center;
}

#s-09f83ea0-8a35-413f-8ab2-c39dcfce412e {
  margin-left: auto;
margin-right: auto;
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;
border-radius: 20px;
max-width: 840px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-09f83ea0-8a35-413f-8ab2-c39dcfce412e img.shogun-image,
  #s-09f83ea0-8a35-413f-8ab2-c39dcfce412e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09f83ea0-8a35-413f-8ab2-c39dcfce412e {
    width: 100%;
    height: auto;
  }



  #s-09f83ea0-8a35-413f-8ab2-c39dcfce412e img.shogun-image {
    

    
    
    
  }


#s-09f83ea0-8a35-413f-8ab2-c39dcfce412e .shogun-image-content {
  
    align-items: center;
  
}

#s-0cbc9de6-bc52-49ec-affa-68438fc86171 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
max-width: 100%;
}

#s-d6994b94-ea48-4f8a-8a74-23ed312ba73e {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-d6994b94-ea48-4f8a-8a74-23ed312ba73e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6994b94-ea48-4f8a-8a74-23ed312ba73e.shg-box.shg-c {
  justify-content: center;
}

#s-9888183a-e8f0-43f6-8692-84b5eac8e377 {
  margin-left: auto;
margin-right: auto;
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;
border-radius: 20px;
max-width: 840px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9888183a-e8f0-43f6-8692-84b5eac8e377 img.shogun-image,
  #s-9888183a-e8f0-43f6-8692-84b5eac8e377 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9888183a-e8f0-43f6-8692-84b5eac8e377 {
    width: 100%;
    height: auto;
  }



  #s-9888183a-e8f0-43f6-8692-84b5eac8e377 img.shogun-image {
    

    
    
    
  }


#s-9888183a-e8f0-43f6-8692-84b5eac8e377 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbe26c27-9662-42ce-8066-e32ac1c723cf {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
max-width: 100%;
}

#s-db3c90ac-c992-4ce4-ad29-3e722f196d89 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-db3c90ac-c992-4ce4-ad29-3e722f196d89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db3c90ac-c992-4ce4-ad29-3e722f196d89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-db3c90ac-c992-4ce4-ad29-3e722f196d89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-db3c90ac-c992-4ce4-ad29-3e722f196d89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-294c4f22-5d4d-4a94-af1f-5a7b481513f3 {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-294c4f22-5d4d-4a94-af1f-5a7b481513f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-294c4f22-5d4d-4a94-af1f-5a7b481513f3.shg-box.shg-c {
  justify-content: center;
}

#s-09142e9c-fb19-46b8-a4ea-a1df9ac0e888 {
  margin-left: auto;
margin-right: auto;
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;
border-radius: 20px;
max-width: 840px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-09142e9c-fb19-46b8-a4ea-a1df9ac0e888 img.shogun-image,
  #s-09142e9c-fb19-46b8-a4ea-a1df9ac0e888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09142e9c-fb19-46b8-a4ea-a1df9ac0e888 {
    width: 100%;
    height: auto;
  }



  #s-09142e9c-fb19-46b8-a4ea-a1df9ac0e888 img.shogun-image {
    

    
    
    
  }


#s-09142e9c-fb19-46b8-a4ea-a1df9ac0e888 .shogun-image-content {
  
    align-items: center;
  
}

#s-eede78c8-bdd9-49b7-8de6-8a5869062030 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
max-width: 100%;
}

#s-fd6e54f7-93ad-4019-b518-ab73ef966652 {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-fd6e54f7-93ad-4019-b518-ab73ef966652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd6e54f7-93ad-4019-b518-ab73ef966652.shg-box.shg-c {
  justify-content: center;
}

#s-f577e846-d07b-45a3-ad79-b0f2aba321bb {
  margin-left: auto;
margin-right: auto;
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;
border-radius: 20px;
max-width: 840px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f577e846-d07b-45a3-ad79-b0f2aba321bb img.shogun-image,
  #s-f577e846-d07b-45a3-ad79-b0f2aba321bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f577e846-d07b-45a3-ad79-b0f2aba321bb {
    width: 100%;
    height: auto;
  }



  #s-f577e846-d07b-45a3-ad79-b0f2aba321bb img.shogun-image {
    

    
    
    
  }


#s-f577e846-d07b-45a3-ad79-b0f2aba321bb .shogun-image-content {
  
    align-items: center;
  
}

#s-a29b3585-225a-4120-83a6-b4f8fa0c766c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
max-width: 100%;
}

#s-3e1dae4c-b394-4deb-abb5-f31fd478c818 {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-3e1dae4c-b394-4deb-abb5-f31fd478c818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e1dae4c-b394-4deb-abb5-f31fd478c818.shg-box.shg-c {
  justify-content: center;
}

#s-7472b32f-c48c-4962-bd14-0cece01be3af {
  margin-left: auto;
margin-right: auto;
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;
border-radius: 20px;
max-width: 840px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7472b32f-c48c-4962-bd14-0cece01be3af img.shogun-image,
  #s-7472b32f-c48c-4962-bd14-0cece01be3af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7472b32f-c48c-4962-bd14-0cece01be3af {
    width: 100%;
    height: auto;
  }



  #s-7472b32f-c48c-4962-bd14-0cece01be3af img.shogun-image {
    

    
    
    
  }


#s-7472b32f-c48c-4962-bd14-0cece01be3af .shogun-image-content {
  
    align-items: center;
  
}

#s-383ee935-d0c4-4ba5-bef6-9da14c76f0d3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 3px;
max-width: 100%;
}

#s-c503f153-7721-4bfd-af66-629311e37e2b {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-c503f153-7721-4bfd-af66-629311e37e2b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c503f153-7721-4bfd-af66-629311e37e2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
    
    
  }


.s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c503f153-7721-4bfd-af66-629311e37e2b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
      position: relative;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c503f153-7721-4bfd-af66-629311e37e2b {
  
  
  
  
}

#s-c503f153-7721-4bfd-af66-629311e37e2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
    
    
  }


.s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c503f153-7721-4bfd-af66-629311e37e2b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
      position: relative;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c503f153-7721-4bfd-af66-629311e37e2b {
  
  
  
  
}

#s-c503f153-7721-4bfd-af66-629311e37e2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
    
    
  }


.s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c503f153-7721-4bfd-af66-629311e37e2b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
      position: relative;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c503f153-7721-4bfd-af66-629311e37e2b {
  
  
  
  
}

#s-c503f153-7721-4bfd-af66-629311e37e2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
    
    
  }


.s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c503f153-7721-4bfd-af66-629311e37e2b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
      position: relative;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c503f153-7721-4bfd-af66-629311e37e2b {
  
  
  
  
}

#s-c503f153-7721-4bfd-af66-629311e37e2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c503f153-7721-4bfd-af66-629311e37e2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
    
    
  }


.s-c503f153-7721-4bfd-af66-629311e37e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c503f153-7721-4bfd-af66-629311e37e2b {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container {
      position: relative;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c503f153-7721-4bfd-af66-629311e37e2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-15551072-af49-4805-9220-df25defb07c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -20px;
padding-top: 30px;
padding-bottom: 30px;
background-position: center center;
background-attachment: scroll;
}








#s-15551072-af49-4805-9220-df25defb07c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15551072-af49-4805-9220-df25defb07c3.shg-box.shg-c {
  justify-content: center;
}

#s-6777c02d-b327-45cd-8dae-82dadd42abad {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6777c02d-b327-45cd-8dae-82dadd42abad {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-6777c02d-b327-45cd-8dae-82dadd42abad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-c5098604-fd51-4a90-8ed6-f7fe0dc46e33 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 600px;
background-position: center center;
}








#s-c5098604-fd51-4a90-8ed6-f7fe0dc46e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5098604-fd51-4a90-8ed6-f7fe0dc46e33.shg-box.shg-c {
  justify-content: center;
}

#s-23cacfce-5b33-4bde-aa2b-0199ac91c5e6 {
  padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-23cacfce-5b33-4bde-aa2b-0199ac91c5e6 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-23cacfce-5b33-4bde-aa2b-0199ac91c5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23cacfce-5b33-4bde-aa2b-0199ac91c5e6.shg-box.shg-c {
  justify-content: center;
}

#s-e6912479-1b63-49de-acb0-1046d4b456f5 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-e6912479-1b63-49de-acb0-1046d4b456f5 {
  display: none;
}
#s-e6912479-1b63-49de-acb0-1046d4b456f5, #wrap-s-e6912479-1b63-49de-acb0-1046d4b456f5 { display: none !important; }}
#s-7156fd4c-7f9a-4671-966f-6af482cbda76 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 300px;
}








#s-7156fd4c-7f9a-4671-966f-6af482cbda76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7156fd4c-7f9a-4671-966f-6af482cbda76.shg-box.shg-c {
  justify-content: center;
}

#s-dbe4fec2-2637-4b01-b3e6-521fc2eefc2c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-dbe4fec2-2637-4b01-b3e6-521fc2eefc2c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-dbe4fec2-2637-4b01-b3e6-521fc2eefc2c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-dbe4fec2-2637-4b01-b3e6-521fc2eefc2c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4c19bf03-4abb-40cb-9124-e850ad4e83d1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-4c19bf03-4abb-40cb-9124-e850ad4e83d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c19bf03-4abb-40cb-9124-e850ad4e83d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c19bf03-4abb-40cb-9124-e850ad4e83d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c19bf03-4abb-40cb-9124-e850ad4e83d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c19bf03-4abb-40cb-9124-e850ad4e83d1.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-4c19bf03-4abb-40cb-9124-e850ad4e83d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4c19bf03-4abb-40cb-9124-e850ad4e83d1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 1800px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
    
    
  }


.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
      position: relative;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  
  
  
  
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
    
    
  }


.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
      position: relative;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  
  
  
  
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
    
    
  }


.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
      position: relative;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  
  
  
  
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
    
    
  }


.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
      position: relative;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  
  
  
  
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
    
    
  }


.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container {
      position: relative;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737193e7-abfb-4e4b-8fdc-9963727e1e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1cad8c54-494a-4c34-a34c-c9eb60cc2300 {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWIwM2Q4YzQtZjIzNS00ZDQzLWE2NWUtYzJkYTY1OTUyYjQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1YzM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZjVjMzU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuMjc3MjcyNzI3MjcyNzI3MyIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNWMzNTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1YzM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNmZjVjMzU7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ViMDNkOGM0LWYyMzUtNGQ0My1hNjVlLWMyZGE2NTk1MmI0OSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 136, 15, 1);
border-style: solid;
border-radius: 3px;
max-width: 277px;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff5c35"}, {"id"=>4, "pos"=>0.2, "color"=>"#ff5c35"}, {"id"=>3, "pos"=>0.2772727272727273, "color"=>"#ff5c35"}, {"id"=>5, "pos"=>0.5, "color"=>"#ff5c35"}, {"id"=>2, "pos"=>0.9136363636363637, "color"=>"#ff5c35"}];
}
#s-1cad8c54-494a-4c34-a34c-c9eb60cc2300:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(21, 43, 79, 1) !important;
border-radius: 3px !important;
background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1cad8c54-494a-4c34-a34c-c9eb60cc2300:active {background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1cad8c54-494a-4c34-a34c-c9eb60cc2300-root {
    text-align: center;
  }


#s-1cad8c54-494a-4c34-a34c-c9eb60cc2300.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1cad8c54-494a-4c34-a34c-c9eb60cc2300-root {
    text-align: center;
  }


#s-1cad8c54-494a-4c34-a34c-c9eb60cc2300.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cad8c54-494a-4c34-a34c-c9eb60cc2300-root {
    text-align: center;
  }


#s-1cad8c54-494a-4c34-a34c-c9eb60cc2300.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cad8c54-494a-4c34-a34c-c9eb60cc2300-root {
    text-align: center;
  }


#s-1cad8c54-494a-4c34-a34c-c9eb60cc2300.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1cad8c54-494a-4c34-a34c-c9eb60cc2300-root {
    text-align: center;
  }


#s-1cad8c54-494a-4c34-a34c-c9eb60cc2300.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
@media (min-width: 1200px){#s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f {
  display: none;
}
#s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f, #wrap-s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f {
  display: none;
}
#s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f, #wrap-s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f {
  display: none;
}
#s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f, #wrap-s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f { display: none !important; }}







#s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d42e0c6c-e75b-40cd-8b91-57ed1f31f69f.shg-box.shg-c {
  justify-content: center;
}

#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}

#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1dd10063-a4f5-4985-91e9-307f16f471e4 {
  background-image: url(https://i.shgcdn.com/aa69ed87-3134-4552-a6a9-1a6f8f6523d2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1dd10063-a4f5-4985-91e9-307f16f471e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dd10063-a4f5-4985-91e9-307f16f471e4.shg-box.shg-c {
  justify-content: center;
}

#s-ddc689c2-b698-48a9-8317-3038bda17fb9 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ddc689c2-b698-48a9-8317-3038bda17fb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddc689c2-b698-48a9-8317-3038bda17fb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddc689c2-b698-48a9-8317-3038bda17fb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ddc689c2-b698-48a9-8317-3038bda17fb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddc689c2-b698-48a9-8317-3038bda17fb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddc689c2-b698-48a9-8317-3038bda17fb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddc689c2-b698-48a9-8317-3038bda17fb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-a12c9cf8-2054-46b2-8c0c-a41fd25daa3b {
  margin-top: 25px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}








#s-a12c9cf8-2054-46b2-8c0c-a41fd25daa3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a12c9cf8-2054-46b2-8c0c-a41fd25daa3b.shg-box.shg-c {
  justify-content: center;
}

#s-adc84c8c-588d-4773-81df-682dc373e380 {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-adc84c8c-588d-4773-81df-682dc373e380 .shogun-heading-component h1 {
  color: rgba(166, 198, 111, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-59d48f96-77de-4485-8b67-554de61463bd {
  margin-bottom: -20px;
}

#s-59d48f96-77de-4485-8b67-554de61463bd hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-6a3c9521-bfb4-4df0-94b0-feec3b37b3e3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6a3c9521-bfb4-4df0-94b0-feec3b37b3e3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-7e11eb50-f620-4c18-b9f7-94b8c742439c {
  margin-top: -20px;
}

#s-7e11eb50-f620-4c18-b9f7-94b8c742439c hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-3a8db26b-929a-444a-9240-5591a649cf68 {
  margin-top: -45px;
margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-3a8db26b-929a-444a-9240-5591a649cf68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a8db26b-929a-444a-9240-5591a649cf68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a8db26b-929a-444a-9240-5591a649cf68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a8db26b-929a-444a-9240-5591a649cf68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21dc11a6-c642-48a2-9717-d095e63c1fbc {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-21dc11a6-c642-48a2-9717-d095e63c1fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21dc11a6-c642-48a2-9717-d095e63c1fbc.shg-box.shg-c {
  justify-content: center;
}

#s-0675a759-204a-4961-abff-5be2b5548b1b {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 393/92;
text-align: center;
}



.shg-image-margin-container-s-0675a759-204a-4961-abff-5be2b5548b1b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0675a759-204a-4961-abff-5be2b5548b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
    
    
  }


.s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0675a759-204a-4961-abff-5be2b5548b1b {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
      position: relative;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0675a759-204a-4961-abff-5be2b5548b1b {
  
  
  
  
}

#s-0675a759-204a-4961-abff-5be2b5548b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
    
    
  }


.s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0675a759-204a-4961-abff-5be2b5548b1b {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
      position: relative;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0675a759-204a-4961-abff-5be2b5548b1b {
  
  
  
  
}

#s-0675a759-204a-4961-abff-5be2b5548b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
    
    
  }


.s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0675a759-204a-4961-abff-5be2b5548b1b {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
      position: relative;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0675a759-204a-4961-abff-5be2b5548b1b {
  
  
  
  
}

#s-0675a759-204a-4961-abff-5be2b5548b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
    
    
  }


.s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0675a759-204a-4961-abff-5be2b5548b1b {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
      position: relative;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0675a759-204a-4961-abff-5be2b5548b1b {
  
  
  
  
}

#s-0675a759-204a-4961-abff-5be2b5548b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      aspect-ratio: 393/92;
      width: 100%;
      height: 100%;
    }

    #s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-link {
      aspect-ratio: 393/92;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0675a759-204a-4961-abff-5be2b5548b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
    
    
  }


.s-0675a759-204a-4961-abff-5be2b5548b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0675a759-204a-4961-abff-5be2b5548b1b {
      --shg-aspect-ratio: calc(393/92); 
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container {
      position: relative;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0675a759-204a-4961-abff-5be2b5548b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b7ff2fd1-21a1-492c-b524-55d87ac7e4bd {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-b7ff2fd1-21a1-492c-b524-55d87ac7e4bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7ff2fd1-21a1-492c-b524-55d87ac7e4bd.shg-box.shg-c {
  justify-content: center;
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
aspect-ratio: 265/122;
text-align: center;
}



.shg-image-margin-container-s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
    
    
  }


.s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-content {
  
    align-items: center;
  
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8991e2b8-aecf-4068-b30e-26883c08f78a {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
      position: relative;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  
  
  
  
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
    
    
  }


.s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-content {
  
    align-items: center;
  
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8991e2b8-aecf-4068-b30e-26883c08f78a {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
      position: relative;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  
  
  
  
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
    
    
  }


.s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-content {
  
    align-items: center;
  
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8991e2b8-aecf-4068-b30e-26883c08f78a {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
      position: relative;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  
  
  
  
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
    
    
  }


.s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-content {
  
    align-items: center;
  
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8991e2b8-aecf-4068-b30e-26883c08f78a {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
      position: relative;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  
  
  
  
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      aspect-ratio: 265/122;
      width: 100%;
      height: 100%;
    }

    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-link {
      aspect-ratio: 265/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8991e2b8-aecf-4068-b30e-26883c08f78a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
    
    
  }


.s-8991e2b8-aecf-4068-b30e-26883c08f78a .shogun-image-content {
  
    align-items: center;
  
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8991e2b8-aecf-4068-b30e-26883c08f78a {
      --shg-aspect-ratio: calc(265/122); 
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container {
      position: relative;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8991e2b8-aecf-4068-b30e-26883c08f78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2311155c-2176-4e6a-8c95-9a922018bf9c {
  margin-top: -10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2311155c-2176-4e6a-8c95-9a922018bf9c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-49166710-9550-4da5-9a3f-93687b906e53 {
  margin-top: 5px;
margin-bottom: 15px;
min-height: 200px;
}








#s-49166710-9550-4da5-9a3f-93687b906e53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49166710-9550-4da5-9a3f-93687b906e53.shg-box.shg-c {
  justify-content: center;
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  margin-top: -20px;
max-width: 220px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  
  
  margin-top: -20px;
  
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
    
    
  }


.s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-content {
  
    align-items: center;
  
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
      position: relative;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  
  
  
  
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
    
    
  }


.s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-content {
  
    align-items: center;
  
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
      position: relative;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  
  
  
  
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
    
    
  }


.s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-content {
  
    align-items: center;
  
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
      position: relative;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  
  
  
  
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
    
    
  }


.s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-content {
  
    align-items: center;
  
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
      position: relative;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  
  
  
  
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
    
    
  }


.s-d72cd3fa-2869-4d79-ae1e-c674e236d299 .shogun-image-content {
  
    align-items: center;
  
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container {
      position: relative;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d72cd3fa-2869-4d79-ae1e-c674e236d299 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a79ef919-cf52-42bd-a8a0-96fdd2b72d4a {
  margin-bottom: 12px;
min-height: 50px;
}








#s-a79ef919-cf52-42bd-a8a0-96fdd2b72d4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a79ef919-cf52-42bd-a8a0-96fdd2b72d4a.shg-box.shg-c {
  justify-content: center;
}

#s-db11fbbe-4d0e-4833-920f-6418344a70c5 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db11fbbe-4d0e-4833-920f-6418344a70c5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-23df8a05-50cd-4e0d-98de-14be52673bfc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23df8a05-50cd-4e0d-98de-14be52673bfc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}










#s-fa6a8b00-3c30-48de-b1a9-de0f11a3bb30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa6a8b00-3c30-48de-b1a9-de0f11a3bb30.shg-box.shg-c {
  justify-content: center;
}

#s-389239d6-fc96-4a46-adcc-ed0bc7133dee {
  min-height: 500px;
}








#s-389239d6-fc96-4a46-adcc-ed0bc7133dee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-389239d6-fc96-4a46-adcc-ed0bc7133dee.shg-box.shg-c {
  justify-content: center;
}

#s-97c5f6f4-11cd-4335-a1b1-09f26bd1bb40 {
  margin-top: 10px;
min-height: 70px;
background-color: rgba(166, 198, 111, 1);
}








#s-97c5f6f4-11cd-4335-a1b1-09f26bd1bb40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97c5f6f4-11cd-4335-a1b1-09f26bd1bb40.shg-box.shg-c {
  justify-content: center;
}

#s-3fdcf418-ca19-4c10-927a-f342bde6a5ba {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3fdcf418-ca19-4c10-927a-f342bde6a5ba {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-3fdcf418-ca19-4c10-927a-f342bde6a5ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-8633c96e-c507-4167-bf71-fca7484ce114 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-8633c96e-c507-4167-bf71-fca7484ce114 {
  padding-bottom: 0px;
}
}







#s-8633c96e-c507-4167-bf71-fca7484ce114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8633c96e-c507-4167-bf71-fca7484ce114.shg-box.shg-c {
  justify-content: center;
}

#s-4aae2ef3-0c5c-453c-acb9-18864ee72b1d {
  margin-top: 15px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4aae2ef3-0c5c-453c-acb9-18864ee72b1d {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-4aae2ef3-0c5c-453c-acb9-18864ee72b1d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-4aae2ef3-0c5c-453c-acb9-18864ee72b1d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-d3e9213f-7e6c-4e16-97af-549d60308ec8 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-d3e9213f-7e6c-4e16-97af-549d60308ec8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-d3e9213f-7e6c-4e16-97af-549d60308ec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3e9213f-7e6c-4e16-97af-549d60308ec8.shg-box.shg-c {
  justify-content: center;
}

#s-7d367525-b3df-473e-ac8c-35e9262184d8 {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d367525-b3df-473e-ac8c-35e9262184d8 {
  display: none;
}
#s-7d367525-b3df-473e-ac8c-35e9262184d8, #wrap-s-7d367525-b3df-473e-ac8c-35e9262184d8 { display: none !important; }}
#s-e0c3a3c9-9a87-4165-870c-c489d6c4556f {
  margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-e0c3a3c9-9a87-4165-870c-c489d6c4556f {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-e0c3a3c9-9a87-4165-870c-c489d6c4556f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0c3a3c9-9a87-4165-870c-c489d6c4556f.shg-box.shg-c {
  justify-content: center;
}

#s-7dfe7873-45e9-4c3c-9cdd-f89995daa662 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-f3de256f-b201-4de8-8d38-c9d85f887489 {
  margin-bottom: 5px;
text-align: center;
}

#s-f3de256f-b201-4de8-8d38-c9d85f887489 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 21px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-f3de256f-b201-4de8-8d38-c9d85f887489 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 21px;
}

#s-f3de256f-b201-4de8-8d38-c9d85f887489 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8987564-5d04-4e26-9e4c-f8487c943b49 {
  background-image: url(https://i.shgcdn.com/da4241d9-da7d-44c1-bd07-790b5459c099/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: #252525;
text-align: center;
cursor: pointer;
background-position: center center;
color: rgba(21, 43, 79, 1);
}
#s-e8987564-5d04-4e26-9e4c-f8487c943b49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8987564-5d04-4e26-9e4c-f8487c943b49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8987564-5d04-4e26-9e4c-f8487c943b49 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8987564-5d04-4e26-9e4c-f8487c943b49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8987564-5d04-4e26-9e4c-f8487c943b49.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e8987564-5d04-4e26-9e4c-f8487c943b49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e8987564-5d04-4e26-9e4c-f8487c943b49.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
    
    
  }


.s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
      position: relative;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  
  
  
  
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
    
    
  }


.s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
      position: relative;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  
  
  
  
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
    
    
  }


.s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
      position: relative;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  
  
  
  
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
    
    
  }


.s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
      position: relative;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  
  
  
  
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
    
    
  }


.s-4cc1f820-8308-44e5-a308-1615bf3a6205 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container {
      position: relative;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc1f820-8308-44e5-a308-1615bf3a6205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-523b978c-d983-4bb0-a866-fb20599c6065 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-523b978c-d983-4bb0-a866-fb20599c6065 {
  padding-bottom: 0px;
}
}







#s-523b978c-d983-4bb0-a866-fb20599c6065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-523b978c-d983-4bb0-a866-fb20599c6065.shg-box.shg-c {
  justify-content: center;
}

#s-e1f50a2c-fa0c-47b0-9dce-3faac6d950c3 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-e1f50a2c-fa0c-47b0-9dce-3faac6d950c3 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-e1f50a2c-fa0c-47b0-9dce-3faac6d950c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1f50a2c-fa0c-47b0-9dce-3faac6d950c3.shg-box.shg-c {
  justify-content: center;
}

#s-621860bf-2899-436e-a820-e407abb6a00f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-621860bf-2899-436e-a820-e407abb6a00f {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-621860bf-2899-436e-a820-e407abb6a00f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-621860bf-2899-436e-a820-e407abb6a00f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-3dbe3fdf-8ea6-4c8c-bf59-7b455e23afcc {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-3dbe3fdf-8ea6-4c8c-bf59-7b455e23afcc {
  min-height: 370px;
}
}







#s-3dbe3fdf-8ea6-4c8c-bf59-7b455e23afcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dbe3fdf-8ea6-4c8c-bf59-7b455e23afcc.shg-box.shg-c {
  justify-content: center;
}

#s-869e12ae-3f90-48de-8893-66cc681db5d4 {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-869e12ae-3f90-48de-8893-66cc681db5d4 {
  display: none;
}
#s-869e12ae-3f90-48de-8893-66cc681db5d4, #wrap-s-869e12ae-3f90-48de-8893-66cc681db5d4 { display: none !important; }}
#s-f8f03cdd-0c87-4f2f-94b5-8557beb9a9b7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 100px;
max-width: 300px;
}








#s-f8f03cdd-0c87-4f2f-94b5-8557beb9a9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8f03cdd-0c87-4f2f-94b5-8557beb9a9b7.shg-box.shg-c {
  justify-content: center;
}

#s-78811c83-304a-494b-8d12-6cf1d36212ba {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-78811c83-304a-494b-8d12-6cf1d36212ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-78811c83-304a-494b-8d12-6cf1d36212ba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-78811c83-304a-494b-8d12-6cf1d36212ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff51d273-6f10-4798-b3a3-3c2af711e254 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-ff51d273-6f10-4798-b3a3-3c2af711e254:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff51d273-6f10-4798-b3a3-3c2af711e254:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff51d273-6f10-4798-b3a3-3c2af711e254 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff51d273-6f10-4798-b3a3-3c2af711e254.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff51d273-6f10-4798-b3a3-3c2af711e254.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-ff51d273-6f10-4798-b3a3-3c2af711e254.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff51d273-6f10-4798-b3a3-3c2af711e254.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
    
    
  }


.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
      position: relative;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  
  
  
  
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
    
    
  }


.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
      position: relative;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  
  
  
  
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
    
    
  }


.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
      position: relative;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  
  
  
  
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
    
    
  }


.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
      position: relative;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  
  
  
  
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
    
    
  }


.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container {
      position: relative;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ff8e52d-eba8-41fc-8d29-b8d36e306e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-544e7cdf-c64c-4edd-9a79-119ddbe37680 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-544e7cdf-c64c-4edd-9a79-119ddbe37680 {
  padding-bottom: 0px;
}
}







#s-544e7cdf-c64c-4edd-9a79-119ddbe37680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-544e7cdf-c64c-4edd-9a79-119ddbe37680.shg-box.shg-c {
  justify-content: center;
}

#s-ff0e2b92-facd-4e0a-aa8a-b8b4d9c91c1e {
  padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-ff0e2b92-facd-4e0a-aa8a-b8b4d9c91c1e {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-ff0e2b92-facd-4e0a-aa8a-b8b4d9c91c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff0e2b92-facd-4e0a-aa8a-b8b4d9c91c1e.shg-box.shg-c {
  justify-content: center;
}

#s-7d2ed701-1ab9-4d4c-b423-74ac77cec92c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7d2ed701-1ab9-4d4c-b423-74ac77cec92c {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-7d2ed701-1ab9-4d4c-b423-74ac77cec92c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-7d2ed701-1ab9-4d4c-b423-74ac77cec92c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-d3a218e2-c300-4303-a432-f2aded6aadf2 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-d3a218e2-c300-4303-a432-f2aded6aadf2 {
  min-height: 370px;
}
}







#s-d3a218e2-c300-4303-a432-f2aded6aadf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3a218e2-c300-4303-a432-f2aded6aadf2.shg-box.shg-c {
  justify-content: center;
}

#s-260794c8-64c7-47a8-81b4-86494e008fcd {
  margin-top: 7px;
margin-bottom: 5px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-260794c8-64c7-47a8-81b4-86494e008fcd {
  display: none;
}
#s-260794c8-64c7-47a8-81b4-86494e008fcd, #wrap-s-260794c8-64c7-47a8-81b4-86494e008fcd { display: none !important; }}
#s-1bf239ad-a5e9-4884-a006-6ddd38920c58 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
}








#s-1bf239ad-a5e9-4884-a006-6ddd38920c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bf239ad-a5e9-4884-a006-6ddd38920c58.shg-box.shg-c {
  justify-content: center;
}

#s-45b0261e-aabc-4107-b6b9-6523e284c548 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-45b0261e-aabc-4107-b6b9-6523e284c548 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-45b0261e-aabc-4107-b6b9-6523e284c548 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-45b0261e-aabc-4107-b6b9-6523e284c548 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f884e858-6e90-4ad7-814d-1168874fd284 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-f884e858-6e90-4ad7-814d-1168874fd284:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f884e858-6e90-4ad7-814d-1168874fd284:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f884e858-6e90-4ad7-814d-1168874fd284 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f884e858-6e90-4ad7-814d-1168874fd284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f884e858-6e90-4ad7-814d-1168874fd284.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-f884e858-6e90-4ad7-814d-1168874fd284.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f884e858-6e90-4ad7-814d-1168874fd284.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0980845b-031b-4057-bf9d-4878fde49a0c {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-0980845b-031b-4057-bf9d-4878fde49a0c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
    
    
  }


.s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0980845b-031b-4057-bf9d-4878fde49a0c {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
      position: relative;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0980845b-031b-4057-bf9d-4878fde49a0c {
  
  
  
  
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
    
    
  }


.s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0980845b-031b-4057-bf9d-4878fde49a0c {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
      position: relative;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0980845b-031b-4057-bf9d-4878fde49a0c {
  
  
  
  
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
    
    
  }


.s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0980845b-031b-4057-bf9d-4878fde49a0c {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
      position: relative;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0980845b-031b-4057-bf9d-4878fde49a0c {
  
  
  
  
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
    
    
  }


.s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0980845b-031b-4057-bf9d-4878fde49a0c {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
      position: relative;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0980845b-031b-4057-bf9d-4878fde49a0c {
  
  
  
  
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0980845b-031b-4057-bf9d-4878fde49a0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
    
    
  }


.s-0980845b-031b-4057-bf9d-4878fde49a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0980845b-031b-4057-bf9d-4878fde49a0c {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container {
      position: relative;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0980845b-031b-4057-bf9d-4878fde49a0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e5d1083d-8720-4f96-a303-44ae02b5a2eb {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e5d1083d-8720-4f96-a303-44ae02b5a2eb {
  padding-bottom: 0px;
}
}







#s-e5d1083d-8720-4f96-a303-44ae02b5a2eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5d1083d-8720-4f96-a303-44ae02b5a2eb.shg-box.shg-c {
  justify-content: center;
}

#s-ad922282-6901-438c-afb4-b548d68339e8 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-ad922282-6901-438c-afb4-b548d68339e8 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-ad922282-6901-438c-afb4-b548d68339e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad922282-6901-438c-afb4-b548d68339e8.shg-box.shg-c {
  justify-content: center;
}

#s-7024ce2e-ec69-4743-bc2a-fa23e9cd51d7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7024ce2e-ec69-4743-bc2a-fa23e9cd51d7 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-7024ce2e-ec69-4743-bc2a-fa23e9cd51d7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-7024ce2e-ec69-4743-bc2a-fa23e9cd51d7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-29c3f290-8391-4ced-9ccc-3805c89eb8be {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
margin-right: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-29c3f290-8391-4ced-9ccc-3805c89eb8be {
  min-height: 370px;
}
}







#s-29c3f290-8391-4ced-9ccc-3805c89eb8be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29c3f290-8391-4ced-9ccc-3805c89eb8be.shg-box.shg-c {
  justify-content: center;
}

#s-8417161e-1f32-4ecc-81e2-036c93bbdf95 {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8417161e-1f32-4ecc-81e2-036c93bbdf95 {
  display: none;
}
#s-8417161e-1f32-4ecc-81e2-036c93bbdf95, #wrap-s-8417161e-1f32-4ecc-81e2-036c93bbdf95 { display: none !important; }}
#s-e68eb3e4-e75f-4ae5-bbdd-89d2900d7d82 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 300px;
}








#s-e68eb3e4-e75f-4ae5-bbdd-89d2900d7d82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e68eb3e4-e75f-4ae5-bbdd-89d2900d7d82.shg-box.shg-c {
  justify-content: center;
}

#s-7f055056-b786-4abf-9c9e-40b9d480c65c {
  margin-top: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-7f055056-b786-4abf-9c9e-40b9d480c65c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-7f055056-b786-4abf-9c9e-40b9d480c65c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-7f055056-b786-4abf-9c9e-40b9d480c65c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e913a306-cefb-422c-8e3f-21f885282902 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-e913a306-cefb-422c-8e3f-21f885282902:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e913a306-cefb-422c-8e3f-21f885282902:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e913a306-cefb-422c-8e3f-21f885282902 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e913a306-cefb-422c-8e3f-21f885282902.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e913a306-cefb-422c-8e3f-21f885282902.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e913a306-cefb-422c-8e3f-21f885282902.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e913a306-cefb-422c-8e3f-21f885282902.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
    
    
  }


.s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c498ccd-e3ab-4339-b153-0342411b67fd {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
      position: relative;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  
  
  
  
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
    
    
  }


.s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c498ccd-e3ab-4339-b153-0342411b67fd {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
      position: relative;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  
  
  
  
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
    
    
  }


.s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c498ccd-e3ab-4339-b153-0342411b67fd {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
      position: relative;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  
  
  
  
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
    
    
  }


.s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c498ccd-e3ab-4339-b153-0342411b67fd {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
      position: relative;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  
  
  
  
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c498ccd-e3ab-4339-b153-0342411b67fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
    
    
  }


.s-5c498ccd-e3ab-4339-b153-0342411b67fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c498ccd-e3ab-4339-b153-0342411b67fd {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container {
      position: relative;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c498ccd-e3ab-4339-b153-0342411b67fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9f05f432-59f9-444a-8b71-584615f411ee {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-9f05f432-59f9-444a-8b71-584615f411ee {
  padding-bottom: 0px;
}
}







#s-9f05f432-59f9-444a-8b71-584615f411ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f05f432-59f9-444a-8b71-584615f411ee.shg-box.shg-c {
  justify-content: center;
}

#s-e09ccc22-97dd-44eb-a46a-fc8df2aec86d {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-e09ccc22-97dd-44eb-a46a-fc8df2aec86d {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-e09ccc22-97dd-44eb-a46a-fc8df2aec86d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e09ccc22-97dd-44eb-a46a-fc8df2aec86d.shg-box.shg-c {
  justify-content: center;
}

#s-c369d3a3-9e5d-4fb7-97fe-20a1146e02c6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c369d3a3-9e5d-4fb7-97fe-20a1146e02c6 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-c369d3a3-9e5d-4fb7-97fe-20a1146e02c6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-c369d3a3-9e5d-4fb7-97fe-20a1146e02c6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-75a7e802-8d6e-4526-978b-5d482e73defe {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-75a7e802-8d6e-4526-978b-5d482e73defe {
  min-height: 370px;
}
}







#s-75a7e802-8d6e-4526-978b-5d482e73defe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75a7e802-8d6e-4526-978b-5d482e73defe.shg-box.shg-c {
  justify-content: center;
}

#s-53da13fa-6079-45c7-aad2-91461cf38a8e {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-53da13fa-6079-45c7-aad2-91461cf38a8e {
  display: none;
}
#s-53da13fa-6079-45c7-aad2-91461cf38a8e, #wrap-s-53da13fa-6079-45c7-aad2-91461cf38a8e { display: none !important; }}
#s-4db16bdf-59d8-4efd-a011-cc777ae33dec {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 300px;
}








#s-4db16bdf-59d8-4efd-a011-cc777ae33dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4db16bdf-59d8-4efd-a011-cc777ae33dec.shg-box.shg-c {
  justify-content: center;
}

#s-58de353b-9c53-45ea-a8d0-ca07a25b1436 {
  margin-top: 5px;
}

#s-91370fbe-b3d4-44e6-90ab-51f9d6d47115 {
  margin-top: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-91370fbe-b3d4-44e6-90ab-51f9d6d47115 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-91370fbe-b3d4-44e6-90ab-51f9d6d47115 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-91370fbe-b3d4-44e6-90ab-51f9d6d47115 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f30f6c1-3664-46e9-aaa4-24f28224b360 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-7f30f6c1-3664-46e9-aaa4-24f28224b360:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f30f6c1-3664-46e9-aaa4-24f28224b360:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f30f6c1-3664-46e9-aaa4-24f28224b360 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f30f6c1-3664-46e9-aaa4-24f28224b360.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f30f6c1-3664-46e9-aaa4-24f28224b360.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-7f30f6c1-3664-46e9-aaa4-24f28224b360.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7f30f6c1-3664-46e9-aaa4-24f28224b360.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f9d15355-9493-4035-818b-8f20c3072b02 {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-f9d15355-9493-4035-818b-8f20c3072b02 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f9d15355-9493-4035-818b-8f20c3072b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
    
    
  }


.s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d15355-9493-4035-818b-8f20c3072b02 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
      position: relative;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f9d15355-9493-4035-818b-8f20c3072b02 {
  
  
  
  
}

#s-f9d15355-9493-4035-818b-8f20c3072b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
    
    
  }


.s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d15355-9493-4035-818b-8f20c3072b02 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
      position: relative;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f9d15355-9493-4035-818b-8f20c3072b02 {
  
  
  
  
}

#s-f9d15355-9493-4035-818b-8f20c3072b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
    
    
  }


.s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d15355-9493-4035-818b-8f20c3072b02 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
      position: relative;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f9d15355-9493-4035-818b-8f20c3072b02 {
  
  
  
  
}

#s-f9d15355-9493-4035-818b-8f20c3072b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
    
    
  }


.s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d15355-9493-4035-818b-8f20c3072b02 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
      position: relative;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f9d15355-9493-4035-818b-8f20c3072b02 {
  
  
  
  
}

#s-f9d15355-9493-4035-818b-8f20c3072b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d15355-9493-4035-818b-8f20c3072b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
    
    
  }


.s-f9d15355-9493-4035-818b-8f20c3072b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d15355-9493-4035-818b-8f20c3072b02 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container {
      position: relative;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d15355-9493-4035-818b-8f20c3072b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c50047cf-3e3d-4856-a09b-aa32a4a4777a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 50px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-c50047cf-3e3d-4856-a09b-aa32a4a4777a {
  padding-bottom: 0px;
}
}







#s-c50047cf-3e3d-4856-a09b-aa32a4a4777a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c50047cf-3e3d-4856-a09b-aa32a4a4777a.shg-box.shg-c {
  justify-content: center;
}

#s-6688cf99-5356-41d6-a5d3-c18fa3f2599b {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-6688cf99-5356-41d6-a5d3-c18fa3f2599b {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-6688cf99-5356-41d6-a5d3-c18fa3f2599b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6688cf99-5356-41d6-a5d3-c18fa3f2599b.shg-box.shg-c {
  justify-content: center;
}

#s-00436533-7e02-4f65-be47-a90f945b5c47 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-00436533-7e02-4f65-be47-a90f945b5c47 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-00436533-7e02-4f65-be47-a90f945b5c47 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-00436533-7e02-4f65-be47-a90f945b5c47 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-98bfd82b-1c4d-4fbb-a52b-a9815c156c5d {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
margin-right: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-98bfd82b-1c4d-4fbb-a52b-a9815c156c5d {
  min-height: 370px;
}
}







#s-98bfd82b-1c4d-4fbb-a52b-a9815c156c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98bfd82b-1c4d-4fbb-a52b-a9815c156c5d.shg-box.shg-c {
  justify-content: center;
}

#s-a50b3384-e5a3-4849-aaeb-7be609ebf76c {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a50b3384-e5a3-4849-aaeb-7be609ebf76c {
  display: none;
}
#s-a50b3384-e5a3-4849-aaeb-7be609ebf76c, #wrap-s-a50b3384-e5a3-4849-aaeb-7be609ebf76c { display: none !important; }}
#s-b5f050da-00b5-45e4-adca-9b813d9486e8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 300px;
}








#s-b5f050da-00b5-45e4-adca-9b813d9486e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5f050da-00b5-45e4-adca-9b813d9486e8.shg-box.shg-c {
  justify-content: center;
}

#s-dd7bf96c-2b8a-44d0-9270-7dde8e87a7ad {
  margin-top: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-dd7bf96c-2b8a-44d0-9270-7dde8e87a7ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-dd7bf96c-2b8a-44d0-9270-7dde8e87a7ad .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-dd7bf96c-2b8a-44d0-9270-7dde8e87a7ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f68a88f3-a90e-4e4a-9cb6-a667fb69cf04 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-f68a88f3-a90e-4e4a-9cb6-a667fb69cf04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f68a88f3-a90e-4e4a-9cb6-a667fb69cf04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f68a88f3-a90e-4e4a-9cb6-a667fb69cf04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f68a88f3-a90e-4e4a-9cb6-a667fb69cf04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f68a88f3-a90e-4e4a-9cb6-a667fb69cf04.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-f68a88f3-a90e-4e4a-9cb6-a667fb69cf04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f68a88f3-a90e-4e4a-9cb6-a667fb69cf04.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
    
    
  }


.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
      position: relative;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  
  
  
  
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
    
    
  }


.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
      position: relative;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  
  
  
  
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
    
    
  }


.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
      position: relative;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  
  
  
  
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
    
    
  }


.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
      position: relative;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  
  
  
  
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
    
    
  }


.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container {
      position: relative;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf6770-03e1-4a48-92b8-42fe6d140a82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e7ce182c-7700-4f9c-8e12-a08330dec0dc {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -20px;
padding-top: 30px;
padding-bottom: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e7ce182c-7700-4f9c-8e12-a08330dec0dc {
  padding-bottom: 0px;
}
}







#s-e7ce182c-7700-4f9c-8e12-a08330dec0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7ce182c-7700-4f9c-8e12-a08330dec0dc.shg-box.shg-c {
  justify-content: center;
}

#s-6adda395-22c8-4656-a116-e962d8559246 {
  padding-left: 30px;
padding-right: 30px;
min-height: 480px;
}
@media (max-width: 767px){#s-6adda395-22c8-4656-a116-e962d8559246 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-6adda395-22c8-4656-a116-e962d8559246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6adda395-22c8-4656-a116-e962d8559246.shg-box.shg-c {
  justify-content: center;
}

#s-f5736afb-db22-4abe-a1aa-5ed02e3f92c7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f5736afb-db22-4abe-a1aa-5ed02e3f92c7 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-f5736afb-db22-4abe-a1aa-5ed02e3f92c7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-f5736afb-db22-4abe-a1aa-5ed02e3f92c7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-b073669d-22a0-40bb-b4e6-f4bea0910fed {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-b073669d-22a0-40bb-b4e6-f4bea0910fed {
  min-height: 370px;
}
}







#s-b073669d-22a0-40bb-b4e6-f4bea0910fed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b073669d-22a0-40bb-b4e6-f4bea0910fed.shg-box.shg-c {
  justify-content: center;
}

#s-2012f3f1-ffd9-4b02-bca4-a88dc613a394 {
  margin-top: 7px;
margin-bottom: 10px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2012f3f1-ffd9-4b02-bca4-a88dc613a394 {
  display: none;
}
#s-2012f3f1-ffd9-4b02-bca4-a88dc613a394, #wrap-s-2012f3f1-ffd9-4b02-bca4-a88dc613a394 { display: none !important; }}
#s-4a1a1f98-1576-4930-9f2b-38975caf2b9f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 300px;
}








#s-4a1a1f98-1576-4930-9f2b-38975caf2b9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a1a1f98-1576-4930-9f2b-38975caf2b9f.shg-box.shg-c {
  justify-content: center;
}

#s-413b9b57-2ac8-42ef-964b-eb868d1453ab {
  margin-top: 5px;
}

#s-2466a16d-78b3-49f6-8113-f2990f7646e5 {
  margin-top: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-2466a16d-78b3-49f6-8113-f2990f7646e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-2466a16d-78b3-49f6-8113-f2990f7646e5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-2466a16d-78b3-49f6-8113-f2990f7646e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-76497bc3-93a9-43c1-80e8-8c57a129ed76 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 3px;
max-width: 299px;
background-color: rgba(246, 184, 39, 1);
text-align: center;
cursor: pointer;
color: rgba(21, 43, 79, 1);
}
#s-76497bc3-93a9-43c1-80e8-8c57a129ed76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76497bc3-93a9-43c1-80e8-8c57a129ed76:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-76497bc3-93a9-43c1-80e8-8c57a129ed76 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76497bc3-93a9-43c1-80e8-8c57a129ed76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76497bc3-93a9-43c1-80e8-8c57a129ed76.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-76497bc3-93a9-43c1-80e8-8c57a129ed76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-76497bc3-93a9-43c1-80e8-8c57a129ed76.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 3px;
aspect-ratio: 1800/4;
text-align: center;
}



.shg-image-margin-container-s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
    
    
  }


.s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
      position: relative;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  
  
  
  
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
    
    
  }


.s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
      position: relative;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  
  
  
  
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
    
    
  }


.s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
      position: relative;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  
  
  
  
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
    
    
  }


.s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
      position: relative;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  
  
  
  
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      aspect-ratio: 1800/4;
      width: 100%;
      height: 100%;
    }

    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-link {
      aspect-ratio: 1800/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
    
    
  }


.s-1d27303a-d32b-43e5-918c-56e7263e4b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e {
      --shg-aspect-ratio: calc(1800/4); 
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container {
      position: relative;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d27303a-d32b-43e5-918c-56e7263e4b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-57a28b29-d7ae-44b5-8bb3-b52dca79df79 {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWFmMjdlYjItYmEzNy00OTA2LWI4YmYtZDVkZTZhMTA3MWE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1YzM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZjVjMzU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuMjc3MjcyNzI3MjcyNzI3MyIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNWMzNTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY1YzM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNmZjVjMzU7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzlhZjI3ZWIyLWJhMzctNDkwNi1iOGJmLWQ1ZGU2YTEwNzFhNikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 136, 15, 1);
border-style: solid;
border-radius: 3px;
max-width: 277px;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff5c35"}, {"id"=>4, "pos"=>0.2, "color"=>"#ff5c35"}, {"id"=>3, "pos"=>0.2772727272727273, "color"=>"#ff5c35"}, {"id"=>5, "pos"=>0.5, "color"=>"#ff5c35"}, {"id"=>2, "pos"=>0.9136363636363637, "color"=>"#ff5c35"}];
}
#s-57a28b29-d7ae-44b5-8bb3-b52dca79df79:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(21, 43, 79, 1) !important;
border-radius: 3px !important;
background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57a28b29-d7ae-44b5-8bb3-b52dca79df79:active {background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-57a28b29-d7ae-44b5-8bb3-b52dca79df79-root {
    text-align: center;
  }


#s-57a28b29-d7ae-44b5-8bb3-b52dca79df79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57a28b29-d7ae-44b5-8bb3-b52dca79df79-root {
    text-align: center;
  }


#s-57a28b29-d7ae-44b5-8bb3-b52dca79df79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57a28b29-d7ae-44b5-8bb3-b52dca79df79-root {
    text-align: center;
  }


#s-57a28b29-d7ae-44b5-8bb3-b52dca79df79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57a28b29-d7ae-44b5-8bb3-b52dca79df79-root {
    text-align: center;
  }


#s-57a28b29-d7ae-44b5-8bb3-b52dca79df79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57a28b29-d7ae-44b5-8bb3-b52dca79df79-root {
    text-align: center;
  }


#s-57a28b29-d7ae-44b5-8bb3-b52dca79df79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@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;
  }
}
