.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-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  margin-top: -40px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  display: none;
}
#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab, #wrap-s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab { display: none !important; }}@media (max-width: 767px){#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  display: none;
}
#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab, #wrap-s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab { display: none !important; }}







#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab.shg-box.shg-c {
  justify-content: center;
}

#s-45043521-bc4c-404c-8f9d-11d138a7f820 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -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-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  max-width: 1920px;
aspect-ratio: 1920/640;
text-align: center;
opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 991px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  display: none;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 { display: none !important; }}@media (max-width: 767px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  display: none;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 { display: none !important; }}


.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 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-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 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-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  
  
  
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      width: 100%;
      height: 100%;
    }

    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
    
    
  }


.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    align-items: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
      position: relative;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  
  
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 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-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  
  
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 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-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  
  
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  
  
  
  
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
    
    
  }


.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container {
      position: relative;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15af1fa3-f43d-47f3-a3d7-33692d553cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

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

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

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

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

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

.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-e7ec245e-e93d-438f-ae11-109f658fea02 {
  margin-bottom: -24px;
}

#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  margin-top: -24px;
min-height: 50px;
}
@media (min-width: 1200px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  display: none;
}
#s-161764ba-abdc-4873-8472-4bcc1e1eea96, #wrap-s-161764ba-abdc-4873-8472-4bcc1e1eea96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  display: none;
}
#s-161764ba-abdc-4873-8472-4bcc1e1eea96, #wrap-s-161764ba-abdc-4873-8472-4bcc1e1eea96 { display: none !important; }}@media (max-width: 767px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  margin-bottom: -24px;
}
}







#s-161764ba-abdc-4873-8472-4bcc1e1eea96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-161764ba-abdc-4873-8472-4bcc1e1eea96.shg-box.shg-c {
  justify-content: center;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.9;
}
@media (min-width: 1200px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  display: none;
}
#s-817e7a51-19f9-4f56-b870-1a02bf590d08, #wrap-s-817e7a51-19f9-4f56-b870-1a02bf590d08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  display: none;
}
#s-817e7a51-19f9-4f56-b870-1a02bf590d08, #wrap-s-817e7a51-19f9-4f56-b870-1a02bf590d08 { display: none !important; }}


.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 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-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 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-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  
  
  
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
    
    
  }


.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    align-items: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
      position: relative;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin-left: 4%;
margin-right: 4%;
}
}


.shg-image-margin-container-s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  
  
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  
  
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 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-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  
  
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 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-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  
  
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin-left: 4%;
  margin-right: 4%;
  
  
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
    
    
  }


.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container {
      position: relative;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d6fd423-bca6-48ce-b73f-6bd41d829c49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0d69fc09-93ae-4ba3-b9cd-21854906f105 {
  margin-bottom: -24px;
}

#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c {
  margin-left: 4%;
margin-right: 4%;
display: none;
}
#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c, #wrap-s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c { display: none !important; }}







#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c.shg-box.shg-c {
  justify-content: center;
}

#s-04462bea-9eef-46b6-85fb-7198a4d19c40 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-04462bea-9eef-46b6-85fb-7198a4d19c40 {
  display: none;
}
#s-04462bea-9eef-46b6-85fb-7198a4d19c40, #wrap-s-04462bea-9eef-46b6-85fb-7198a4d19c40 { display: none !important; }}







#s-04462bea-9eef-46b6-85fb-7198a4d19c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04462bea-9eef-46b6-85fb-7198a4d19c40.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-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  display: none;
}
#s-35d4093b-060c-4b1b-a4fe-006364d53dc2, #wrap-s-35d4093b-060c-4b1b-a4fe-006364d53dc2 { display: none !important; }}@media (max-width: 767px){#s-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  display: none;
}
#s-35d4093b-060c-4b1b-a4fe-006364d53dc2, #wrap-s-35d4093b-060c-4b1b-a4fe-006364d53dc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1440px;
aspect-ratio: 1440/1920;
text-align: center;
opacity: 0.9;
}



.shg-image-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
    
    
  }


.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
      position: relative;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  
  
  
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
    
    
  }


.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
      position: relative;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 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-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  
  
  
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
    
    
  }


.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
      position: relative;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 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-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  
  
  
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
    
    
  }


.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
      position: relative;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  
  
  
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
    
    
  }


.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
      position: relative;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0801e3f5-a24f-46e0-bfc1-7f1f4152cbd4 {
  margin-left: auto;
margin-right: auto;
min-height: 220px;
}








#s-0801e3f5-a24f-46e0-bfc1-7f1f4152cbd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0801e3f5-a24f-46e0-bfc1-7f1f4152cbd4.shg-box.shg-c {
  justify-content: center;
}

#s-4f59cf1b-4855-438f-ba03-8feb9efdd78f {
  margin-top: 0px;
margin-bottom: -16px;
}

.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-a4e7eea4-33e4-47ed-b4a2-4f57754406b7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI0YmJhODEtYWJhYi00OWNmLTg5NDUtYzkyMDUzZjE0M2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjRiYmE4MS1hYmFiLTQ5Y2YtODk0NS1jOTIwNTNmMTQzYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 144, 30, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
color: rgba(29, 29, 29, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}];
}
#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7:hover {box-shadow:1px 1px 13px 10px rgba(22, 22, 22, 0.67) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYThiZWVhMTctNjNjNi00NzM1LTkzYjktZmQ3ZDUyZDgxNDQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhOGJlZWExNy02M2M2LTQ3MzUtOTNiOS1mZDdkNTJkODE0NDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}] !important;
hover-type: gradient !important;}#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1440px;
aspect-ratio: 1440/1920;
text-align: center;
opacity: 0.9;
}



.shg-image-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
    
    
  }


.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
      position: relative;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  
  
  
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
    
    
  }


.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
      position: relative;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 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-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  
  
  
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
    
    
  }


.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
      position: relative;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 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-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  
  
  
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
    
    
  }


.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
      position: relative;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  
  
  
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
    
    
  }


.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
      position: relative;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-df8f7227-eea4-4340-9d50-45b06b348465 {
  margin-left: auto;
margin-right: auto;
min-height: 220px;
}








#s-df8f7227-eea4-4340-9d50-45b06b348465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df8f7227-eea4-4340-9d50-45b06b348465.shg-box.shg-c {
  justify-content: center;
}

#s-ef4770e4-9ead-4158-9a0b-4ba6650a990c {
  margin-top: 0px;
margin-bottom: -16px;
}

#s-bbcccfa2-9b45-4285-92f1-4013ded603f1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI0YmJhODEtYWJhYi00OWNmLTg5NDUtYzkyMDUzZjE0M2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjRiYmE4MS1hYmFiLTQ5Y2YtODk0NS1jOTIwNTNmMTQzYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 144, 30, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
color: rgba(29, 29, 29, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}];
}
#s-bbcccfa2-9b45-4285-92f1-4013ded603f1:hover {box-shadow:1px 1px 13px 10px rgba(22, 22, 22, 0.67) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjQ1MTdkY2EtNTMxNy00MmNkLWJiNjEtMjEyYmNiYTEwY2QzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNDUxN2RjYS01MzE3LTQyY2QtYmI2MS0yMTJiY2JhMTBjZDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}] !important;
hover-type: gradient !important;}#s-bbcccfa2-9b45-4285-92f1-4013ded603f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1440px;
aspect-ratio: 1440/1920;
text-align: center;
opacity: 0.9;
}



.shg-image-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
    
    
  }


.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
      position: relative;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  
  
  
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
    
    
  }


.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
      position: relative;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 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-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  
  
  
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
    
    
  }


.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
      position: relative;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 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-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  
  
  
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
    
    
  }


.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
      position: relative;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  
  
  
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
    
    
  }


.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
      position: relative;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0b29bb26-3a51-418a-b41b-a1c527062118 {
  margin-left: auto;
margin-right: auto;
min-height: 220px;
}








#s-0b29bb26-3a51-418a-b41b-a1c527062118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b29bb26-3a51-418a-b41b-a1c527062118.shg-box.shg-c {
  justify-content: center;
}

#s-2a5c3154-3eab-401b-93d3-64ea9681bd21 {
  margin-top: 0px;
margin-bottom: -16px;
}

#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI0YmJhODEtYWJhYi00OWNmLTg5NDUtYzkyMDUzZjE0M2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjRiYmE4MS1hYmFiLTQ5Y2YtODk0NS1jOTIwNTNmMTQzYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 144, 30, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
color: rgba(29, 29, 29, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}];
}
#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a:hover {box-shadow:1px 1px 13px 10px rgba(22, 22, 22, 0.67) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTg3MTU1MjgtNTYxZC00MmJhLWIyYjAtNmZjY2UwY2ZlYTliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlODcxNTUyOC01NjFkLTQyYmEtYjJiMC02ZmNjZTBjZmVhOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}] !important;
hover-type: gradient !important;}#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-bab79353-cc33-4aeb-ba11-dfb2806173be {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bab79353-cc33-4aeb-ba11-dfb2806173be {
  margin-top: -15px;
}
}
#s-bab79353-cc33-4aeb-ba11-dfb2806173be hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-adce83e0-f5e3-4ac8-a954-a4ed329dc9aa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d10d283e-517e-4892-8205-3948d7a0e5e3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-d10d283e-517e-4892-8205-3948d7a0e5e3 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 4%;
}
}







#s-d10d283e-517e-4892-8205-3948d7a0e5e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d10d283e-517e-4892-8205-3948d7a0e5e3.shg-box.shg-c {
  justify-content: center;
}

#s-f00f7806-925d-464d-a785-900945a6e7eb {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 1200px;
background-color: rgba(22, 22, 22, 1);
}








#s-f00f7806-925d-464d-a785-900945a6e7eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f00f7806-925d-464d-a785-900945a6e7eb.shg-box.shg-c {
  justify-content: center;
}

#s-b0064662-823e-4be7-9ca9-79c83ffbc685 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c661b3e8-0c32-4848-8b87-740f0ce1e35b {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-c661b3e8-0c32-4848-8b87-740f0ce1e35b {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-c661b3e8-0c32-4848-8b87-740f0ce1e35b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c661b3e8-0c32-4848-8b87-740f0ce1e35b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c661b3e8-0c32-4848-8b87-740f0ce1e35b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c661b3e8-0c32-4848-8b87-740f0ce1e35b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70f8aaa7-e7fc-4fa1-bda6-897fd2050be3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-70f8aaa7-e7fc-4fa1-bda6-897fd2050be3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 2px;
}
}







#s-70f8aaa7-e7fc-4fa1-bda6-897fd2050be3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70f8aaa7-e7fc-4fa1-bda6-897fd2050be3.shg-box.shg-c {
  justify-content: center;
}

#s-63f0fc96-d2b8-4807-881b-e3562b3e1262 {
  margin-bottom: -24px;
}

#s-47c3e4fc-e4de-48a6-a011-f56bd34e51cb {
  margin-top: 0px;
margin-bottom: -16px;
}

#s-3f4d1e52-2cb0-4cb0-a244-9e9793048f63 {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-0bb688f7-2e5b-455f-80f3-6501a67a1b25 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0bb688f7-2e5b-455f-80f3-6501a67a1b25 {
  min-height: 0px;
}
}







#s-0bb688f7-2e5b-455f-80f3-6501a67a1b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bb688f7-2e5b-455f-80f3-6501a67a1b25.shg-box.shg-c {
  justify-content: center;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
aspect-ratio: 1440/1920;
text-align: center;
}
@media (max-width: 767px){#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin-top: 20px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
    
    
  }


.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
      position: relative;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  
  
  
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
    
    
  }


.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
      position: relative;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 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-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  
  
  
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
    
    
  }


.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
      position: relative;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 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-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  
  
  
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
    
    
  }


.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
      position: relative;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
    
    
  }


.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
      position: relative;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0e885b55-839f-471c-8acc-421118cc46cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-0e885b55-839f-471c-8acc-421118cc46cd {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-e8335f21-88cc-4536-9f78-f945d8d41d70 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-e8335f21-88cc-4536-9f78-f945d8d41d70 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin-bottom: 20px;
}
}


.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  
  
  
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 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-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  
  
  
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 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-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  
  
  
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  
  
  
  margin-bottom: 20px;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  
  
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 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-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  
  
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 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-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  
  
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  
  
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  
  
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a 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-8877d2db-05e6-477b-8b60-453b6bab571a {
  
  
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a 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-8877d2db-05e6-477b-8b60-453b6bab571a {
  
  
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  
  
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  
  
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb 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-d784a685-2092-43b7-89c9-260315ef0afb {
  
  
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb 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-d784a685-2092-43b7-89c9-260315ef0afb {
  
  
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  
  
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f7eb95d0-4a55-456b-aed1-0ea439738b42 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-f7eb95d0-4a55-456b-aed1-0ea439738b42 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-f7eb95d0-4a55-456b-aed1-0ea439738b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7eb95d0-4a55-456b-aed1-0ea439738b42.shg-box.shg-c {
  justify-content: center;
}

#s-f1548cdc-e0b0-4ca5-aa17-14db04aa8b90 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1548cdc-e0b0-4ca5-aa17-14db04aa8b90 {
  display: none;
}
#s-f1548cdc-e0b0-4ca5-aa17-14db04aa8b90, #wrap-s-f1548cdc-e0b0-4ca5-aa17-14db04aa8b90 { display: none !important; }}@media (max-width: 767px){#s-f1548cdc-e0b0-4ca5-aa17-14db04aa8b90 {
  display: none;
}
#s-f1548cdc-e0b0-4ca5-aa17-14db04aa8b90, #wrap-s-f1548cdc-e0b0-4ca5-aa17-14db04aa8b90 { display: none !important; }}
#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 {
  margin-top: -15px;
}
}
#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-44d65602-5ed0-48c9-bfea-87dc479ab00b {
  margin-left: auto;
margin-right: auto;
}

#s-d1b22e4b-c137-43fb-84ca-4f626b9abb67 {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d1b22e4b-c137-43fb-84ca-4f626b9abb67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1b22e4b-c137-43fb-84ca-4f626b9abb67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1b22e4b-c137-43fb-84ca-4f626b9abb67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1b22e4b-c137-43fb-84ca-4f626b9abb67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-84cea2c9-5215-4708-a973-bd52fa608276 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-84cea2c9-5215-4708-a973-bd52fa608276 {
  
  
  
  
}

#s-84cea2c9-5215-4708-a973-bd52fa608276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84cea2c9-5215-4708-a973-bd52fa608276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
    
    
  }


.s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-content {
  
    align-items: center;
  
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cea2c9-5215-4708-a973-bd52fa608276 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
      position: relative;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-84cea2c9-5215-4708-a973-bd52fa608276 {
  
  
  
  
}

#s-84cea2c9-5215-4708-a973-bd52fa608276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84cea2c9-5215-4708-a973-bd52fa608276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
    
    
  }


.s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-content {
  
    align-items: center;
  
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cea2c9-5215-4708-a973-bd52fa608276 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
      position: relative;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276 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-84cea2c9-5215-4708-a973-bd52fa608276 {
  
  
  
  
}

#s-84cea2c9-5215-4708-a973-bd52fa608276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84cea2c9-5215-4708-a973-bd52fa608276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
    
    
  }


.s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-content {
  
    align-items: center;
  
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cea2c9-5215-4708-a973-bd52fa608276 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
      position: relative;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276 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-84cea2c9-5215-4708-a973-bd52fa608276 {
  
  
  
  
}

#s-84cea2c9-5215-4708-a973-bd52fa608276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84cea2c9-5215-4708-a973-bd52fa608276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
    
    
  }


.s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-content {
  
    align-items: center;
  
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cea2c9-5215-4708-a973-bd52fa608276 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
      position: relative;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-84cea2c9-5215-4708-a973-bd52fa608276 {
  
  
  
  
}

#s-84cea2c9-5215-4708-a973-bd52fa608276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84cea2c9-5215-4708-a973-bd52fa608276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84cea2c9-5215-4708-a973-bd52fa608276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
    
    
  }


.s-84cea2c9-5215-4708-a973-bd52fa608276 .shogun-image-content {
  
    align-items: center;
  
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cea2c9-5215-4708-a973-bd52fa608276 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container {
      position: relative;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cea2c9-5215-4708-a973-bd52fa608276 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f2fb8cb8-ae12-42f0-9a16-913237fd2184 {
  min-height: 50px;
}








#s-f2fb8cb8-ae12-42f0-9a16-913237fd2184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2fb8cb8-ae12-42f0-9a16-913237fd2184.shg-box.shg-c {
  justify-content: center;
}

#s-054d1012-43be-41c2-9ebd-84e916dc60a2 {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-933afd24-2b5e-4609-8e00-358b49efc189 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-933afd24-2b5e-4609-8e00-358b49efc189 {
  
  
  
  
}

#s-933afd24-2b5e-4609-8e00-358b49efc189 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-933afd24-2b5e-4609-8e00-358b49efc189 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
    
    
  }


.s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-content {
  
    align-items: center;
  
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933afd24-2b5e-4609-8e00-358b49efc189 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
      position: relative;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-933afd24-2b5e-4609-8e00-358b49efc189 {
  
  
  
  
}

#s-933afd24-2b5e-4609-8e00-358b49efc189 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-933afd24-2b5e-4609-8e00-358b49efc189 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
    
    
  }


.s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-content {
  
    align-items: center;
  
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933afd24-2b5e-4609-8e00-358b49efc189 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
      position: relative;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189 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-933afd24-2b5e-4609-8e00-358b49efc189 {
  
  
  
  
}

#s-933afd24-2b5e-4609-8e00-358b49efc189 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-933afd24-2b5e-4609-8e00-358b49efc189 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
    
    
  }


.s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-content {
  
    align-items: center;
  
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933afd24-2b5e-4609-8e00-358b49efc189 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
      position: relative;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189 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-933afd24-2b5e-4609-8e00-358b49efc189 {
  
  
  
  
}

#s-933afd24-2b5e-4609-8e00-358b49efc189 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-933afd24-2b5e-4609-8e00-358b49efc189 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
    
    
  }


.s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-content {
  
    align-items: center;
  
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933afd24-2b5e-4609-8e00-358b49efc189 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
      position: relative;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-933afd24-2b5e-4609-8e00-358b49efc189 {
  
  
  
  
}

#s-933afd24-2b5e-4609-8e00-358b49efc189 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-933afd24-2b5e-4609-8e00-358b49efc189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-933afd24-2b5e-4609-8e00-358b49efc189 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
    
    
  }


.s-933afd24-2b5e-4609-8e00-358b49efc189 .shogun-image-content {
  
    align-items: center;
  
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933afd24-2b5e-4609-8e00-358b49efc189 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container {
      position: relative;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933afd24-2b5e-4609-8e00-358b49efc189 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bc32ca64-0650-4b35-92b4-0b49c1e9e97a {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-251f57fc-5053-496a-bc92-109e450fe2d9 {
  margin-left: auto;
margin-right: auto;
}

#s-aa2ec6f5-a9b2-4707-a168-c2ba9f1f264d {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-aa2ec6f5-a9b2-4707-a168-c2ba9f1f264d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa2ec6f5-a9b2-4707-a168-c2ba9f1f264d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa2ec6f5-a9b2-4707-a168-c2ba9f1f264d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa2ec6f5-a9b2-4707-a168-c2ba9f1f264d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7664da6-b894-4a8f-bdf5-644881533060 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-e7664da6-b894-4a8f-bdf5-644881533060 {
  
  
  
  
}

#s-e7664da6-b894-4a8f-bdf5-644881533060 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7664da6-b894-4a8f-bdf5-644881533060 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
    
    
  }


.s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7664da6-b894-4a8f-bdf5-644881533060 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
      position: relative;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e7664da6-b894-4a8f-bdf5-644881533060 {
  
  
  
  
}

#s-e7664da6-b894-4a8f-bdf5-644881533060 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7664da6-b894-4a8f-bdf5-644881533060 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
    
    
  }


.s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7664da6-b894-4a8f-bdf5-644881533060 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
      position: relative;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060 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-e7664da6-b894-4a8f-bdf5-644881533060 {
  
  
  
  
}

#s-e7664da6-b894-4a8f-bdf5-644881533060 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7664da6-b894-4a8f-bdf5-644881533060 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
    
    
  }


.s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7664da6-b894-4a8f-bdf5-644881533060 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
      position: relative;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060 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-e7664da6-b894-4a8f-bdf5-644881533060 {
  
  
  
  
}

#s-e7664da6-b894-4a8f-bdf5-644881533060 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7664da6-b894-4a8f-bdf5-644881533060 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
    
    
  }


.s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7664da6-b894-4a8f-bdf5-644881533060 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
      position: relative;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e7664da6-b894-4a8f-bdf5-644881533060 {
  
  
  
  
}

#s-e7664da6-b894-4a8f-bdf5-644881533060 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7664da6-b894-4a8f-bdf5-644881533060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7664da6-b894-4a8f-bdf5-644881533060 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
    
    
  }


.s-e7664da6-b894-4a8f-bdf5-644881533060 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7664da6-b894-4a8f-bdf5-644881533060 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container {
      position: relative;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7664da6-b894-4a8f-bdf5-644881533060 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4e9bc179-1d73-495b-b879-10c07f95d774 {
  min-height: 50px;
}








#s-4e9bc179-1d73-495b-b879-10c07f95d774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e9bc179-1d73-495b-b879-10c07f95d774.shg-box.shg-c {
  justify-content: center;
}

#s-734ed76b-e39c-4cb2-b0a2-44ee44d0d279 {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-3ee13941-36fb-43ea-ae4b-47493fdc8e75 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ee13941-36fb-43ea-ae4b-47493fdc8e75 {
  display: none;
}
#s-3ee13941-36fb-43ea-ae4b-47493fdc8e75, #wrap-s-3ee13941-36fb-43ea-ae4b-47493fdc8e75 { display: none !important; }}@media (max-width: 767px){#s-3ee13941-36fb-43ea-ae4b-47493fdc8e75 {
  display: none;
}
#s-3ee13941-36fb-43ea-ae4b-47493fdc8e75, #wrap-s-3ee13941-36fb-43ea-ae4b-47493fdc8e75 { display: none !important; }}
#s-a75822c6-5e05-42cb-81e9-fa95c45afe43 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a75822c6-5e05-42cb-81e9-fa95c45afe43 {
  margin-top: 0px;
}
}
#s-a75822c6-5e05-42cb-81e9-fa95c45afe43 hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-dda11fd6-c78f-4698-9535-51fce13f3214 {
  margin-left: auto;
margin-right: auto;
}

#s-7dea521d-cddb-4634-9df8-2cb00ee44e26 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7dea521d-cddb-4634-9df8-2cb00ee44e26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7dea521d-cddb-4634-9df8-2cb00ee44e26.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

#s-3dc4d8b9-bbbc-4f1b-8509-241d8df1126e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dc4d8b9-bbbc-4f1b-8509-241d8df1126e {
  display: none;
}
#s-3dc4d8b9-bbbc-4f1b-8509-241d8df1126e, #wrap-s-3dc4d8b9-bbbc-4f1b-8509-241d8df1126e { display: none !important; }}@media (max-width: 767px){#s-3dc4d8b9-bbbc-4f1b-8509-241d8df1126e {
  display: none;
}
#s-3dc4d8b9-bbbc-4f1b-8509-241d8df1126e, #wrap-s-3dc4d8b9-bbbc-4f1b-8509-241d8df1126e { display: none !important; }}
#s-3dc4d8b9-bbbc-4f1b-8509-241d8df1126e .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-933cddfe-ec4d-487b-a113-6887fa5a6630 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99c3fc96-f84c-451e-b52e-6b784c1c8d29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-126d73d5-aa21-41e5-bc45-2c83cfe520b5 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-126d73d5-aa21-41e5-bc45-2c83cfe520b5 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

.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-5d0e86b3-f91b-4949-b8dc-a595f3142a30 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5d0e86b3-f91b-4949-b8dc-a595f3142a30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d0e86b3-f91b-4949-b8dc-a595f3142a30:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d0e86b3-f91b-4949-b8dc-a595f3142a30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d0e86b3-f91b-4949-b8dc-a595f3142a30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d0e86b3-f91b-4949-b8dc-a595f3142a30.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-5d0e86b3-f91b-4949-b8dc-a595f3142a30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-69e4e646-64a7-4f1d-a1c5-532dc67b4ba0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0e05ea3-7ec3-4883-9bc6-ad69cde26f49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a0b91cc1-cfc0-45cf-b6f1-94e0a49a1d21 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a0b91cc1-cfc0-45cf-b6f1-94e0a49a1d21 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-5df792ae-dc4e-46d1-86fd-1ad956a585f8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5df792ae-dc4e-46d1-86fd-1ad956a585f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5df792ae-dc4e-46d1-86fd-1ad956a585f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5df792ae-dc4e-46d1-86fd-1ad956a585f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5df792ae-dc4e-46d1-86fd-1ad956a585f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5df792ae-dc4e-46d1-86fd-1ad956a585f8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-5df792ae-dc4e-46d1-86fd-1ad956a585f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-db81a2fd-41b3-40f0-8e8a-4df32d875667 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e14afb-0788-4c9d-8ca5-fd5b60c6e270 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c74ab596-6bf7-4650-9622-279c22934988 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c74ab596-6bf7-4650-9622-279c22934988 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-27579a02-4e1c-4399-9e2f-af3c2c7150ef {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-27579a02-4e1c-4399-9e2f-af3c2c7150ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27579a02-4e1c-4399-9e2f-af3c2c7150ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-27579a02-4e1c-4399-9e2f-af3c2c7150ef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27579a02-4e1c-4399-9e2f-af3c2c7150ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27579a02-4e1c-4399-9e2f-af3c2c7150ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-27579a02-4e1c-4399-9e2f-af3c2c7150ef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ec371b85-eb49-4f91-bb71-caaaf2b462be {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b068cde-7cce-4028-b7cb-203a84bf0e08 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-df998644-fb9f-4092-9ec9-01abee619f25 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-df998644-fb9f-4092-9ec9-01abee619f25 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-cac6f443-f5f7-4c1b-a743-1dfedb4d8fdc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cac6f443-f5f7-4c1b-a743-1dfedb4d8fdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cac6f443-f5f7-4c1b-a743-1dfedb4d8fdc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cac6f443-f5f7-4c1b-a743-1dfedb4d8fdc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cac6f443-f5f7-4c1b-a743-1dfedb4d8fdc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cac6f443-f5f7-4c1b-a743-1dfedb4d8fdc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-cac6f443-f5f7-4c1b-a743-1dfedb4d8fdc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a96e4adc-48fc-4d10-b6f9-1e38ed3dca74 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae0a39-5452-47e5-8bbb-fc8b3bce9b07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7db0af74-4b8f-4190-beba-7e8796d78fa7 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7db0af74-4b8f-4190-beba-7e8796d78fa7 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f6418102-188c-4f94-b603-a3d9fd0717ae {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f6418102-188c-4f94-b603-a3d9fd0717ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6418102-188c-4f94-b603-a3d9fd0717ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6418102-188c-4f94-b603-a3d9fd0717ae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6418102-188c-4f94-b603-a3d9fd0717ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6418102-188c-4f94-b603-a3d9fd0717ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f6418102-188c-4f94-b603-a3d9fd0717ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7666edfd-40b5-4f65-92d7-25475bba1673 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ed803fc2-640d-445b-ba57-07b1dcec0006 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed803fc2-640d-445b-ba57-07b1dcec0006 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-176f8339-57a5-46e3-ae70-247d663c3bed {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-176f8339-57a5-46e3-ae70-247d663c3bed .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f9416fe7-8e1d-4d4e-9fa2-e0a88c36f2ff {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f9416fe7-8e1d-4d4e-9fa2-e0a88c36f2ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9416fe7-8e1d-4d4e-9fa2-e0a88c36f2ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9416fe7-8e1d-4d4e-9fa2-e0a88c36f2ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9416fe7-8e1d-4d4e-9fa2-e0a88c36f2ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9416fe7-8e1d-4d4e-9fa2-e0a88c36f2ff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f9416fe7-8e1d-4d4e-9fa2-e0a88c36f2ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-caae0bc7-d062-41cd-9e48-ae9e862e1701 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd18bfc-b3a3-44be-984a-751b1c1fe910 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e1b824a4-d0ff-4672-b035-25e4e93e04d4 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e1b824a4-d0ff-4672-b035-25e4e93e04d4 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-16a32e6b-9fab-44c7-a242-3d2353848613 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-16a32e6b-9fab-44c7-a242-3d2353848613:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16a32e6b-9fab-44c7-a242-3d2353848613:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16a32e6b-9fab-44c7-a242-3d2353848613 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16a32e6b-9fab-44c7-a242-3d2353848613.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16a32e6b-9fab-44c7-a242-3d2353848613.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-16a32e6b-9fab-44c7-a242-3d2353848613.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-23691fd1-d146-4a0e-8175-dad96b554a81 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2c419de1-829a-489e-8cb6-70c24387f3b7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c419de1-829a-489e-8cb6-70c24387f3b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-88fd9deb-a077-4615-9d6b-d45bc460122a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-88fd9deb-a077-4615-9d6b-d45bc460122a .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-af5fa61a-ca9c-491a-8b8d-e34a32e39163 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-af5fa61a-ca9c-491a-8b8d-e34a32e39163:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af5fa61a-ca9c-491a-8b8d-e34a32e39163:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af5fa61a-ca9c-491a-8b8d-e34a32e39163 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af5fa61a-ca9c-491a-8b8d-e34a32e39163.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af5fa61a-ca9c-491a-8b8d-e34a32e39163.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-af5fa61a-ca9c-491a-8b8d-e34a32e39163.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-72d0da76-dad2-4e4b-b3d8-de8a0fae32ca {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8396bcb6-2d1f-4f82-9bcf-89773a503fb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fac18ce1-e0ba-4a21-b15d-3ea3b704bcea {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-fac18ce1-e0ba-4a21-b15d-3ea3b704bcea .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-8d8bd784-85df-413b-b9ad-d6973776a361 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8d8bd784-85df-413b-b9ad-d6973776a361:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d8bd784-85df-413b-b9ad-d6973776a361:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d8bd784-85df-413b-b9ad-d6973776a361 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d8bd784-85df-413b-b9ad-d6973776a361.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d8bd784-85df-413b-b9ad-d6973776a361.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-8d8bd784-85df-413b-b9ad-d6973776a361.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-adf259cb-17f0-4383-a78c-017c5ffeee4b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3e921c3-0f3c-4f05-b0a2-189c8c52624b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-624c3381-13d0-4299-b4cf-4d4f56ffcb27 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-624c3381-13d0-4299-b4cf-4d4f56ffcb27 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-3e58c9d4-4531-46f5-b97e-707d9a1beb39 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3e58c9d4-4531-46f5-b97e-707d9a1beb39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e58c9d4-4531-46f5-b97e-707d9a1beb39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3e58c9d4-4531-46f5-b97e-707d9a1beb39 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3e58c9d4-4531-46f5-b97e-707d9a1beb39.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3e58c9d4-4531-46f5-b97e-707d9a1beb39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-3e58c9d4-4531-46f5-b97e-707d9a1beb39.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5bac1e8a-5c8a-4976-abee-caf1e09e117a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8f7eef-90ba-4d0d-8ffe-32d9ac47e2d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8d6a78b1-85ac-4131-b85f-3d1913cc17f2 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8d6a78b1-85ac-4131-b85f-3d1913cc17f2 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-8c612729-0ad4-4e12-bfc0-dc9554b6d057 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8c612729-0ad4-4e12-bfc0-dc9554b6d057:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c612729-0ad4-4e12-bfc0-dc9554b6d057:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c612729-0ad4-4e12-bfc0-dc9554b6d057 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c612729-0ad4-4e12-bfc0-dc9554b6d057.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c612729-0ad4-4e12-bfc0-dc9554b6d057.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-8c612729-0ad4-4e12-bfc0-dc9554b6d057.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-87c0fcfc-9152-4e6d-839f-72b83ab02b37 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2359e29a-315e-42dc-84d3-d7d1fb4d0447 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-282e49c5-e02d-4094-9e0e-085c59e53141 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-282e49c5-e02d-4094-9e0e-085c59e53141 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-bfe34622-f1ff-4771-9321-603f72bfda40 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bfe34622-f1ff-4771-9321-603f72bfda40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfe34622-f1ff-4771-9321-603f72bfda40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bfe34622-f1ff-4771-9321-603f72bfda40 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfe34622-f1ff-4771-9321-603f72bfda40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfe34622-f1ff-4771-9321-603f72bfda40.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-bfe34622-f1ff-4771-9321-603f72bfda40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7468e8b-1499-4e39-9175-282bc81a86e4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7513f27e-2b6d-4d00-96e4-fd9fe346253d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-00c228f4-cdcc-4e07-861a-848a7934aeb3 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-00c228f4-cdcc-4e07-861a-848a7934aeb3 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-c695f74b-c1a8-4ef5-83c8-f41b92c59a13 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c695f74b-c1a8-4ef5-83c8-f41b92c59a13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c695f74b-c1a8-4ef5-83c8-f41b92c59a13:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c695f74b-c1a8-4ef5-83c8-f41b92c59a13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c695f74b-c1a8-4ef5-83c8-f41b92c59a13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c695f74b-c1a8-4ef5-83c8-f41b92c59a13.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-c695f74b-c1a8-4ef5-83c8-f41b92c59a13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-27b32baf-9e5d-4aca-8d68-a565b9258754 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd92a3ed-5d1c-4857-8f3e-bb8fcabcc1f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c26ce89-3858-4deb-82fc-8c3b0b3e9c81 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5c26ce89-3858-4deb-82fc-8c3b0b3e9c81 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-25cce4cc-77ea-43ae-bcaf-23c5fd8485a0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-25cce4cc-77ea-43ae-bcaf-23c5fd8485a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25cce4cc-77ea-43ae-bcaf-23c5fd8485a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25cce4cc-77ea-43ae-bcaf-23c5fd8485a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25cce4cc-77ea-43ae-bcaf-23c5fd8485a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25cce4cc-77ea-43ae-bcaf-23c5fd8485a0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-25cce4cc-77ea-43ae-bcaf-23c5fd8485a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5bea8a57-d720-4219-a0c1-1ba93acdca95 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-48461355-2013-44aa-8550-b189fdb7fa72 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48461355-2013-44aa-8550-b189fdb7fa72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b5c996e3-2980-4099-aa37-632b70c62c9c {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b5c996e3-2980-4099-aa37-632b70c62c9c .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-451f72d0-5883-46ac-bf20-d45db5317e37 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-451f72d0-5883-46ac-bf20-d45db5317e37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-451f72d0-5883-46ac-bf20-d45db5317e37:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-451f72d0-5883-46ac-bf20-d45db5317e37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-451f72d0-5883-46ac-bf20-d45db5317e37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-451f72d0-5883-46ac-bf20-d45db5317e37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-451f72d0-5883-46ac-bf20-d45db5317e37.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-39b0a554-4bb3-4357-b1c8-8fed6e630005 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fb7b2e2-24b7-4284-80b6-1cb837d3cb5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4c848a91-8f25-490e-acdb-813ff44cca2b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4c848a91-8f25-490e-acdb-813ff44cca2b .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-3a077e67-b7cd-4f70-8c80-25c7162b3319 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3a077e67-b7cd-4f70-8c80-25c7162b3319:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a077e67-b7cd-4f70-8c80-25c7162b3319:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a077e67-b7cd-4f70-8c80-25c7162b3319 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a077e67-b7cd-4f70-8c80-25c7162b3319.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a077e67-b7cd-4f70-8c80-25c7162b3319.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-3a077e67-b7cd-4f70-8c80-25c7162b3319.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b052ff3-d749-4c7d-a71e-b79720db7c96 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a585a70-956b-4aaa-b3f9-1bff4addb0ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b9c69fe5-d669-4810-9aa1-3fb66b9922c4 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b9c69fe5-d669-4810-9aa1-3fb66b9922c4 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-27c44e11-c815-4f5b-873d-98673659ef7f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-27c44e11-c815-4f5b-873d-98673659ef7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27c44e11-c815-4f5b-873d-98673659ef7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-27c44e11-c815-4f5b-873d-98673659ef7f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27c44e11-c815-4f5b-873d-98673659ef7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27c44e11-c815-4f5b-873d-98673659ef7f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-27c44e11-c815-4f5b-873d-98673659ef7f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-809e1cd0-0ec6-49d9-9bd0-d5787ebb9d98 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1fe2842-447e-4d2f-af4d-2b03b3172eb5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5419be6b-82e4-4235-9241-dcd69a0df6cb {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5419be6b-82e4-4235-9241-dcd69a0df6cb .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e1b99618-d444-4268-8f8e-4d985462aa9b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e1b99618-d444-4268-8f8e-4d985462aa9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1b99618-d444-4268-8f8e-4d985462aa9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1b99618-d444-4268-8f8e-4d985462aa9b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1b99618-d444-4268-8f8e-4d985462aa9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1b99618-d444-4268-8f8e-4d985462aa9b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e1b99618-d444-4268-8f8e-4d985462aa9b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-30d24bf0-eeaf-434d-91da-06697dbfa3ab {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-997d75d3-368b-403e-bfec-7e12a52034e7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997d75d3-368b-403e-bfec-7e12a52034e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-616a3888-fec8-49fb-bae4-decebb542a83 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-616a3888-fec8-49fb-bae4-decebb542a83 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-19398f5f-32e6-4780-939b-5c3be3024206 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-19398f5f-32e6-4780-939b-5c3be3024206:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19398f5f-32e6-4780-939b-5c3be3024206:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19398f5f-32e6-4780-939b-5c3be3024206 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19398f5f-32e6-4780-939b-5c3be3024206.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19398f5f-32e6-4780-939b-5c3be3024206.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-19398f5f-32e6-4780-939b-5c3be3024206.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a104931f-5dde-40c1-989a-eeb3da3d3d88 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14df51f4-bff3-4cb2-ad14-648bd094e4d1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc242d76-444e-4891-8690-dbeeba46cf38 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cc242d76-444e-4891-8690-dbeeba46cf38 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-d125751f-4ec9-4860-9d4c-bcfeeebdc2f0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d125751f-4ec9-4860-9d4c-bcfeeebdc2f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d125751f-4ec9-4860-9d4c-bcfeeebdc2f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d125751f-4ec9-4860-9d4c-bcfeeebdc2f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d125751f-4ec9-4860-9d4c-bcfeeebdc2f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d125751f-4ec9-4860-9d4c-bcfeeebdc2f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-d125751f-4ec9-4860-9d4c-bcfeeebdc2f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-87f0fdf3-cc23-4263-ae65-68dd85560557 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-09f316bf-8518-40a9-91b1-6435bf1ac04d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f316bf-8518-40a9-91b1-6435bf1ac04d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cb2c4f69-0476-48a5-bfab-6bfed23f9b19 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cb2c4f69-0476-48a5-bfab-6bfed23f9b19 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-eecc164a-7146-40b9-8fd4-87795532d19f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eecc164a-7146-40b9-8fd4-87795532d19f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eecc164a-7146-40b9-8fd4-87795532d19f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eecc164a-7146-40b9-8fd4-87795532d19f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eecc164a-7146-40b9-8fd4-87795532d19f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eecc164a-7146-40b9-8fd4-87795532d19f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-eecc164a-7146-40b9-8fd4-87795532d19f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f219eb13-1e8f-4b12-9cdc-ef0eb01f6cd7 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf6445c8-0c46-451a-bbe9-fa9cbf6be845 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-01ed0535-983f-4565-9b2d-3918f2ec89e5 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-01ed0535-983f-4565-9b2d-3918f2ec89e5 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9314c0d3-aec7-43d3-9252-c8094ad5a8d2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9314c0d3-aec7-43d3-9252-c8094ad5a8d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9314c0d3-aec7-43d3-9252-c8094ad5a8d2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9314c0d3-aec7-43d3-9252-c8094ad5a8d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9314c0d3-aec7-43d3-9252-c8094ad5a8d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9314c0d3-aec7-43d3-9252-c8094ad5a8d2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9314c0d3-aec7-43d3-9252-c8094ad5a8d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f0dd587d-70bd-47d1-b35e-818f32515311 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bf220de-945e-44cf-90ae-af4484b4f2e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d53424e3-9ec6-4fd3-a616-ab3eb48a9791 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d53424e3-9ec6-4fd3-a616-ab3eb48a9791 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-adc43ca5-c9ce-4731-bbbc-dbf04b66d06f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-adc43ca5-c9ce-4731-bbbc-dbf04b66d06f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adc43ca5-c9ce-4731-bbbc-dbf04b66d06f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-adc43ca5-c9ce-4731-bbbc-dbf04b66d06f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adc43ca5-c9ce-4731-bbbc-dbf04b66d06f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adc43ca5-c9ce-4731-bbbc-dbf04b66d06f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-adc43ca5-c9ce-4731-bbbc-dbf04b66d06f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6ac39fa1-e51e-438e-af3c-b206b9559010 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-89ec002c-b752-4894-acb5-3965d8659ad2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ec002c-b752-4894-acb5-3965d8659ad2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0fed59f1-a8b2-4e1a-b743-321d60330bec {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0fed59f1-a8b2-4e1a-b743-321d60330bec .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f8729d72-8d7e-4936-8624-010b8bdd1e0e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f8729d72-8d7e-4936-8624-010b8bdd1e0e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8729d72-8d7e-4936-8624-010b8bdd1e0e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f8729d72-8d7e-4936-8624-010b8bdd1e0e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8729d72-8d7e-4936-8624-010b8bdd1e0e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8729d72-8d7e-4936-8624-010b8bdd1e0e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f8729d72-8d7e-4936-8624-010b8bdd1e0e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38353b1c-fb98-44f6-ac47-28eee7eb9bf9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-601bae5d-769e-4925-a527-0b47fdf09c19 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-601bae5d-769e-4925-a527-0b47fdf09c19 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a627e2a5-cb6c-4dff-97ac-ae9b969248cb {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a627e2a5-cb6c-4dff-97ac-ae9b969248cb .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-bda81309-d8ae-4c60-b67e-0763f88bcaba {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bda81309-d8ae-4c60-b67e-0763f88bcaba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bda81309-d8ae-4c60-b67e-0763f88bcaba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bda81309-d8ae-4c60-b67e-0763f88bcaba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bda81309-d8ae-4c60-b67e-0763f88bcaba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bda81309-d8ae-4c60-b67e-0763f88bcaba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-bda81309-d8ae-4c60-b67e-0763f88bcaba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a4a2d6e1-9bfc-44ed-9285-0f7bd7805ac0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-3aea7de2-647d-4920-ab74-108d6baba1c2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aea7de2-647d-4920-ab74-108d6baba1c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-40a4fbb6-78da-45fb-954a-75f848f7b103 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-40a4fbb6-78da-45fb-954a-75f848f7b103 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-ecfec8cf-30a2-45bc-ba31-664ffd91ee74 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ecfec8cf-30a2-45bc-ba31-664ffd91ee74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecfec8cf-30a2-45bc-ba31-664ffd91ee74:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ecfec8cf-30a2-45bc-ba31-664ffd91ee74 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ecfec8cf-30a2-45bc-ba31-664ffd91ee74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecfec8cf-30a2-45bc-ba31-664ffd91ee74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ecfec8cf-30a2-45bc-ba31-664ffd91ee74.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-51d5a321-ce9d-4596-b820-0a159e2ba019 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-033c8a04-30e3-4aed-9774-c20e80e3906d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033c8a04-30e3-4aed-9774-c20e80e3906d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5e6c7ac5-cfe1-4ea2-9386-6ab09b7530f6 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5e6c7ac5-cfe1-4ea2-9386-6ab09b7530f6 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-8da6915f-e516-4b77-99b7-9b6051504078 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8da6915f-e516-4b77-99b7-9b6051504078:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8da6915f-e516-4b77-99b7-9b6051504078:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8da6915f-e516-4b77-99b7-9b6051504078 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8da6915f-e516-4b77-99b7-9b6051504078.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8da6915f-e516-4b77-99b7-9b6051504078.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-8da6915f-e516-4b77-99b7-9b6051504078.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ded2ae8b-0301-4790-af30-9a23ba2bbf92 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6211a5dc-f44f-435b-9b7e-cf2a246da7bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b0067d7f-7fb5-4e4e-ab9e-bc2a380d91b8 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b0067d7f-7fb5-4e4e-ab9e-bc2a380d91b8 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-fc0588b3-89a4-41c9-a48f-9da1a83f336b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fc0588b3-89a4-41c9-a48f-9da1a83f336b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc0588b3-89a4-41c9-a48f-9da1a83f336b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fc0588b3-89a4-41c9-a48f-9da1a83f336b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc0588b3-89a4-41c9-a48f-9da1a83f336b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc0588b3-89a4-41c9-a48f-9da1a83f336b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-fc0588b3-89a4-41c9-a48f-9da1a83f336b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8680f0df-6fc5-43fd-b8b9-146d9e6c69c6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6e40f18e-706e-4200-8ab5-46b496eac458 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e40f18e-706e-4200-8ab5-46b496eac458 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-133bd57c-3bda-4fa3-a264-55ef622ca322 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-133bd57c-3bda-4fa3-a264-55ef622ca322 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-18c90bf0-3f0b-4c36-8025-5411674988b2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-18c90bf0-3f0b-4c36-8025-5411674988b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18c90bf0-3f0b-4c36-8025-5411674988b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18c90bf0-3f0b-4c36-8025-5411674988b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18c90bf0-3f0b-4c36-8025-5411674988b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18c90bf0-3f0b-4c36-8025-5411674988b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-18c90bf0-3f0b-4c36-8025-5411674988b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-07e48461-c402-420f-a454-b6daa00b9e51 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-76391a2b-92c6-4782-be9c-c797ad91dca6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76391a2b-92c6-4782-be9c-c797ad91dca6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c2362422-3c03-4e54-b8db-eba37b075096 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c2362422-3c03-4e54-b8db-eba37b075096 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-fd5f1f72-c677-4f96-a23a-d1b3f1410902 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fd5f1f72-c677-4f96-a23a-d1b3f1410902:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd5f1f72-c677-4f96-a23a-d1b3f1410902:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd5f1f72-c677-4f96-a23a-d1b3f1410902 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd5f1f72-c677-4f96-a23a-d1b3f1410902.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd5f1f72-c677-4f96-a23a-d1b3f1410902.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-fd5f1f72-c677-4f96-a23a-d1b3f1410902.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa.shg-box.shg-c {
  justify-content: center;
}

#s-c105cb38-12e1-4306-9d35-f58336947206 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 1200px){#s-c105cb38-12e1-4306-9d35-f58336947206 {
  display: none;
}
#s-c105cb38-12e1-4306-9d35-f58336947206, #wrap-s-c105cb38-12e1-4306-9d35-f58336947206 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c105cb38-12e1-4306-9d35-f58336947206 {
  display: none;
}
#s-c105cb38-12e1-4306-9d35-f58336947206, #wrap-s-c105cb38-12e1-4306-9d35-f58336947206 { display: none !important; }}
#s-c105cb38-12e1-4306-9d35-f58336947206 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-a692e976-8fe3-42ad-b95b-6ee9869b5f4d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-83d95719-b276-410b-a1a6-e32d0f995103 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83d95719-b276-410b-a1a6-e32d0f995103 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-871b7192-da6d-4d85-b632-00b54986a9eb {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-871b7192-da6d-4d85-b632-00b54986a9eb .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-3ce1d576-77e9-4738-a7df-bb1bd309468a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3ce1d576-77e9-4738-a7df-bb1bd309468a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ce1d576-77e9-4738-a7df-bb1bd309468a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ce1d576-77e9-4738-a7df-bb1bd309468a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ce1d576-77e9-4738-a7df-bb1bd309468a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ce1d576-77e9-4738-a7df-bb1bd309468a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-3ce1d576-77e9-4738-a7df-bb1bd309468a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94215a52-4a57-441c-a61a-854e34934bc6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-87605c6a-3379-43b7-9fbe-712f781bcc0e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87605c6a-3379-43b7-9fbe-712f781bcc0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4177dc87-e602-4beb-969c-bc40eab9b107 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4177dc87-e602-4beb-969c-bc40eab9b107 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-1f551ae4-f306-445a-9e38-147eba614463 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1f551ae4-f306-445a-9e38-147eba614463:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f551ae4-f306-445a-9e38-147eba614463:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f551ae4-f306-445a-9e38-147eba614463 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f551ae4-f306-445a-9e38-147eba614463.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f551ae4-f306-445a-9e38-147eba614463.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-1f551ae4-f306-445a-9e38-147eba614463.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d8d15e45-2807-468a-8832-d7b4d51f5951 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-4dc0c583-c74b-4dfe-9806-276858e370cf {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc0c583-c74b-4dfe-9806-276858e370cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8fbe8a43-9176-47d1-bb9e-744437fe3173 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8fbe8a43-9176-47d1-bb9e-744437fe3173 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-7be8e687-36b1-47bd-a189-e46f5cd63d7e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7be8e687-36b1-47bd-a189-e46f5cd63d7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7be8e687-36b1-47bd-a189-e46f5cd63d7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7be8e687-36b1-47bd-a189-e46f5cd63d7e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7be8e687-36b1-47bd-a189-e46f5cd63d7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7be8e687-36b1-47bd-a189-e46f5cd63d7e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-7be8e687-36b1-47bd-a189-e46f5cd63d7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6f6092c8-ec1d-497b-a0bb-55359dd0cd3d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-4e90821e-e97a-4341-9d0b-63e132c4df0c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e90821e-e97a-4341-9d0b-63e132c4df0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9922331a-6f11-4596-a2ca-60748ff3527d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9922331a-6f11-4596-a2ca-60748ff3527d .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-031c53fb-67c5-4881-a3f8-7d87c71ed9a8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-031c53fb-67c5-4881-a3f8-7d87c71ed9a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-031c53fb-67c5-4881-a3f8-7d87c71ed9a8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-031c53fb-67c5-4881-a3f8-7d87c71ed9a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-031c53fb-67c5-4881-a3f8-7d87c71ed9a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-031c53fb-67c5-4881-a3f8-7d87c71ed9a8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-031c53fb-67c5-4881-a3f8-7d87c71ed9a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b8c9de9e-8ed2-46f8-82ea-50c78ea6eb5b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-8d07227e-55bf-4383-b831-a4bca749c994 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d07227e-55bf-4383-b831-a4bca749c994 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d58ee632-5b50-485c-bcdf-6c17d9aad68d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d58ee632-5b50-485c-bcdf-6c17d9aad68d .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-55b38d0b-e260-4229-b9f3-7345b0acc76c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-55b38d0b-e260-4229-b9f3-7345b0acc76c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55b38d0b-e260-4229-b9f3-7345b0acc76c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55b38d0b-e260-4229-b9f3-7345b0acc76c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55b38d0b-e260-4229-b9f3-7345b0acc76c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55b38d0b-e260-4229-b9f3-7345b0acc76c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-55b38d0b-e260-4229-b9f3-7345b0acc76c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe4fd479-36ab-416f-89c8-d93c78587f45 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e133678-2a0b-4d9e-af3f-cd58d25b20fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4b71db79-f1b2-42fb-8356-bd9fd616a92d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4b71db79-f1b2-42fb-8356-bd9fd616a92d .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f7b0f5c6-4fea-4af1-b57b-9da11c95ed20 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f7b0f5c6-4fea-4af1-b57b-9da11c95ed20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7b0f5c6-4fea-4af1-b57b-9da11c95ed20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f7b0f5c6-4fea-4af1-b57b-9da11c95ed20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7b0f5c6-4fea-4af1-b57b-9da11c95ed20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7b0f5c6-4fea-4af1-b57b-9da11c95ed20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f7b0f5c6-4fea-4af1-b57b-9da11c95ed20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d29a51ff-9add-4643-82ca-387750a05df3 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ea653305-a216-4dfe-9895-2cc541765444 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea653305-a216-4dfe-9895-2cc541765444 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c658b27c-ffbd-4641-9d79-8ef029e92757 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c658b27c-ffbd-4641-9d79-8ef029e92757 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f997ff1b-5414-49be-9a78-4e4adb1cf04f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f997ff1b-5414-49be-9a78-4e4adb1cf04f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f997ff1b-5414-49be-9a78-4e4adb1cf04f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f997ff1b-5414-49be-9a78-4e4adb1cf04f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f997ff1b-5414-49be-9a78-4e4adb1cf04f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f997ff1b-5414-49be-9a78-4e4adb1cf04f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f997ff1b-5414-49be-9a78-4e4adb1cf04f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c93aad03-d2e8-4368-9aad-909bf847da53 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77213a5d-c44b-40ba-a94a-5a9651e87bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1ddc8cf5-348b-4cea-8ff6-c86b97ddb039 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1ddc8cf5-348b-4cea-8ff6-c86b97ddb039 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-5b651c07-65d0-495f-8e3d-261f977529ff {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5b651c07-65d0-495f-8e3d-261f977529ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b651c07-65d0-495f-8e3d-261f977529ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b651c07-65d0-495f-8e3d-261f977529ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b651c07-65d0-495f-8e3d-261f977529ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b651c07-65d0-495f-8e3d-261f977529ff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-5b651c07-65d0-495f-8e3d-261f977529ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b74abc08-0a1b-4f7d-8053-40781a0fb2b6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34bc57b7-e87b-4df6-8de2-9f50f0708bda img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e26d2fb8-1ae2-4f50-b7b5-557844add435 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e26d2fb8-1ae2-4f50-b7b5-557844add435 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-612c72c3-6a21-4ebf-9c49-c76337060238 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-612c72c3-6a21-4ebf-9c49-c76337060238:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-612c72c3-6a21-4ebf-9c49-c76337060238:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-612c72c3-6a21-4ebf-9c49-c76337060238 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-612c72c3-6a21-4ebf-9c49-c76337060238.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-612c72c3-6a21-4ebf-9c49-c76337060238.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-612c72c3-6a21-4ebf-9c49-c76337060238.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bd72ce6d-9c74-4d2f-8cc1-565dd1dc20b4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9183b2-4dc3-4cee-b85e-0a1dccefc8c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1f49d918-5deb-454e-b4db-57a8f87d0de4 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1f49d918-5deb-454e-b4db-57a8f87d0de4 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f9beef60-69b5-4da5-8488-c1c248306352 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f9beef60-69b5-4da5-8488-c1c248306352:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9beef60-69b5-4da5-8488-c1c248306352:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9beef60-69b5-4da5-8488-c1c248306352 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9beef60-69b5-4da5-8488-c1c248306352.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9beef60-69b5-4da5-8488-c1c248306352.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f9beef60-69b5-4da5-8488-c1c248306352.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-14544104-37d5-43a3-a9bb-dc5b4e0237d0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e3ec36-9c79-48e1-93b1-e1f405810bd1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e15a1981-ad3f-4b5e-b211-f9858392357a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e15a1981-ad3f-4b5e-b211-f9858392357a .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-0ed64b40-e7f6-4a33-8c5a-e6c3d8b4a516 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0ed64b40-e7f6-4a33-8c5a-e6c3d8b4a516:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ed64b40-e7f6-4a33-8c5a-e6c3d8b4a516:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0ed64b40-e7f6-4a33-8c5a-e6c3d8b4a516 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ed64b40-e7f6-4a33-8c5a-e6c3d8b4a516.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ed64b40-e7f6-4a33-8c5a-e6c3d8b4a516.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-0ed64b40-e7f6-4a33-8c5a-e6c3d8b4a516.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-badc8dd0-daa8-4c7c-aeb3-381da3cfbf90 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-40443418-3ab3-4409-a62c-e52955216e14 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40443418-3ab3-4409-a62c-e52955216e14 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-13430697-e88c-4fea-b6a9-c828ae718c6b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-13430697-e88c-4fea-b6a9-c828ae718c6b .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-6de0e183-c2b1-41af-9b04-63a6d8207efa {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6de0e183-c2b1-41af-9b04-63a6d8207efa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6de0e183-c2b1-41af-9b04-63a6d8207efa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6de0e183-c2b1-41af-9b04-63a6d8207efa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6de0e183-c2b1-41af-9b04-63a6d8207efa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6de0e183-c2b1-41af-9b04-63a6d8207efa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-6de0e183-c2b1-41af-9b04-63a6d8207efa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe618d47-eb6f-469b-a557-ac7056ed4521 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-db403133-d9d0-451f-8e19-1a79feb8a935 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db403133-d9d0-451f-8e19-1a79feb8a935 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-52fff588-8a3f-48a0-9cbb-c830071a0436 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-52fff588-8a3f-48a0-9cbb-c830071a0436 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-d0383ddb-6b05-4fdb-a4ff-4a0864dc3e59 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d0383ddb-6b05-4fdb-a4ff-4a0864dc3e59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0383ddb-6b05-4fdb-a4ff-4a0864dc3e59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0383ddb-6b05-4fdb-a4ff-4a0864dc3e59 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0383ddb-6b05-4fdb-a4ff-4a0864dc3e59.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0383ddb-6b05-4fdb-a4ff-4a0864dc3e59.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-d0383ddb-6b05-4fdb-a4ff-4a0864dc3e59.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7a565d36-c30c-459b-b572-4657297a75cb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51ee9-7ae4-438f-8f5f-6e83a41cb876 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-982ee82a-56a7-4308-8791-0dc062260838 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-982ee82a-56a7-4308-8791-0dc062260838 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-b44aedba-cd1f-47f1-8a8e-6605f11ca9d3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b44aedba-cd1f-47f1-8a8e-6605f11ca9d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b44aedba-cd1f-47f1-8a8e-6605f11ca9d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b44aedba-cd1f-47f1-8a8e-6605f11ca9d3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b44aedba-cd1f-47f1-8a8e-6605f11ca9d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44aedba-cd1f-47f1-8a8e-6605f11ca9d3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b44aedba-cd1f-47f1-8a8e-6605f11ca9d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fefe7792-4cbe-49f1-856f-1fead3486c2e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59426b9f-dc98-4e3e-935b-a6fcc9ef10a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-86e826bf-1acc-43b6-a7d5-0a0ef13e445b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-86e826bf-1acc-43b6-a7d5-0a0ef13e445b .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9f98c284-bb39-466d-8d26-b796c8b428a3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9f98c284-bb39-466d-8d26-b796c8b428a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f98c284-bb39-466d-8d26-b796c8b428a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f98c284-bb39-466d-8d26-b796c8b428a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f98c284-bb39-466d-8d26-b796c8b428a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f98c284-bb39-466d-8d26-b796c8b428a3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9f98c284-bb39-466d-8d26-b796c8b428a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-135cc2b4-c798-48f1-821f-2496dcd4ff24 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-951f1ab9-23eb-465b-8045-3baae50c6dbc {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-951f1ab9-23eb-465b-8045-3baae50c6dbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-372ee534-48f6-4ef6-99b2-6de1f6f72ad4 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-372ee534-48f6-4ef6-99b2-6de1f6f72ad4 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a3123d47-6f1d-421f-98d8-d07164114023 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a3123d47-6f1d-421f-98d8-d07164114023:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3123d47-6f1d-421f-98d8-d07164114023:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3123d47-6f1d-421f-98d8-d07164114023 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3123d47-6f1d-421f-98d8-d07164114023.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3123d47-6f1d-421f-98d8-d07164114023.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a3123d47-6f1d-421f-98d8-d07164114023.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f4545fb8-0daf-43b5-98e6-63d34e040d6d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-738cd9d0-32ea-454c-aa39-3185dd1f451f {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-738cd9d0-32ea-454c-aa39-3185dd1f451f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-80de2263-61fe-49ef-9a26-cf49fa0c8539 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-80de2263-61fe-49ef-9a26-cf49fa0c8539 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-515815f7-6191-49e9-88af-6c84e5465829 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-515815f7-6191-49e9-88af-6c84e5465829:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-515815f7-6191-49e9-88af-6c84e5465829:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-515815f7-6191-49e9-88af-6c84e5465829 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-515815f7-6191-49e9-88af-6c84e5465829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-515815f7-6191-49e9-88af-6c84e5465829.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-515815f7-6191-49e9-88af-6c84e5465829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0b7d5adb-376b-4533-b896-31649f66ad49 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-32e0cece-b0d0-4a84-8690-4b509ec1750b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e0cece-b0d0-4a84-8690-4b509ec1750b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c0ae8008-43bb-4b00-acf5-100a2db603ba {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c0ae8008-43bb-4b00-acf5-100a2db603ba .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-24a19347-5bd7-422f-ac64-89d1d6e95e68 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-24a19347-5bd7-422f-ac64-89d1d6e95e68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24a19347-5bd7-422f-ac64-89d1d6e95e68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-24a19347-5bd7-422f-ac64-89d1d6e95e68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24a19347-5bd7-422f-ac64-89d1d6e95e68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24a19347-5bd7-422f-ac64-89d1d6e95e68.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-24a19347-5bd7-422f-ac64-89d1d6e95e68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-39e34231-f6e3-4681-ade7-b7d6d6e22671 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4abedb84-367d-41fc-b9ce-74ea6c62dd22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2bf901f2-411a-4ffd-a3c5-f796048b5063 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-2bf901f2-411a-4ffd-a3c5-f796048b5063 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-102fa417-2050-4998-92af-725f3ee2a0b5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-102fa417-2050-4998-92af-725f3ee2a0b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-102fa417-2050-4998-92af-725f3ee2a0b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-102fa417-2050-4998-92af-725f3ee2a0b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-102fa417-2050-4998-92af-725f3ee2a0b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-102fa417-2050-4998-92af-725f3ee2a0b5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-102fa417-2050-4998-92af-725f3ee2a0b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fa3f0f4c-935d-4e5b-b643-59155fecde1f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-e01d49ba-2e25-4c00-8dd5-486a3057922d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01d49ba-2e25-4c00-8dd5-486a3057922d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0520213c-57a1-40d2-b1cf-c40513f0436d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0520213c-57a1-40d2-b1cf-c40513f0436d .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-55023428-6f50-4db3-a89e-6d38eb578d97 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-55023428-6f50-4db3-a89e-6d38eb578d97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55023428-6f50-4db3-a89e-6d38eb578d97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55023428-6f50-4db3-a89e-6d38eb578d97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55023428-6f50-4db3-a89e-6d38eb578d97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55023428-6f50-4db3-a89e-6d38eb578d97.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-55023428-6f50-4db3-a89e-6d38eb578d97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-690e2f77-0513-482e-b851-00701508eb98 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28206abb-cc4f-4a60-b09e-c2e9e9861608 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cdbb2197-638a-42c4-bc22-0cd987c72112 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cdbb2197-638a-42c4-bc22-0cd987c72112 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a9f78710-cdbe-4bdb-9476-68cf8f8aa2b7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9f78710-cdbe-4bdb-9476-68cf8f8aa2b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9f78710-cdbe-4bdb-9476-68cf8f8aa2b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9f78710-cdbe-4bdb-9476-68cf8f8aa2b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9f78710-cdbe-4bdb-9476-68cf8f8aa2b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9f78710-cdbe-4bdb-9476-68cf8f8aa2b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a9f78710-cdbe-4bdb-9476-68cf8f8aa2b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2e5e2ed7-9efe-4e0a-9845-7103b920f9f2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eb9c99e-414e-4818-8d8a-26d9ad9cf3c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4963fc2a-b49e-40c9-83ad-ad3081621646 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4963fc2a-b49e-40c9-83ad-ad3081621646 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-fe86c426-d2bc-48e9-a7a5-af6bd97091cd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fe86c426-d2bc-48e9-a7a5-af6bd97091cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe86c426-d2bc-48e9-a7a5-af6bd97091cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe86c426-d2bc-48e9-a7a5-af6bd97091cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe86c426-d2bc-48e9-a7a5-af6bd97091cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe86c426-d2bc-48e9-a7a5-af6bd97091cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-fe86c426-d2bc-48e9-a7a5-af6bd97091cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-babe1c75-a2c1-4c01-a6ab-c13dde855e35 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-016d5fce-a851-4692-941e-2740d3715c63 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-016d5fce-a851-4692-941e-2740d3715c63 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0aada7b2-a0db-41ef-9112-068fce5e2055 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0aada7b2-a0db-41ef-9112-068fce5e2055 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e277a267-fdf4-4d5e-bec9-61e8977b478f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e277a267-fdf4-4d5e-bec9-61e8977b478f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e277a267-fdf4-4d5e-bec9-61e8977b478f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e277a267-fdf4-4d5e-bec9-61e8977b478f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e277a267-fdf4-4d5e-bec9-61e8977b478f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e277a267-fdf4-4d5e-bec9-61e8977b478f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e277a267-fdf4-4d5e-bec9-61e8977b478f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8f503986-05fe-4afa-b9df-ef9fe72a15e2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f295a7f7-769a-4b4d-b4d1-c8cdc9bd7639 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f727b3c1-332d-4e8a-ac48-7c3621ddb026 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f727b3c1-332d-4e8a-ac48-7c3621ddb026 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-bbe97485-2b64-42e5-836b-687c84d3c6df {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bbe97485-2b64-42e5-836b-687c84d3c6df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bbe97485-2b64-42e5-836b-687c84d3c6df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bbe97485-2b64-42e5-836b-687c84d3c6df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bbe97485-2b64-42e5-836b-687c84d3c6df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bbe97485-2b64-42e5-836b-687c84d3c6df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-bbe97485-2b64-42e5-836b-687c84d3c6df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4d1d2541-c2d7-436d-942c-9fe5280cfd5f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02a8280-0c4c-4092-a46d-b542ad64f6a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-34789ead-a1da-44f9-a742-be43a632eaa6 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-34789ead-a1da-44f9-a742-be43a632eaa6 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-584ab2d4-720b-45f7-927e-b3b29c810848 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-584ab2d4-720b-45f7-927e-b3b29c810848:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-584ab2d4-720b-45f7-927e-b3b29c810848:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-584ab2d4-720b-45f7-927e-b3b29c810848 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-584ab2d4-720b-45f7-927e-b3b29c810848.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-584ab2d4-720b-45f7-927e-b3b29c810848.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-584ab2d4-720b-45f7-927e-b3b29c810848.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5eadeb27-06b6-42e0-873b-da54d2512447 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04bda48b-76e2-4a0d-afef-ceb29276fd90 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aa14c1ed-2a09-4e72-bea5-884b8aab926b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-aa14c1ed-2a09-4e72-bea5-884b8aab926b .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a6c81afd-6d54-486e-b63a-cf0ef364ff39 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a6c81afd-6d54-486e-b63a-cf0ef364ff39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6c81afd-6d54-486e-b63a-cf0ef364ff39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6c81afd-6d54-486e-b63a-cf0ef364ff39 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6c81afd-6d54-486e-b63a-cf0ef364ff39.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6c81afd-6d54-486e-b63a-cf0ef364ff39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a6c81afd-6d54-486e-b63a-cf0ef364ff39.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-834e464d-0443-475d-b0f7-276556265c34 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ddc0122f-e854-4819-826d-617cf5d7113e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddc0122f-e854-4819-826d-617cf5d7113e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f2112beb-02fe-40e1-b4b7-db324402e17b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f2112beb-02fe-40e1-b4b7-db324402e17b .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f45503c2-33f8-4406-9661-52ec7e59fb51 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f45503c2-33f8-4406-9661-52ec7e59fb51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f45503c2-33f8-4406-9661-52ec7e59fb51:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f45503c2-33f8-4406-9661-52ec7e59fb51 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f45503c2-33f8-4406-9661-52ec7e59fb51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f45503c2-33f8-4406-9661-52ec7e59fb51.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f45503c2-33f8-4406-9661-52ec7e59fb51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-01f693bd-52e9-418d-b14d-2d8f48f3f2e9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0afbb-e13d-46c8-ae81-ffda764b1244 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c7599928-316b-4def-bce3-88c725bf2d69 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c7599928-316b-4def-bce3-88c725bf2d69 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-bee57052-6d8a-4c92-887e-33eb00dc1f87 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bee57052-6d8a-4c92-887e-33eb00dc1f87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bee57052-6d8a-4c92-887e-33eb00dc1f87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bee57052-6d8a-4c92-887e-33eb00dc1f87 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bee57052-6d8a-4c92-887e-33eb00dc1f87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bee57052-6d8a-4c92-887e-33eb00dc1f87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-bee57052-6d8a-4c92-887e-33eb00dc1f87.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fdcabb79-aace-462a-94e8-eb0a91c8626b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cf3bb69-7c41-49a6-bd18-ca3b2747aea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dc16d21d-8120-4f4e-874d-3e2d5f9b299a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-dc16d21d-8120-4f4e-874d-3e2d5f9b299a .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-da6c3a72-887b-46c8-b19d-c60cea753776 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-da6c3a72-887b-46c8-b19d-c60cea753776:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da6c3a72-887b-46c8-b19d-c60cea753776:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da6c3a72-887b-46c8-b19d-c60cea753776 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da6c3a72-887b-46c8-b19d-c60cea753776.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da6c3a72-887b-46c8-b19d-c60cea753776.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-da6c3a72-887b-46c8-b19d-c60cea753776.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b.shg-box.shg-c {
  justify-content: center;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1200px;
aspect-ratio: 1200/149;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  display: none;
}
#s-f320c1f9-67dc-40f2-be52-daeeb6110069, #wrap-s-f320c1f9-67dc-40f2-be52-daeeb6110069 { display: none !important; }}@media (max-width: 767px){#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  display: none;
}
#s-f320c1f9-67dc-40f2-be52-daeeb6110069, #wrap-s-f320c1f9-67dc-40f2-be52-daeeb6110069 { display: none !important; }}


.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 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-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 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-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1440px;
aspect-ratio: 1440/1920;
text-align: center;
}
@media (min-width: 1200px){#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  display: none;
}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab, #wrap-s-67b357b8-6218-4e50-bd8f-1c100c8522ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  display: none;
}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab, #wrap-s-67b357b8-6218-4e50-bd8f-1c100c8522ab { display: none !important; }}


.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab 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-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab 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-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;-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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
